- net2-0.2.22 (before) (after)
- httparse-1.1.1 (before) (after)
- cargo-0.9.0 (before) (after)
- collenchyma-0.0.8 (before) (after)
- com-rs-0.1.4 (before) (after)
- unidecode-0.2.0 (before) (after)
- mach-0.0.4 (before) (after)
- ruplicity-0.2.2 (before) (after)
- jpeg-decoder-0.1.2 (before) (after)
- unicode_names-0.1.7 (before) (after)
- mioqu-0.1.0 (before) (after)
- netlib-blas-provider-0.0.8 (before) (after)
- openal-0.2.1 (before) (after)
- quire-0.1.5 (before) (after)
- tiled-0.1.4 (before) (after)
The httparse error seems to have been a download error from crates.io?
···
On Tue, Mar 15, 2016, 4:32 PM Brian Anderson wrote:brson https://internals.rust-lang.org/users/brson March 15
- net2-0.2.22 https://crates.io/crates/net2 (before https://tools.taskcluster.net/task-inspector/#6kOqCvnvS7q69RfJe0F0QQ) (after https://tools.taskcluster.net/task-inspector/#O9YMK0Q2TwmIQyJM9zlMFQ)
- httparse-1.1.1 https://crates.io/crates/httparse (before https://tools.taskcluster.net/task-inspector/#aqG6hS3yT5eGGttnfLSZKA) (after https://tools.taskcluster.net/task-inspector/#CjaOS5ttT2-XCqvjbp1HWA)
- cargo-0.9.0 https://crates.io/crates/cargo (before https://tools.taskcluster.net/task-inspector/#GaOkM2ACTqKPxAieqPwfDw) (after https://tools.taskcluster.net/task-inspector/#3Fe6yEfcQt-48uEUx6Wu8Q)
- collenchyma-0.0.8 https://crates.io/crates/collenchyma (before https://tools.taskcluster.net/task-inspector/#8v_l9vmhSOmXg8v2x50Mag) (after https://tools.taskcluster.net/task-inspector/#t8bAK9ugRvutpcjZ3U6pyw)
- com-rs-0.1.4 https://crates.io/crates/com-rs (before https://tools.taskcluster.net/task-inspector/#Ad6wMXBCRMyGGfqbUXjn-Q) (after https://tools.taskcluster.net/task-inspector/#kp9ifRIMRPmgzYX90V6PWA)
- unidecode-0.2.0 https://crates.io/crates/unidecode (before https://tools.taskcluster.net/task-inspector/#J1F9RkDoSE2myD1lBLF_nA) (after https://tools.taskcluster.net/task-inspector/#_B943rb-REu-wxECNmyCsg)
- mach-0.0.4 https://crates.io/crates/mach (before https://tools.taskcluster.net/task-inspector/#WztPL3LmTjW8Q4xm2qrrWw) (after https://tools.taskcluster.net/task-inspector/#SsKdvRLwSGidFHZRc-z-MQ)
- ruplicity-0.2.2 https://crates.io/crates/ruplicity (before https://tools.taskcluster.net/task-inspector/#pDbLw2EURouHFM4hWadbdQ) (after https://tools.taskcluster.net/task-inspector/#zBBEJhKzS5KuJAg6pG0QzA)
- jpeg-decoder-0.1.2 https://crates.io/crates/jpeg-decoder (before https://tools.taskcluster.net/task-inspector/#4U4ytGPHRiKNMdDn3oodiQ) (after https://tools.taskcluster.net/task-inspector/#Lz_S7KYSSw2Cv1cD6jZFHw)
- unicode_names-0.1.7 https://crates.io/crates/unicode_names (before https://tools.taskcluster.net/task-inspector/#OliqJjjTROK1uHqMb1mKEA) (after https://tools.taskcluster.net/task-inspector/#DgtaqactQIyVOMVsqkaDbw)
- mioqu-0.1.0 https://crates.io/crates/mioqu (before https://tools.taskcluster.net/task-inspector/#JlGnpoxmQ8qBtS6jD47h9w) (after https://tools.taskcluster.net/task-inspector/#c68ADLFRSDmHNi3iwaPkAg)
- netlib-blas-provider-0.0.8 https://crates.io/crates/netlib-blas-provider (before https://tools.taskcluster.net/task-inspector/#UctDUL0yRr6Y3Acj7DhMug) (after https://tools.taskcluster.net/task-inspector/#enrYHwFmTlKbhUQX9IkNWQ)
- openal-0.2.1 https://crates.io/crates/openal (before https://tools.taskcluster.net/task-inspector/#3cUDLyfcQsOA0o8gP2cJIw) (after https://tools.taskcluster.net/task-inspector/#zejq1yvbSPCcUO1AQsvNOg)
- quire-0.1.5 https://crates.io/crates/quire (before https://tools.taskcluster.net/task-inspector/#-yNotk-bRyyGUtGdUzVc1w) (after https://tools.taskcluster.net/task-inspector/#H4tNNPzQToubr5SFDBbSrg)
- tiled-0.1.4 https://crates.io/crates/tiled (before https://tools.taskcluster.net/task-inspector/#zDsmv0PzTAeVC11ZT5UkPA) (after https://tools.taskcluster.net/task-inspector/#jjvchZl3T8SG2NOLhV1GBA)
Full report https://gist.github.com/brson/c6365683ecfdb1861f4e.
Visit Topic https://internals.rust-lang.org/t/regression-report-stable-2016-03-03-vs-nightly-2016-03-15/3250/1 or reply to this email to respond
To stop receiving notifications for this particular topic, click here https://internals.rust-lang.org/t/regression-report-stable-2016-03-03-vs-nightly-2016-03-15/3250/unsubscribe. To unsubscribe from these emails, change your user preferences https://internals.rust-lang.org/my/preferences
regression in jpeg-decoder
is due to my const changes. Fix incoming. It’s a bad interaction between my new code and some legacy code assuming the rhs of a bitshift is usize
edit: fix PR
Just published a fix for the error in com-rs
, the missing_debug_implementations
lint should have triggered before so I wonder what change caused this to only happen now. Privacy/visibility changes perhaps?
unidecode is issue #32278
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.