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

Notify should not display warning of "invalid" directory names #459

Closed mkromberg closed 2 years ago

mkromberg commented 2 years ago

If a directory is created within a currently linked & watched directory, and the directory has a name that cannot be used to create a namespace, Link considers it worth warning you about. I think this is a mistake, given that we do not warn of this if such a directory exists when the link is created.

Another warning is given if such a namespace is subsequently renamed (e.g. from "New Folder" to "MyNs").

Originally reported as https://github.com/aplteam/Tatin/issues/83

mkromberg commented 2 years ago

Seems to occur intermittently on ]link.create