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

Message about moving file needs a blank #600

Open mbaas2 opened 9 months ago

mbaas2 commented 9 months ago

After some external file manipulation I saw this in the session:

Link Warning: ⎕SE.Link.Notify: renamed C:/Git/CITA/StartupSession/CITA/API/DyalogBuild.dyalog: updating previously linked 
      ⎕SE.CITA.API.DyalogBuildmoving ⎕SE.CITA.API.~SafeOverwrite to ⎕SE.CITA.API.DyalogBuild - unlinking previously linked
       ⎕SE.CITA.API.DyalogBuild - fixed from file

There should be a blank in the 2nd row between the name of the namespaces and the word "moving"