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

Silent fail to write file if filename is illegal #653

Open abrudz opened 1 month ago

abrudz commented 1 month ago

Describe the bug Windows prohibits certain classes of filenames. We should avoid those by appending ~1 etc.

To Reproduce Steps to reproduce the behaviour:

  1. Under Windows, ]add PRN←1 2 3
  2. Check the dir; no file there

Desktop (please complete the following information):