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

she -> [they] in Dining Philosophers #25681

Merged
merged 1 commit into from
May 23, 2015
Merged

Conversation

steveklabnik
Copy link
Member

Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

#25640 (comment)

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@nikomatsakis
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 21, 2015

📌 Commit f0a9e97 has been approved by nikomatsakis

@@ -176,7 +178,7 @@ that `new()` function, it would look like this:
# name: String,
# }
fn main() {
let p1 = Philosopher { name: "Baruch Spinoza".to_string() };
let p1 = Philosopher { name: "Judith Butler".to_string() };
let p2 = Philosopher { name: "Gilles Deleuze".to_string() };
let p3 = Philosopher { name: "Karl Marx".to_string() };
let p4 = Philosopher { name: "Friedrich Nietzche".to_string() };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this one be changed to "Emma Goldman" as the others ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh my, i did a search-replace, the mis-spelling missed it, thanks

@steveklabnik
Copy link
Member Author

@bors: r=nikomatsakis rollup

@bors
Copy link
Contributor

bors commented May 21, 2015

📌 Commit 8efc294 has been approved by nikomatsakis


[paper]: http://www.usingcsp.com/cspbook.pdf

> In ancient times, a wealthy philanthropist endowed a College to accommodate
> five eminent philosophers. Each philosopher had a room in which she could
> five eminent philosophers. Each philosopher had a room in which they could
> engage in her professional activity of thinking; there was also a common
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/in her profe/in their profe

@steveklabnik steveklabnik force-pushed the gender branch 2 times, most recently from cc7f114 to 65ead71 Compare May 21, 2015 15:53
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
@steveklabnik
Copy link
Member Author

@bors: r=nmatsakis rollup

@bors
Copy link
Contributor

bors commented May 21, 2015

📌 Commit 65ead71 has been approved by nmatsakis

@steveklabnik
Copy link
Member Author

proofreading: it is hard 😓

@andrew-d
Copy link
Contributor

I've stayed out of this discussion (and the other threads), but a major 👍 for the care and sensitivity that you and everyone else has put into this 🍰

Manishearth added a commit to Manishearth/rust that referenced this pull request May 21, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
@@ -144,7 +144,7 @@
//! // At the end of the method, gadget_owner, gadget1 and gadget2 get
//! // destroyed. There are now no strong (`Rc<T>`) references to the gadgets.
//! // Once they get destroyed, the Gadgets get destroyed. This zeroes the
//! // reference count on Gadget Man, so he gets destroyed as well.
//! // reference count on Gadget Man, they get destroyed as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the 'so' makes the causal relation clearer.

Manishearth added a commit to Manishearth/rust that referenced this pull request May 22, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 23, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 23, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 23, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 23, 2015
Also, when checking for common gendered words elsewhere, I found one 'he', moved to 'they' as well.

rust-lang#25640 (comment)
bors added a commit that referenced this pull request May 23, 2015
@bors bors merged commit 65ead71 into rust-lang:master May 23, 2015
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

Successfully merging this pull request may close these issues.

9 participants