We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cd(() -> @artifact_str("c_simple"), dirname(artifacts_toml)) ERROR: LoadError: Cannot locate '(Julia)Artifacts.toml' file when attempting to use artifact 'c_simple' in 'Main' Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] @artifact_str(__source__::LineNumberNode, __module__::Module, name::Any, platform::Any) @ Artifacts ~/julia/usr/share/julia/stdlib/v1.6/Artifacts/src/Artifacts.jl:590 [3] @artifact_str(__source__::LineNumberNode, __module__::Module, name::Any) @ Artifacts ~/julia/usr/share/julia/stdlib/v1.6/Artifacts/src/Artifacts.jl:584 in expression starting at REPL[18]:1
is this intentional?
The text was updated successfully, but these errors were encountered:
Grr, I hate how I can so easily break things in the precompile script and not notice. Can you try this:
cd(() -> (name = “c_simple”; @artifact_str(name)), dirname(artifacts_toml))
Sorry, something went wrong.
We could execute everything not specifically for the REPL in a normal script which would throw on error.
Any ref for closing this?
staticfloat
No branches or pull requests
is this intentional?
The text was updated successfully, but these errors were encountered: