Update TODO with fixed wvcc bug.
This commit is contained in:
parent
7a28b0530d
commit
2b935da385
4
TODO.md
4
TODO.md
@ -27,7 +27,9 @@ For example:
|
|||||||
- [ ] ~~refactor tools/gradle start scripts to use dist instead of custom bin script~~
|
- [ ] ~~refactor tools/gradle start scripts to use dist instead of custom bin script~~
|
||||||
- [ ] ~~have custom bin/* scripts which point to dist(s) for convenience~~
|
- [ ] ~~have custom bin/* scripts which point to dist(s) for convenience~~
|
||||||
- [x] di bug: @Singleton toSelf() causes stack overflow
|
- [x] di bug: @Singleton toSelf() causes stack overflow
|
||||||
- [ ] wvcc bug: Nested static view classes are not seen by compiler
|
- [x] wvcc bug: Nested static view classes are not seen by compiler
|
||||||
|
- This required tweaking how the configurations are passed around. Ultimately, we should strive for less complexity
|
||||||
|
in this regard.
|
||||||
- [ ] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
|
- [ ] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
|
||||||
- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.
|
- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user