From 2b935da385e99fe156fbc5f3f67eee2f30d172f3 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Sun, 26 Jan 2025 15:42:30 -0600 Subject: [PATCH] Update TODO with fixed wvcc bug. --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index de67593..bb8f7d2 100644 --- a/TODO.md +++ b/TODO.md @@ -27,7 +27,9 @@ For example: - [ ] ~~refactor tools/gradle start scripts to use dist instead of custom bin script~~ - [ ] ~~have custom bin/* scripts which point to dist(s) for convenience~~ - [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 `` child. - [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.