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

Fix #678 - do not try to ⎕NGET a directory #679

Closed mkromberg closed 1 month ago

aplteam commented 1 month ago

This results in this message:

Link @ 10:52: Updated #.JWTAPL.aaaa (C:/.../aaaa)

In my case aaaa is a directory. Link did nothing at all, making the message confusing.

I think that when a directory is created in a Linked folder outside APL, then an empty namespace should be created.

Same the other way round: creating a namespace should result in an empty directory in the file system.