Kristoffer Carlsson

Results 1581 comments of Kristoffer Carlsson

I think this broke Revise tests which didn't run on this PR for some reason. Maybe it needed a rebase to pick up on the new buildkite config? On https://buildkite.com/julialang/julia-master/builds/42947#0193b85a-4e0e-4101-b248-0e43faef0607...

Maybe it is fine considering for example https://github.com/JuliaLang/julia/pull/56798 is all green which was made after this PR. I also couldn't immediately reproduce this locally. The PRs that fail probably have...

Duplicate of https://github.com/JuliaLang/JuliaSyntax.jl/issues/368. https://github.com/JuliaLang/Tokenize.jl/pull/208 should have made it parsable.

> Would it be possible to add a feature to remove breakpoints directly by line number? Yes, it's possible.

Seems a bit unfortunate to have to "bloat" the depot path so I guess only based on that moving the sources as well would be preferable? I know very little...

> The current approach aims at having the only thing that should cause load-time precompilation being changes to dev-ed packages. Yeah, of course, if you precompile the world once you...

Right now, there is no way to turn off full precompilation of env on `add` while keeping precompilation of test env. :(

I must say this is sooo annoying. ``` (@v1.12) pkg> add Cthulhu Resolving package versions... Installed AbstractTrees ── v0.4.5 Installed TypedSyntax ──── v1.3.1 Installed WidthLimitedIO ─ v1.0.1 Installed FoldingTrees ───...

If `add Foo` precompiles everything why doesn't `dev ./Foo` precompile anything? Why would I want to be more likely to want to precompile `IrrelevantPackage.jl` if I do an add on...