Robin Mirow
Robin Mirow
I actually changed the code that required this and ended up not needing it anymore. In my case I was embedding a transaction as a value in [gluon]. Gluon can...
Looks really neat! Does that mean you can use `OpaqueRef
Since you can't use `derive` for a foreign type, you need to provide a fitting gluon type definition yourself. There are multiple ways you can do it: - Constructing the...
> So all that really needs to be done to support this is change the do parser to detect non-assignment lines and pretend as though they started with _ =....
> Is there any reason to not use this more intuitive form? I tried really hard to come up with the reason I did it this way, but I'm really...
> @Laegluin Did you ever end up looking at this? It would come in super handy for [rust-lang/cargo#8890](https://github.com/rust-lang/cargo/pull/8890). For what I needed I simply hacked it together by parsing the...
> I feel like if we wanted "proper" support for this, we'd also look at the individual ranges and figure out where they overlap. That might produce significantly smaller requirements...
@Phaiax I only did some syntax highlighting stuff, the rest is all Marwes' work anyway, so go ahead! :)