Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRust 1.18 regression rustc-serialize doc tests have regressed #40994
Comments
alexcrichton
added
the
regression-from-stable-to-nightly
label
Apr 1, 2017
This comment has been minimized.
This comment has been minimized.
|
This is basically the same as #40979 https://github.com/rust-lang-nursery/rustc-serialize/blob/master/src/base64.rs#L332-L333 hoedown treated this all as a In this case, the code block is invalid. The fix is to either fix that by removing line 352 (and then outdenting all the code), add a function header that accepts (I would also add a newline between 32 and 33; that's the whole reason it's ambiguous between implementations anyway, with a blank line, they treat them identically (and it would be the new behavior either way)) |
This comment has been minimized.
This comment has been minimized.
|
@steveklabnik sure yeah, but to put this in perspective: this is invalid TOML that Cargo still accepts with a warning and we even fix bugs in parsing as they arise to ensure we can keep parsing this. I think we should totally fix the markdown, but I don't think we should immediately start failing so many builds without warning. |
This comment has been minimized.
This comment has been minimized.
I've seen roughly 3 other instances of this so far, and they've all already been fixed. If there's a huge impact, I agree, but I haven't actually seen any evidence of that. |
This comment has been minimized.
This comment has been minimized.
|
It's a CI failure for rustc-serialize that does not affect anything that depends on rustc-serialize, so impact is very limited in that way |
brson
added
T-doc
T-tools
labels
Apr 4, 2017
brson
assigned
steveklabnik
Apr 4, 2017
brson
added
the
P-high
label
Apr 4, 2017
steveklabnik
added a commit
to rust-lang-deprecated/rustc-serialize
that referenced
this issue
Apr 4, 2017
This comment has been minimized.
This comment has been minimized.
|
Fix sent: rust-lang-deprecated/rustc-serialize#182 |
alexcrichton commentedApr 1, 2017
https://ci.appveyor.com/project/alexcrichton/rustc-serialize/build/1.0.563/job/s4vnewjo4l4448j2
Likely related to #40912