Просмотр исходного кода

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

Michele Caini 6 лет назад
Родитель
Сommit
6aefa40ca2
1 измененных файлов с 16 добавлено и 0 удалено
  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