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

Link.add fails to add the cvec extension when variable name has three or more segments #626

Closed mkromberg closed 4 months ago

mkromberg commented 4 months ago

      3 ⎕MKDIR 'c:\tmp\aplabug\one\two' 
      (⊂'(' '''aaa''' '''bbb''' ')')⎕NPUT'c:\tmp\aplabug\one\two\list.apla'
      ]link.create # c:\tmp\aplabug
Linked: # ←→ c:\tmp\aplabug
      one.two.list,←⊂'ccc'
      ]link.add one.two.list
Added: #.one.two.list
Link Warning: ⎕SE.Link.Notify: changed c:/tmp/aplabug/one/two/list.apla: updating un-linked #.one.two.aaa - failed to fix file
abrudz commented 4 months ago

Cannot repro with beta 3