James Ray

Results 202 comments of James Ray

Great, let me know if you need any help. Keep a log of your time.

Yeah I saw that as well a while back, although I don't know why rls/debug/deps/libsyntex_syntax-189bf668f45d362c.rlib is so big, and I'm not sure if we need it in the repo. I'll...

Ah rls/debug/deps/libsyntex_syntax-189bf668f45d362c.rlib is already in .gitignore (included as part of /rls/), so I'm not sure why you got that error.

Is your local .gitignore file the same as the upstream one?

You're right, otherwise `cd env`, for example, wouldn't work. You'd use `cd rls` or `cd ./rls`

Please give me your Github no-reply email address for https://blog.github.com/2018-01-29-commit-together-with-co-authors/.

Changed gitignore with https://github.com/Drops-of-Diamond/diamond_drops/pull/81.

We should look into using protobuf, it seems like a better alternative: https://ethresear.ch/t/blob-serialisation/1705/23?u=jamesray1.

Hmm, this looks like an issue with the error-chain crate. Will cross post this there. https://github.com/rust-lang-nursery/error-chain/issues/245

So we can add to #90 in all crates at the top of lib.rs an `#[allow!(renamed_and_removed_lints)]` and leave a comment with a link to this issue until a better solution...