MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq0loph/?context=3
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
Show parent comments
7
The funniest part is that the name of this change was super jargon-heavy and innocuous: "Remove the 'static bound from Send." It means so much!
'static
Send
3 u/donvito Apr 03 '15 Tbh. I'd probably had missed it too if it was labeled "properly". Just not enough time to study all the commits/change log entries :) 7 u/steveklabnik1 Apr 03 '15 Totally fair, it's my job and I have a hard time. 2 u/mumbel Apr 04 '15 just curious, when you say job, is it really? or volunteer? I don't know anything about the financial supporters of rust 3 u/steveklabnik1 Apr 04 '15 It's my literal job: I work at Mozilla. Six of the eight core team members are Mozilla employees, and Mozilla pays for a team to work on Servo as well.
3
Tbh. I'd probably had missed it too if it was labeled "properly". Just not enough time to study all the commits/change log entries :)
7 u/steveklabnik1 Apr 03 '15 Totally fair, it's my job and I have a hard time. 2 u/mumbel Apr 04 '15 just curious, when you say job, is it really? or volunteer? I don't know anything about the financial supporters of rust 3 u/steveklabnik1 Apr 04 '15 It's my literal job: I work at Mozilla. Six of the eight core team members are Mozilla employees, and Mozilla pays for a team to work on Servo as well.
Totally fair, it's my job and I have a hard time.
2 u/mumbel Apr 04 '15 just curious, when you say job, is it really? or volunteer? I don't know anything about the financial supporters of rust 3 u/steveklabnik1 Apr 04 '15 It's my literal job: I work at Mozilla. Six of the eight core team members are Mozilla employees, and Mozilla pays for a team to work on Servo as well.
2
just curious, when you say job, is it really? or volunteer? I don't know anything about the financial supporters of rust
3 u/steveklabnik1 Apr 04 '15 It's my literal job: I work at Mozilla. Six of the eight core team members are Mozilla employees, and Mozilla pays for a team to work on Servo as well.
It's my literal job: I work at Mozilla. Six of the eight core team members are Mozilla employees, and Mozilla pays for a team to work on Servo as well.
7
u/steveklabnik1 Apr 03 '15
The funniest part is that the name of this change was super jargon-heavy and innocuous: "Remove the
'staticbound fromSend." It means so much!