-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on InstallPackages
#223
Milestone
Comments
Can you reproduce this? My first guess is that this was a connection hiccup. |
’Fraid so – started by replicating the issue. |
Please send me the workspace. |
Here you go. |
I now realize that I also need
/Users/sjt/Projects/dyalog/examples/stat
for this.
…On Sun, 29 Dec 2024 at 11:30, Stephen Taylor ***@***.***> wrote:
Here you go.
load_crash.dws.zip
<https://github.com/user-attachments/files/18269136/load_crash.dws.zip>
—
Reply to this email directly, view it on GitHub
<#223 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5XJHIO37ZOCCDWDCTLVFD2H7FM7AVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGY4DANBVGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Here you go.


… On 30 Dec 2024, at 14:47, Kai Jaeger ***@***.***> wrote:
I now realize that I also need
/Users/sjt/Projects/dyalog/examples/stat
for this.
On Sun, 29 Dec 2024 at 11:30, Stephen Taylor ***@***.***>
wrote:
> Here you go.
>
> load_crash.dws.zip
> <https://github.com/user-attachments/files/18269136/load_crash.dws.zip>
>
> —
> Reply to this email directly, view it on GitHub
> <#223 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AD5XJHIO37ZOCCDWDCTLVFD2H7FM7AVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGY4DANBVGI>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub <#223 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNGCWUHAEPGOQ6T75FMH7L2IFMHFAVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGU3TIMZSGY>.
You are receiving this because you authored the thread.
|
No I don't?! I cannot just fork your "stat" project, that has no Cider project config file, therefore possibly other things are missing as well. I really need your folder. |
Two more questions:
|
Contents of stat/APLSource/cider.config:
{
CIDER: {
cider_version: "0.42.2",
dependencies: {
nuget: "nuget-dependencies",
tatin: "tatin-dependencies",
},
dependencies_dev: {
tatin: "tatin-dependencies_dev",
},
distributionFolder: "Dist",
init: "",
make: "",
parent: "#",
projectSpace: "stat",
project_url: "",
source: "APLSource",
tests: "",
version: "",
},
LINK: {
},
SYSVARS: {
io: 1,
ml: 1,
},
USER: {
},
}
Should find it in zipped folder – attached again.


… On 5 Jan 2025, at 08:34, Kai Jaeger ***@***.***> wrote:
No I don't?!
I cannot just fork your "stat" project, that has no Cider project config file, therefore possibly other things are missing as well. I really need your folder.
—
Reply to this email directly, view it on GitHub <#223 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNGCWRRJBVT3KV6TZUKGL32JDVAVAVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGU2DMNRYGA>.
You are receiving this because you authored the thread.
|
⎕SE.Link.Version
4.0.20
watch parm: searched Link User Guide for how to inspect… No .linkconfig file in stat, nor in my home folder.
Looked to see what ]Link.Configure can tell me:
]LINK.Configure *
No configuration options set in "/Users/sjt/.linkconfig"
]LINK.Create /Users/sjt/Projects/dyalog/examples/stat
ERRORS ENCOUNTERED: ⎕SE.Link.Create: Files produce clashing APL names:
/Users/sjt/Projects/dyalog/examples/stat/tatin-dependencies_dev/ ←→ #.tools.stat.tatin
/Users/sjt/Projects/dyalog/examples/stat/tatin-dependencies/ ←→ #.tools.stat.tatin
Oops. Fall back on Cider.
]CIDER.OpenProject /Users/sjt/Projects/dyalog/examples/stat
Report availability of later versions of installed Tatin packages? (y/N) y
No later versions found
The current directory is now /Users/sjt/Projects/dyalog/examples/stat
Project successfully opened and established in "#.stat"
]LINK.Configure *
No configuration options set in "/Users/sjt/.linkconfig"
Damned if I know.

… On 5 Jan 2025, at 08:36, Kai Jaeger ***@***.***> wrote:
Two more questions:
Which version of Link are you using?
What is Link's "watch" parameter - "both", "ns" or "dir"?
—
Reply to this email directly, view it on GitHub <#223 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABNGCWXBZHWIFCNU2O6CPT32JDVJ5AVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGU2DOMRZG4>.
You are receiving this because you authored the thread.
|
Then it's the default: "both".
Tx
On Sun, 5 Jan 2025 at 11:00, Stephen Taylor ***@***.***>
wrote:
… ⎕SE.Link.Version
4.0.20
watch parm: searched Link User Guide for how to inspect… No .linkconfig
file in stat, nor in my home folder.
Looked to see what ]Link.Configure can tell me:
]LINK.Configure *
No configuration options set in "/Users/sjt/.linkconfig"
]LINK.Create /Users/sjt/Projects/dyalog/examples/stat
ERRORS ENCOUNTERED: ⎕SE.Link.Create: Files produce clashing APL names:
/Users/sjt/Projects/dyalog/examples/stat/tatin-dependencies_dev/ ←→
#.tools.stat.tatin
/Users/sjt/Projects/dyalog/examples/stat/tatin-dependencies/ ←→
#.tools.stat.tatin
Oops. Fall back on Cider.
]CIDER.OpenProject /Users/sjt/Projects/dyalog/examples/stat
Report availability of later versions of installed Tatin packages? (y/N) y
No later versions found
The current directory is now /Users/sjt/Projects/dyalog/examples/stat
Project successfully opened and established in "#.stat"
]LINK.Configure *
No configuration options set in "/Users/sjt/.linkconfig"
Damned if I know.

> On 5 Jan 2025, at 08:36, Kai Jaeger ***@***.***> wrote:
>
>
> Two more questions:
>
> Which version of Link are you using?
> What is Link's "watch" parameter - "both", "ns" or "dir"?
> —
> Reply to this email directly, view it on GitHub <
#223 (comment)>, or
unsubscribe <
https://github.com/notifications/unsubscribe-auth/ABNGCWXBZHWIFCNU2O6CPT32JDVJ5AVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGU2DOMRZG4>.
> You are receiving this because you authored the thread.
>
—
Reply to this email directly, view it on GitHub
<#223 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5XJHK5VC5C6N7K32MA7DT2JD7D3AVCNFSM6AAAAABUJXPXXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGU3DSOBTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: