Josh Junon
Josh Junon
FWIW pinning to `v4.1.2` makes absolutely no difference for me. https://github.com/oro-os/toolchain/actions/runs/13204367277/job/36863924181#step:4:47 CMake is still being re-run, the build starts over from scratch. I have absolutely no idea how to make...
Er, No sorry. The whole point is that debug uses the environment to configure itself. Very common thing for logging libraries to do.
I'm not quite sure what the difference is; environment variables are still being accessed. How does delaying their access provide any security benefit?
I mean I'm not really sure that anything I do is going to fix Deno's case. There are still millions of packages that will never upgrade to the latest version....
It really depends on the changes but sure, I can take a look.
Ah. Enum generation isn't even supported :/ Lots of work to do it seems.
I'm grappling a bit with substitutions. All of the differentiating types (`Expression` vs `Argument`, as well as `BindingIdentifier`) makes it tricky to substitute in items that aren't exactly the AST...
Another way to go about this is to have a dedicated set of utility types that can be converted into various like-types. For example: ```rust let a = oxc_allocator::Allocator::default(); let...
For some reason I'm getting this on CI, but I can't reproduce locally by running the same command. ```rust error[E0609]: no field `lossy` on type `&ast::literal::StringLiteral
Query by type was completed in 06dcfed53995ab920132994bd6af6d5b868e139c. I believe I need a few others for this system to be useful.