aplteam / Fire

GUI for Find and Replace operations in Dyalog APL
MIT License
3 stars 0 forks source link

Under reproducible circumstances Fire crashes #17

Closed aplteam closed 5 years ago

aplteam commented 5 years ago

A particular combination of trad fns, dfns, assigned functions and diamonds make Fire crash.

A test case (Test_Replace_008) was added that crashes on this code:

:Namespace NS
    f1←{⍵} ⋄ f2←f1∘⌽
    ∇ Fns y;a;b
      a←⍬ ⋄ b←{⍵}
    ∇
:EndNamespace