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 does not update the ws if file ts changed but contents same #427

Closed mkromberg closed 2 years ago

mkromberg commented 2 years ago

If a source file is re-saved but not changed, Link did not update the workspace copy. This would lead to ]link.resync contining to report that a file needed to be updated, without ]link.resync -proceed sorting the problem out.

mkromberg commented 2 years ago

Fixed in version 3.0.10

mkromberg commented 2 years ago

The impact of this fix was essentially reversed by #434