Nick Cameron

Results 260 comments of Nick Cameron

@Jake-Shadle please do! That sounds like a great addition.

Using the explicit prefix is the idiomatic fix - this example is so old that it uses the old enum rules!

Remember `'static'. And subtype variance.

And lifetime bounds on both lifetimes and traits (cc #2).

You should look at the [save-analysis crate](https://github.com/rust-lang/rust/tree/master/src/librustc_save_analysis) you can implement data dumpers to dump data in any format you like (currently we format JSON and CSV) and I'm very open...

Fixed in https://github.com/nrc/rustaceans-src/commit/4d699be9f6498e410c58e3962179329bb1d708a5

I wouldn't object to this if someone wanted to do it. I'm more of a believer in the right tool for the job rather than 'dogfood all the things', so...

In particular, "task" seems to mean something different in 'hello world' c.f., 'polling model'.

Some things we need to do/think about: - [ ] Use a crates.io version of Raft (I think this just needs us to finish the Prost migration and other Raft...