diff options
| -rw-r--r-- | TODO | 5 | ||||
| -rw-r--r-- | elymas/lib/sys/opt.ey | 2 |
2 files changed, 1 insertions, 6 deletions
@@ -13,11 +13,6 @@ * consider polymorphic call-site caches instead of deffs_t_ / deffs? -* DEBUG: - { 1 ==i { 1 } { "here" dump i -01 * "AB" dump i 2 mul =i } loop } !! - { ==seq 10 { "DE" dump seq * -- dump "FG" dump } rep } * - objects of type 12 should not appearzsh: illegal hardware instruction ./loaded - * eliminate all FIXMEs * stack underflow protection * input prompt diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey index 4b46de4..939f0ea 100644 --- a/elymas/lib/sys/opt.ey +++ b/elymas/lib/sys/opt.ey @@ -458,7 +458,7 @@ { } # TODO optimize scope execution one day { "failed to optimize 'execution' of name table" die } { "objects of type 11 should not appear" die } - { "objects of type 12 should not appear" die } + { } # TODO optimize coroutine execution one day { "objects of type 13 should not appear" die } { "objects of type 14 should not appear" die } { "objects of type 15 should not appear" die } |
