diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-03 22:01:41 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-03 22:01:41 +0200 |
| commit | 1379ff5442996d290af34679ccf34beb2b3af2b2 (patch) | |
| tree | a4f3cf331691ac506b3bb2b0d99dd0adeee08c54 | |
| parent | 914974587f1e00856bfada9619491b331ce91655 (diff) | |
Bug killed
| -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 } |
