-
Notifications
You must be signed in to change notification settings - Fork 11
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
Nomanifest #37
base: master
Are you sure you want to change the base?
Nomanifest #37
Conversation
Looks like the correct syntax according to https://github.com/joaotavora/eglot/blob/e501275e06952889056268dabe08ccd0dbaf23e5/eglot.el#L231-L232
Including the Manifest was an explicit design decision for this package. The idea was that if somebody reported an issue, I'd know exactly which package versions they were running which would hopefully make reproduction easier. In practice because the Manifest encodes the Julia version, I agree that this isn't really working. I think I agree with this PR in principle, but we should simplify the stuff put into eglot-jl.jl at the same time if we're doing this. Could you comment on why your commits went back and forth between |
I think this has to do with #20. We used to simply @chriselrod What's exactly the problem with If we don't ship any manifest, I think lines 9-20 of |
The instantiate modifies the
I am not sure why that ended up getting committed these changes.
As a lazy workaround, I added So I (or someone else) would have to go back and look at the load path to make sure it's as expected/confirm we don't see these errors before we consider merging this. |
My PR is currently incompatible with |
straight keeps asking about keeping/discarding changes when I update.
Adding the manifest to
.gitignore
should solve this problem.