Alex Burka

Results 126 comments of Alex Burka

Reposting a comment that got hidden: It's not just `stringify` -- it's *any* macro that expects an unevaluated expression. ```rust macro_rules! is_ident { ($i:ident) => { true }; ($e:expr) =>...

It makes sense when you put on [compiler-colored glasses](https://blogs.msdn.microsoft.com/oldnewthing/20140109-00/?p=2123), knowing that it's expanded to this invisible temporary binding. But normally macros can tell that `xyz` is an `:ident` and `42`...

Yes, if we are committed to pre-evaluation, then the passed-through `$self` can only match `:self`, `:expr`, and `:tt`. Can you still use any type of braces? Can I write `x.y![]`...

We can teach rustdoc (and RLS) that a search for `Type::macroname` always turns up `macroname!`, regardless of `Type`.

Has anyone made headway on this issue? I'm trying to install dotnet40 rather than vcrun, and for me the error is on rgb9rast_2._x86, though if I run the installer again...

Does a trampoline count? http://is.gd/p4KjCw

> I don't know enough here to understand how that is used or whether we need one or both bits of this information. To be clear, the CONFIG_CDCACM_PRODUCTID is also...

~I'm on macOS 10.13.4, Firefox 61.0.2. Pinch-to-zoom doesn't work anywhere, including Google Maps. Shift-scroll works everywhere including maps. I know pinching worked when I installed this plugin, but I don't...

Hmm... it does look like I misunderstood the [type documentation](https://doc.kaitai.io/user_guide.html#_basic_data_types) then, I got tripped up because the `b` prefix is listed both under "integers" and "booleans", with the first one...

OK thanks for explaining. I think I should close this issue except maybe for the UI issue where clicking a bit integer field doesn't select the containing byte in the...