Skip to content
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

The error message " ⎕SE.Link.Create: File name case clash - try using caseCode←1:" is unhelpful to a newbie #628

Open
dyaandys opened this issue Feb 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dyaandys
Copy link
Contributor

On macOS I created foo, Foo and FOO, and then tried
]link.Create #
ERRORS ENCOUNTERED: ⎕SE.Link.Create: File name case clash - try using caseCode←1:
#.FOO
#.Foo
#.FOO
#.foo

  1. Why does FOO appear twice ?
  2. I needed Morten to help me get to
    ]link.Create # -casecode
    .. I went via
    ]link.Create # -caseCode=1
  • Command Execution Failed: unknown modifier: "caseCode"
    ]link.Create # -casecode=1
  • Command Execution Failed: no value allowed for modifier

Can the error be more command line centric please ?

Dyalog 19.0.48774 64-bit Unicode, BuildID 2b135e73
OS Darwin 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101
Link 4.0.13
SALT 2.915
UCMD 2.6
.NET .NET 8.0.1
WS 19.0

@dyaandys dyaandys added the bug Something isn't working label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant