-
Notifications
You must be signed in to change notification settings - Fork 5
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
Keep getting Manifest.toml not found error #67
Comments
Is there a full traceback? Can you confirm that the https://github.com/invenia/JLSO.jl/blob/master/src/metadata.jl#L39 |
I see. The path it checks is correct. So basically I need to generate a |
Typically, if you start Julia with |
I don't see why we are not picking up the global Manifest in this case? |
Would it be a bug with JLSO though? This is all we're doing |
Unclear, but something weird is going on, because that should work on the global enviroment, and in packages without a Manifest.toml. All I cna thing is one could be via loading JLSO, then doing |
Hello,
For some reason
JLSO.jl
keeps trying to update my package's Manifest.toml file when I save my custom type. The line that throws this error is:and the error message is:
Unfortunately, my custom type is pretty complicated to generate and simpler examples don't lead to this error. As far as I understand, this should be happening only when I try to read in an old JLSO format? Is there some way to bypass this?
Alternatively, if there's some tutorial on how to generate and manage a
Manifest.toml
file for my own package, that would be very helpful as well.The text was updated successfully, but these errors were encountered: