-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintain a 'This Week in Rust' blog #2130
Comments
Here are some suggestions for an initial report---
|
+1 |
I started writing about for loops and ended up with a whole post: http://brson.github.com/rust/2012/04/05/new-for-loops/. I didn't publish it widely but I did post a link on niko and I discussed that maybe we should just keep a list of topics that are worth blogging about. Here's another:
|
|
Thanks for doing this. I'll try to contribute a few too. |
This is excellent, thanks! For the future, would it be possible to add the ability to subscribe via RSS, and perhaps also add commenting facilities? |
I especially think it's important to have commenting facilities on these posts in order to address concerns about language decisions in a timely manner. For instance, the Hacker News discussion ( http://news.ycombinator.com/item?id=3806152 ) has a few comments that would perhaps be best clarified by a developer. |
I added an RSS link on my blog. Will do comments over the weekend. |
@Lenny222 That's basically Planet Research :-) -- http://planet.mozilla.org/research/ |
More interesting blog topics: option dance |
bors seems to be a pretty unique integration bot. could be worth talking about |
Linking http://cmr.github.io/blog/2013/06/07/this-week-in-rust/ here. |
Hah, didn't know there was an issue open about this. You even stole my name from me with a time machine! I think this can be closed. |
Track `clippy.toml` and `Cargo.toml` in `file_depinfo` Causes cargo to re-run clippy when those paths are modified Also tracks the path to `clippy-driver` in debug mode to remove the workarounds in `cargo dev lint` and `lintcheck` (cc `@matthiaskrgr)` changelog: Automatically re-run Clippy if `Cargo.toml` or `clippy.toml` are modified Fixes rust-lang#2130 Fixes rust-lang#8512 r? `@flip1995`
As the language stabilizes we need a little more PR. We should highlight the interesting things going on in the community.
The text was updated successfully, but these errors were encountered: