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

Link 4.0 ignored "watch" #589

Closed aplteam closed 1 year ago

aplteam commented 1 year ago

Describe the bug

I established a Link with watch=NS, yet when I copy an APL source file into the linked folder I get (I have NOTIFY←1):

Link @ 09:31: Updated ⎕SE.SessionExtensions.Cider.OS (C:/Users/kai/Documents/Dyalog APL-64 19.0 Unicode Files/StartupSession/SessionExtensions/Cider/OS.aplc)

When I delete the file from the folder I get

Link @ 09:31: Deleted ⎕SE.SessionExtensions.Cider.ADOC_uc (C:/Users/kai/Documents/Dyalog APL-64 19.0 Unicode Files/StartupSession/SessionExtensions/Cider/ADOC_uc.dyalog)

When I copy it again I get --- nothing!

mkromberg commented 1 year ago

I suspect that an earlier error / failed QA run / etc / left a live FSW behind, looking at the folder. I am unable to reproduce it and will close this in a few days unless it is possible to provide reproduction instructions.

mkromberg commented 1 year ago

I am closing this until we have a repro - there is nothing we can do at the moment.