aplteam / Tatin

Tatin is a package manager for Dyalog APL
MIT License
25 stars 5 forks source link

No Tatin commands after Installation #146

Closed kdtp closed 9 months ago

kdtp commented 10 months ago

I used this installation instructions: https://tatin.dev/Assets/docs/InstallingAndUpdatingTheTatinClient.html

I installed it for Windows and Macos using Dyalog 18.2 64 Bit Unicode.

After restarting there are no tatin commands ]Tatin.*:

image

image

But I found it in ⎕SE.Tatin.Tatin in the explorer:

image

image
aplteam commented 10 months ago

There is a flaw in the process. I need to reconsider.

As a workaround please execute this:

Windows:

]SALT.Settings cmddir ",C:\Users\kai\Documents\Dyalog APL-64 18.2 Unicode Files\StartupSession" -permanent

Mac OS:

]SALT.Settings cmddir ",/Users/<⎕AN>/dyalog.182U64.files/StartupSession" -permanent

Attention: notice the leading , which means "add" rather than "replace".

Only then will Dyalog scan the directory for user command scripts.

I will soon either publish an updated version of the documentation that includes the above statements or publish a new version of Cider & Tatin that corrects the underlying problem.

aplteam commented 9 months ago

Fixed with version 0.102.0