diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 647c483a18..6d63131463 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -5,6 +5,7 @@ - code walker & exceptions -- test and debug problems - code walker and callbacks is broken? - prettyprinter's highlighting of non-leaves looks bad +- stack effect inferred for ^ is wrong + io: diff --git a/library/bootstrap/boot-stage1.factor b/library/bootstrap/boot-stage1.factor index 7be7e84f5c..1cf0cc1b90 100644 --- a/library/bootstrap/boot-stage1.factor +++ b/library/bootstrap/boot-stage1.factor @@ -192,8 +192,8 @@ vectors words ; "/library/ui/panes.factor" "/library/ui/outliner.factor" "/library/ui/environment.factor" - "/library/ui/listener.factor" "/library/ui/presentations.factor" + "/library/ui/listener.factor" "/library/ui/inspector.factor" "/library/ui/browser.factor" "/library/ui/apropos.factor"