Claire Foster

Results 720 comments of Claire Foster

> Is there a list of packages which implement different logging backend somewhere We've got some brand new tooling for REPL-based use (see TerminalLoggers.jl) which I'm excited about, but I'd...

It would be great if Documenter allowed the user to customize the logic for `@ref` lookup. For JuliaHub we now build and serve most package documentation, and allowing `@ref` to...

I can reproduce the 1.8 vs 1.9 differences. Is there a difference between executing a precompile workload like we do in JuliaSyntax, vs the list of precompile statements in Tokenize...

> Presumably JuliaSyntax is "bigger"? Or is that not really true? It's definitely bigger - it includes all the Tokenize.jl code (heavily modified at this point), as well as the...

> loading ProgressLogging still leads to 277 invalidations before your PR, and 253 with your PR Right. This doesn't prevent invalidations in the latest world. But running the key bindings...

I've updated this to also fix the world age of the pirated `LineEdit.refresh_line`, and to precompile the implementations of all pirated methods. This should reduce latency a little.

Oh I didn't see your comment. Yes, I think it's good to go now :-)

Ugh this has gotten stale/conflicted. I've fixed the conflicts and pushed again. It would be nice to merge this? it contains improvements to precompilation, along with the `invoke_in_world` stuff.

Windows nightly test failures are probably due to https://github.com/JuliaDebug/TerminalRegressionTests.jl/pull/14 ?

> I guess the way to handle that would be to do a pre-processing pass over the tokens and collapse {Int, UInt} into a single "type token" as it was...