You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
10
10
### Fixes
11
11
-[x] In stack_clear and map_clear, avoid unsetting dtor
12
+
-[x] Fixed module_unbecome check (stack_pop return code) that would make it always return MOD_ERR
13
+
14
+
### Tests
15
+
-[x] Add module_unbecome and module_dispatch tests
12
16
13
17
## Ideas
14
18
-[ ] Let contexts talk together? Eg: broadcast(msg, bool global) to send a message to all modules in every context; module_publish message in another context? etc etc
0 commit comments