diff options
| author | Drahflow <drahflow@gmx.de> | 2015-06-30 12:16:03 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-06-30 12:16:03 +0200 |
| commit | 40c991c7d7c8d40336208357a83686c883d42f34 (patch) | |
| tree | 46f84c7ef3b6bb2d7a140a1fa41d7c9f0723104e /elymas/lib/sys/opt.ey | |
| parent | 11e28f108288e8fe241885876c9e4a74f7ffa9aa (diff) | |
Dynamic handling of missing scope entries
Diffstat (limited to 'elymas/lib/sys/opt.ey')
| -rw-r--r-- | elymas/lib/sys/opt.ey | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey index e4f0bf6..5855cf0 100644 --- a/elymas/lib/sys/opt.ey +++ b/elymas/lib/sys/opt.ey @@ -506,10 +506,7 @@ } ] conds } { - executingScope dump - executingScope keys dump - constant dump - "resolution failed" die + # this can happen if resolution was handled by #.| } ? * } ] conds @@ -535,10 +532,7 @@ [ STATICWRITE offsetInScope parentCount inExtensionArea ] =entry } { } ? * } { - executingScope dump - executingScope keys dump - constant dump - "resolution failed" die + # this can happen if resolution was handled by #.= } ? * } { templateNametable { action CALL eq }' andif { 1 entry * STATICDEFININGFUNCTIONS eq any }' andif @@ -640,10 +634,7 @@ } ] conds } { - relevantScope dump - relevantScope keys dump - constant dump - "resolution failed" die + # this can happen if resolution was handled by #. } ? * } ] conds |
