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

Empty folders should become empty namespaces #658

Open aplteam opened 4 months ago

aplteam commented 4 months ago

To me it looks like a bug that Link does not create a namespace foo when there is a folder foo/ somewhere in the tree below a LINKed folder but it is empty.

I think Link should create an empty ordinary namespace in such cases rather than do nothing.