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 11 forks source link

Link.Break and Link.Diff should return the same error message regardless of whether any links exist #540

Closed mkromberg closed 1 year ago

mkromberg commented 1 year ago

Link.Break currently returns two different errors depending on whether there are any links at all (Not Linked: xxx) or not (No active Links)

Link.Diff returns "Not Linked: xxx" if there are no links, and "Not linked: xxx" (lowercase l) if there are some.