Lionel Zoubritzky

Results 14 comments of Lionel Zoubritzky

Looking into the `Atom` source files, I can reproduce the issue simply by calling `Atom.globaldatatip("TEST", "customLogger")` after loading the `TEST` module defined like in the gif. It still does not...

All right. I'm trying to reduce it further and once it's done I'll report it upstream.

Note: in the warnings, the path indeed does not exist, there is one "/src/usr/share/julia" too many. The actual path is "~/julia-10/usr/share/julia/stdlib/..." where "julia-10" is the name of the root julia...

At the moment I do `includet(Base, "~/julia/base/whatever.jl"` to circumvent the issue, it usually works fine but I think it caused me some trouble over conflicting `const` definitions in one of...

I tried with https://github.com/timholy/Revise.jl/pull/694, which makes it so that the files in `julia/usr/share/julia/src/base/` are correctly tracked and `make test-revise-...` works, thanks a lot! However, the files directly in `julia/base` are...

On my computer, `~/julia/usr/share/julia/stdlib/v1.9` is filled with links to the contents of `~/julia/stdlib` so I don't know if the builds are currently relocatable anyway. `~/julia/usr/share/julia/test` is also a link to...

Hey there, I bumped my julia version to v1.11.0-alpha2 and the crash still occurs. I thought I'd mention it here since more people may start using julia-vscode when the beta...

... or not actually, I had forgotten to update the julia-vscode extension itself and now there is no crash. Sorry for the noise! However that absence of crash could be...

The precompilation does end actually, it just takes a long while, and nothing is crashing anymore, so everything is fine! I'll close this issue. A last remark: in the previous...

The dataset includes a long text in which the `"` character is escaped by a `\`. Using `escapechar='\\'` in the options solves this issue, so I think it's not a...