Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 12 forks source link

VALUE ERROR on "link" in function SetFlags #604

Closed aplteam closed 1 year ago

aplteam commented 1 year ago

In Link 4.0.11 the function SetFlags is buggy: line 52 reads

→(0=≢link)⍴0

This causes a VALUE ERROR in case there are no links at all.

It just needs a line 48.1

link←⍬