From 74c5698d1bb47fd084b204a0cd6ae3777224c384 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Sat, 25 Jan 2025 00:44:45 -0600 Subject: [PATCH] Add nested static view classes bug to TODO.md. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 00296ad..de67593 100644 --- a/TODO.md +++ b/TODO.md @@ -27,6 +27,7 @@ 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 - [ ] `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.