You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to add a Tatin dependency to a Cider project. Error appears to have been triggered because I loaded the workspace rather than opening the Cider project in a clear ws.
macOS 15.2 on 2022 M2 MacBook Air with 16GB memory.
Sat Dec 28 11:22:15 2024
)LOAD /Users/sjt/Projects/dyalog/examples/stat/load
/Users/sjt/Projects/dyalog/examples/stat/load.dws ⍝ saved Sun Nov 10 16:11:56 2024
Linked: # ←→ /Users/sjt/Projects/dyalog/examples/stat
⎕LX
⎕SE.Link.Create # '/Users/sjt/Projects/dyalog/examples/stat' ⋄ ⎕SE.Dyalog.Utils.CD '/Users/sjt/Projects/dyalog/examples/stat'
]CIDER.ListOpenProjects
┌──────────────┬────┐
│Namespace name│Path│
├──────────────┼────┤
│--------------│----│
└──────────────┴────┘
]CIDER.OpenProject /Users/sjt/Projects/dyalog/examples/stat
The current directory is now /Users/sjt/Projects/dyalog/examples/stat
Project successfully opened and established in "#.stat"
Git status report:
Git status report
=================
Namespace: #.stat
On branch dsl
Git branches: dsl, main
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: core/README.md
deleted: core/RunTests.aplf
deleted: core/asc.aplf
deleted: core/desc.aplf
deleted: core/max.aplf
deleted: core/mean.aplf
deleted: core/med.aplf
deleted: core/min.aplf
deleted: core/mode.aplf
deleted: core/sd.aplf
deleted: core/sqr.aplf
deleted: core/sqrt.aplf
deleted: core/srt.aplf
deleted: core/sum.aplf
deleted: core/tests.csv
deleted: core/var.aplf
Untracked files:
(use "git add <file>..." to include in what will be committed)
APLSource/
aplcore
cider.config
load_crash.dws
no changes added to commit (use "git add" and/or "git commit -a")
Correct procedure appears to require starting with Cider:
Sat Dec 28 11:31:23 2024
]CIDER.ListOpenProjects
┌──────────────┬────┐
│Namespace name│Path│
├──────────────┼────┤
│--------------│----│
└──────────────┴────┘
]CIDER.OpenProject /Users/sjt/Projects/dyalog/examples/stat
The current directory is now /Users/sjt/Projects/dyalog/examples/stat
Project successfully opened and established in "#.stat"
]TATIN.InstallPackages [tatin]/davin-Tester /Users/sjt/Projects/dyalog/examples/stat
┌──────────────────────────────────────────────────────────────────────────────────────┐
│Installed into /Users/sjt/Projects/dyalog/examples/stat: │
├──────────────────────────────────────────────────────────────────────────────────────┤
│ davin-Tester-1.1.0 │
├──────────────────────────────────────────────────────────────────────────────────────┤
│In order to load all dependecies (including newly installed ones) into the WS execute:│
├──────────────────────────────────────────────────────────────────────────────────────┤
│ ]Tatin.LoadDependencies "/Users/sjt/Projects/dyalog/examples/stat" │
└──────────────────────────────────────────────────────────────────────────────────────┘
]CIDER.ListOpenProjects
┌──────────────┬────────────────────────────────────────┐
│Namespace name│Path │
├──────────────┼────────────────────────────────────────┤
│--------------│---- │
├──────────────┼────────────────────────────────────────┤
│#.stat │/Users/sjt/Projects/dyalog/examples/stat│
└──────────────┴────────────────────────────────────────┘
]CIDER.ListTatinDependencies
No dependencies found
⎕NL 9
stat
]Tatin.LoadDependencies "/Users/sjt/Projects/dyalog/examples/stat"
┌─────────────────────────────┐
│Dependencies loaded into #: │
├─────────────────────────────┤
│ #._tatin.davin_Tester_1_1_0 │
└─────────────────────────────┘
]CIDER.ListTatinDependencies
No dependencies found
]CIDER.AddTatinDependencies
* Command Execution Failed: too few arguments
]CIDER.AddTatinDependencies davin-Tester /Users/sjt/Projects/dyalog/examples/stat
stat: add dependencies to the folder tatin-dependencies/ (Y/n) Y
Would you like to (re-)load all Tatin dependencies? (Y/n) Y
┌─────────────────────────┐
│1 Tatin dependency added:│
├─────────────────────────┤
│ davin-Tester-1.1.0 │
├─────────────────────────┤
│1 dependency was loaded │
└─────────────────────────┘
]CIDER.ListTatinDependencies
┌───────────────────┬───────────────────┬─────────┬──────────────────┬─┐
│Source │Package-ID │Principal│URL │?│
├───────────────────┼───────────────────┼─────────┼──────────────────┼─┤
│-------------------│-------------------│---------│------------------│ │
├───────────────────┼───────────────────┼─────────┼──────────────────┼─┤
│tatin-dependencies/│ davin-Tester-1.1.0│1 │https://tatin.dev/│ │
└───────────────────┴───────────────────┴─────────┴──────────────────┴─┘
⎕NL 9
Tester
_tatin
stat
The text was updated successfully, but these errors were encountered:
Attempted to add a Tatin dependency to a Cider project. Error appears to have been triggered because I loaded the workspace rather than opening the Cider project in a clear ws.
macOS 15.2 on 2022 M2 MacBook Air with 16GB memory.
Git status report:
Continue in APL
Correct procedure appears to require starting with Cider:
The text was updated successfully, but these errors were encountered: