Explorar el Código

updated TODO (changes requried to get rid of named types)

Michele Caini hace 6 años
padre
commit
6aefa40ca2
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      TODO

+ 16 - 0
TODO

@@ -39,3 +39,19 @@
 * observer: user defined filters (eg .replace<T, &function> or .group<T, U, &func>)
 * any-of rule for views/groups (eg entity has A and any of B/C/D)
 * sparse set: there exists an alternative to paginated sparse arrays?
+
+* Mission: get rid of named types
+  - make it possible to use custom generators (eg for plugins)
+  - registry::ctx_variable can be removed
+  - dispatcher::wrapper_data can be removed
+  - emitter::handler_data can be removed
+  - registry::group improve, reduce code
+  - Make the following parts work across boundaries (define proper macros):
+    * dispatcher
+    * emitter
+    * registry
+    * meta
+    * monostate
+    * locator
+  - update doc
+  - update tests