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 10 forks source link

Message returned by ]Link.Refresh is slightly confusing #478

Open aplteam opened 2 years ago

aplteam commented 2 years ago

Link uses the words Create and Import for user commands.

When for a linked namespace Foo the Refresh command is issued it prints this to the session:

Imported: #.Foo← /path/2/foo

which is slightly confusing.

It might be better to use either Refreshed or Synchronized instead of Imported.