Vitalii Kryvenko
Vitalii Kryvenko
To clarify, I am talking specifically about `regex!()` macro. It currently returns `&'static Lazy`. I don't think it makes sense to add any wrappers here, it may just return `&'static...
Wow, didn't know it was directly in `once_cell` docs =)
Well, the benefit is at least in future-proofing the API. `regex!()` shouldn't expose its internal implementation detail of what type it uses under the hood for static storage. I think...
Seems reasonable
One limitation with this that I've suddenly found is that autoderef coercion is not supported in constant expressions used at statics initialization, so we can not make something like this:...
@bluss, @phimuemue, @jswrenn could you clarify this?
> > It's true I have less and less time to curate and evolve these repos since I've become a father. I've just adjusted my priorities accordingly. > > My...
Also, @ZaMaZaN4iK it would be great if you could add me to the org. I'd also move https://github.com/softprops/dynomite there, because we are actively using it, so I'd like to have...
Unfortunately, updating the dependencies doesn't guarantee that their wasm glue code no longer crashes the process on `unhandledRejection`. Anyway, to be 99% sure you just test-run `vscode-tree-sitter` with the following...