Lionel Zoubritzky

Results 5 issues of Lionel Zoubritzky

`Revise.track(Base)` has stopped working on julia master: nothing errors but no modification of a file in julia/base is taken into account either. Also, doing `test-revise-*` displays a lot of errors...

Julia segfaults when I hover my mouse over a value defined as a const. ## Details - Atom version: 1.52.0 - Julia version: 1.5.0 and master - OS: Ubuntu -...

bug

On julia master, loading some packages in the extension crashes the REPL with the following stacktrace: ```julia julia> using CSV Internal error: during type inference of shouldlog(VSCodeServer.VSCodeLogger, Internal error: encountered...

bug

Hi! I am facing a `FAILURE` when trying to minimize a function with 62339366 variables using L-BFGS with a box constraint. The issue does not appear when using just one...

Using the `var"..."` syntax to construct a variable fails when using triple quotes, i.e. `var"""..."""`. This is a regression compared to the previous parser so I believe this is a...