Skip to content
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

Closed
brson opened this issue Apr 4, 2012 · 13 comments
Closed

Maintain a 'This Week in Rust' blog #2130

brson opened this issue Apr 4, 2012 · 13 comments

Comments

@brson
Copy link
Contributor

brson commented Apr 4, 2012

As the language stabilizes we need a little more PR. We should highlight the interesting things going on in the community.

@ghost ghost assigned brson Apr 4, 2012
@nikomatsakis
Copy link
Contributor

Here are some suggestions for an initial report---

  • marijn's work on breakable for loops
  • tjc's work on classes
  • pcwalton's work on regions, in particular the shootout benchmark
  • brson's work on event loops
  • not sure what else...those are the things I saw when I started going over the commit logs but I didn't get all the way through.

@jamorton
Copy link
Contributor

jamorton commented Apr 5, 2012

+1

@brson
Copy link
Contributor Author

brson commented Apr 6, 2012

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 /r/rust.

niko and I discussed that maybe we should just keep a list of topics that are worth blogging about.

Here's another:

  • how to use rustdoc

@brson
Copy link
Contributor Author

brson commented Apr 6, 2012

  • bindgen
  • rust-mustache
  • The opengl bindings
  • erickt's new time APIs
  • pfox's new uv APIs

@graydon
Copy link
Contributor

graydon commented Apr 6, 2012

Thanks for doing this. I'll try to contribute a few too.

@bstrie
Copy link
Contributor

bstrie commented Apr 6, 2012

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?

@bstrie
Copy link
Contributor

bstrie commented Apr 6, 2012

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.

@brson
Copy link
Contributor Author

brson commented Apr 6, 2012

I added an RSS link on my blog. Will do comments over the weekend.

@catamorphism
Copy link
Contributor

@Lenny222 That's basically Planet Research :-) -- http://planet.mozilla.org/research/

@brson
Copy link
Contributor Author

brson commented Jan 16, 2013

More interesting blog topics:

option dance
synchronization primitives
freezing
multitasking tutorial
platform thread
any of pcwalton’s crazy stuff
rust’s cryptographic core + discussion of implementing hash tables
native bindings and interop examples
a full explanation of method lookup

@brson
Copy link
Contributor Author

brson commented Apr 12, 2013

bors seems to be a pretty unique integration bot. could be worth talking about

@sanxiyn
Copy link
Member

sanxiyn commented Jun 10, 2013

@emberian
Copy link
Member

emberian commented Jul 1, 2013

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.

@sanxiyn sanxiyn closed this as completed Jul 3, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 21, 2022
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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants