Austin Tasato
Austin Tasato
Hey -- I just landed up being affected by https://github.com/tokio-rs/tokio/issues/4730 -- in my case, only 2 out of the 8 Tokio threads I had available were in deadlock but the...
I'm still learning more about Bazel + `rules_rust`, so I don't think I have the chops to make a formal proposal yet. I thought I'd just file a tracking issue...
I will say that I've done some manual work to do auto-generation of Bazel targets + `BUILD.bazel` from Cargo manifests for in-repo workspaces, and I find myself wanting for auto-generation...
ok, seems fine for some stuff. seems to break on recursive types right now in our closed source stuff
@iamandrewluca From what I understand -- yes.
> Turing completeness could be disabled, if it is checked that a type cannot use itself in its definition (or in a definition of an referenced type) in any way,...
I believe we just encountered this -- seems to still be present.
The problem is that it will create a panic and the entire wasm instance will no longer be valid.
See example repo: https://github.com/CinchBlue/wasm-pack-problem-example
Syntax-rules macros are being implemented without syntax objects, it appears. Instead, we are using a `MacroContext` to keep track of lexical information and keep track of sets of scopes so...