David Anthoff
David Anthoff
So, I think we should never run something like `Pkg.update` on an env, that will change the project, and I think that should never be done as a by-product of...
> See #8149 and #18823 I assume this was just meant for cross-reference? Neither issue proposes something that would address the issue here.
Hm, I might be missing something, but I don't think this is addressed with the new protocol? How would a source indicate to a client that `length` can be called...
> The contract for `length` is that it does not change during iterate, so it seems odd that calling `iterate` would make it available when it was not before The...
Yes, I think that would be great. Probably needs a command line flag as well? So that one can also opt out of `julia --project foo.jl` instantiating?
Maybe the default should be a prompt with an option to save your answer? Say: ``` Some of the packages in the active environment are not installed. Do you want...
I don't think this would require hitting the registry every time you switch, presumably it would only hit the registry if you switch _and_ there is a package in your...
> Has this really been a problem in practice? In general, very much yes. My lab is about 10 folks that use julia pretty much daily for their scientific work,...
I guess that would also work, but on the other hand it would be nice to not have multiple prompts in a row, i.e. one prompt for package A, then...
v1.148 will have some code that should send more diagnostics about this case, it won't fix it though, yet... Can you try again once v1.148 is out and make sure...