From 1379ff5442996d290af34679ccf34beb2b3af2b2 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 3 May 2015 22:01:41 +0200 Subject: Bug killed --- TODO | 5 ----- elymas/lib/sys/opt.ey | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO b/TODO index 931264a..4b313ae 100644 --- a/TODO +++ b/TODO @@ -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 } -- cgit v1.2.3