Georg Brandl

Results 184 comments of Georg Brandl

Works fine (test passes) for me (amd64 Linux; nightly and stable Rust; v0.1.8 of this crate). What configuration fails for you? Maybe it's a Rust or LLVM bug?

I'm using Python at least, but I'm not able to support importmagic, sorry. But this looks a lot like you have different 3rd-party modules installed for the different Pythons, which...

While at it, do you want to add some sort of copyright/license header?

Ping re. license. There also isn't a toplevel LICENSE file, but Cargo.toml indicates the standard MIT/Apache license. (Can we take parts from language-c, which is BSD-3-Clause, and put them into...

I'm trying to get `trav_monad` and its dependencies to compile.

I'd be interested. Is there a dedicated communication channel (IRC, gitter, slack) you want to use?

I was kind of dreading running Clippy for now... :smile:

+1 for rustfmt. I think 0.9 is pretty much the same as nightly right now. They both have the (new) RFC style as the default, which I think we should...

Heh :) There is a fair bit of box patterns (and there will be more in `analysis`), without which AST node matches are somewhat more annoying to handle.