Skip to content

mk: Fix valgrinding with jemalloc #9237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2013
Merged

mk: Fix valgrinding with jemalloc #9237

merged 1 commit into from
Sep 17, 2013

Conversation

brson
Copy link
Contributor

@brson brson commented Sep 16, 2013

This fixes valgrind on the linux snapshot bot. The command added here
makes us require a fairly recent valgrind.

This fixes valgrind on the linux snapshot bot. The command added here
makes us require a fairly recent valgrind.
@sanxiyn
Copy link
Member

sanxiyn commented Sep 17, 2013

Valgrind 3.8.0 release note says "Non-libc malloc implementations are now supported". I updated Valgrind version requirement on https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust accordingly.

bors added a commit that referenced this pull request Sep 17, 2013
This fixes valgrind on the linux snapshot bot. The command added here
makes us require a fairly recent valgrind.
@bors bors closed this Sep 17, 2013
@bors bors merged commit 4c49a3d into rust-lang:master Sep 17, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 28, 2022
Fix `useless_format` spans for `format!("{foo}")`

Fixes rust-lang#9234

changelog: [`useless_format`]: Fix spans for `format!("{foo}")`

rust-lang#94030 made our workaround unneeded, but by coincidence our test still passed [because `Span::new()` swaps `hi` & `lo` if needed](https://github.com/rust-lang/rust/blob/c32dcbba187d1ee0dbe92dc152cb9c2f3f42900c/compiler/rustc_span/src/span_encoding.rs#L86-L88). So with a single character variable like `format!("{x}")` it still worked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants