wait when/where was this?
Everywhere. Everyday.
stackoverflow, @shepmaster: This would be a good example of what Rust helps prevent, but youāve
deliberately turned off the safety checks, and now we are back to C.
23:12 < chickensalad> steveklabnik: you should get free gyros for life, funded by the rust community
https://botbot.me/mozilla/rust/2015-03-11/?msg=33948879&page=45
< reem> Iām quite interested in discovering this HTTP/2 library, but I canāt bring myself to read four paragraphs of small caps
(with regard to /r/rustās moving CSS-enabled tribute to Terry Pratchett)
Thanks for bringing the quotes again this week!
kmc: āRust follows semver. The major version number is the 160-bit integer corresponding to the object ID of the head git commit on master.ā
https://www.reddit.com/r/rust/comments/2z9u9v/this_week_in_rust_74/cpha1lr
http://logs.glob.uno/?c=mozilla%23servo#c186735
<Savago> I have the gut feeling that some of this crazyness could be fixed if ImageCache went through an overhaul.
<Ms2ger> Congratulations! You own the image cache now
The motto of pretty much every āwebā technology should be: āIt seemed like a good idea at the timeā
That, or āFor legacy reasonsā
<mbrubeck> the 5 stages of loss and rust <mbrubeck> 1. type check. 2. borrow check. 3. anger. 4. acceptance. 5. rust upgrade
The borrow checker is a real tsundere. Sheās cold and harsh about the
mistakes you initially commit in your code, but sheās a real sweetheart
for pointing at all the wrong things in your code. Itās just too bad
that some people donāt have the patience to warm up with her for a bit.
Thereās quite a bit of dere in the borrow checker.
faithfuldoge via reddit
TWiR is fast approaching!
i was wondering, somewhat seriously, whether you actually do want to use the generic methods for
everything.as_ref::<[_]>()
is almost graphically shark-jumping
- @aturon on #rust-internals
Diagnostics are the UX of a compiler, and so theyāre deserving of the exact same care that is put into mobile app or Web design.
@frankmcsherry on #rust:
<frankmcsherry> rust is like a big bucket of solder and wire, with the promise that you canāt electrocute yourself.
mwu in #servo
< mwu> I am about 2 errors away from rustās next pile of errors though
Bump. A new TWiR is nearly upon us!
unsafe
restricts which code could contain undefined behavior, but it doesnāt isolate the effects of that undefined behavior.
@aturon on backward-compat wizardry:
<aturon> i was backed into a corner, magic was the only choice
https://botbot.me/mozilla/rust-libs/2015-04-21/?msg=37174624&page=2