Uh oh!
There was an error while loading. Please reload this page.
Rename Owned to Static, Send to Owned - #4166
Conversation
graydon
commented
Dec 12, 2012
Static is not the right word here. Lemme consult with a thesaurus for a moment... (the "Owned" part is fine) |
graydon
commented
Dec 12, 2012
@catamorphism points out that "stable" often means "GC won't move it", though I'm not sure that's something we'll be able to promise of |
brson
commented
Dec 12, 2012
I like the sound of |
nikomatsakis
commented
Dec 12, 2012
I kind of prefer |
bstrie
commented
Dec 13, 2012
Maybe it's time to bite the bullet and just call it |
brson
commented
Dec 13, 2012
@nikomatsakis has agreed that |
…#4166) Previously the indetation of a line was compared with the configured number of spaces per tab, which could cause lines that were formatted with hard tabs not to be recognized as indented ("\t".len() < " ".len()). Closesrust-lang#4152
4166: Defining a default target to support cross-compilation targets r=matklad a=FuriouZz Related to rust-lang#4163 Co-authored-by: Christophe MASSOLIN <christophe.massolin@gmail.com>
r? @graydon
#3542
Although reception to this in the weekly meeting was pretty indifferent, I do think this is more consistent.
Note that
Staticwill probably go away eventually.