Steve Klabnik

Results 439 comments of Steve Klabnik

I'm not sure! You should go ahead and do so :)

I am actually not 100% sure why we chose this way. @carols10cents do you remember?

So yeah, to be clear, I don't think that you're going to be able to solve this problem in git. I personally would expect that you'd have some sort of...

I have often said "`git blame` is an alias for `whoami`"...

I imagine we should have some kid of box, "this is specific to 2018 edition" or whatever. I'm guessing inline. I'm open to other opinions! > How do editions interact...

> How do editions interact with mdbook test? @QuietMisdreavus just told me that they're planning on making rustdoc work with editions via some sort of annotation, so we could use...

I have not even written real Ruby code in pretty much a decade at this point, so sorry! I don't know who is currently maintaining draper.

This is effectively part of https://github.com/rust-lang/rfcs/issues/600 . Right now, you need to have the exact same SHA of the compiler to use a shared library, which is why it's done...

To me, it feels like: 1. properly supporting this feature means adding a new API 2. a new API would have a large surface area 3. this means that this...