GregPlowman

Results 5 comments of GregPlowman

> does this happen on the nightly? Yes, with slightly different error messages, but more severe consequences. PC appears to lock up. I thought it looked like out of memory,...

JuliaLang PR [Allow specifying startup.jl via environment variable](https://github.com/JuliaLang/julia/pull/36368) Could this be relevant to LanguageServer LOAD_PATH issue? Would it be possible to specify a custom `startup.jl` to the language server?

I think a recursive self-reference field causes a `StackOverflowError` when trying to save with `JLD`. ``` using JLD, JLD2, BSON mutable struct Self self::Self function Self() this = new() this.self...

+1 name change to `NLSolve`. Easier now than later.

> but I don't think it works for me like a stack of environment Pkg.jl would search through for a package. > > For example when length(DEPOT_PATH)=3 it only reads...