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

Changing name of one object to overwrite another leaves duplicated files #535

Open abrudz opened 1 year ago

abrudz commented 1 year ago

Describe the bug I had two functions, then from the editor renamed one to the other's name:

Link Warning: Cannot write Export to "C:/Users/Adam/Documents/Dyalog APL Files/StartupSession/scheme/Export.aplf" - that file defines Export
Link Warning: Writing Export to file "C:/Users/Adam/Documents/Dyalog APL Files/StartupSession/scheme/Export~2.aplf"

It should have overwritten the file.

Link 3.1.3