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

Make the ERRORS ENCOUNTERED warning about objects not saved by Link less alarming #530

Open dyavc opened 1 year ago

dyavc commented 1 year ago

Is your feature request related to a problem? Please describe. User requests that you please make the ERRORS ENCOUNTERED warning about objects not saved by Link less alarming.

Describe the solution you'd like Describe alternatives you've considered Maybe say INFORMATION or WARNING instead?

Additional context e.g. ⎕fx 'foo' '1 2 3' '4 5 6' 'f' ⎕wc 'form' 'cl' ⎕wc 'clipboard' train←+++×

]link.create # c:\tmp\linktest1 Linked: # ←→ c:\tmp\linktest1 [directory was created] ERRORS ENCOUNTERED: 3 export(s) failed:

.cl

.f

.train