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

Gracefully handle empty files #566

Closed abrudz closed 9 months ago

abrudz commented 1 year ago

When creating a new file, some editors immediately write an empty file to disk, causing Link to complain about "invalid contents". We should ignore empty files, but possibly warn about them.