Skip to content
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

Improve InternedString usability #40606

Merged
merged 2 commits into from
Mar 29, 2017
Merged

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Mar 17, 2017

No description provided.

@rust-highfive
Copy link
Collaborator

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

@oli-obk oli-obk changed the title InternedString usability Improve InternedString usability Mar 17, 2017
@bors
Copy link
Contributor

bors commented Mar 19, 2017

☔ The latest upstream changes (presumably #40346) made this pull request unmergeable. Please resolve the merge conflicts.

@bors
Copy link
Contributor

bors commented Mar 20, 2017

☔ The latest upstream changes (presumably #39628) made this pull request unmergeable. Please resolve the merge conflicts.

@eddyb
Copy link
Member

eddyb commented Mar 21, 2017

r? @jseyfried

@rust-highfive rust-highfive assigned jseyfried and unassigned arielb1 Mar 21, 2017
Copy link
Contributor

@jseyfried jseyfried left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me modulo Travis failure

@@ -1376,7 +1376,7 @@ mod tests {
thread::spawn(move || {
check_links(&n);
let a: &[_] = &[&1, &2, &3];
assert_eq!(a, &n.iter().collect::<Vec<_>>()[..]);
assert_eq!(a, &n.iter().collect::<Vec<_>>());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing Travis to fail -- the second argument isn't getting autoderefed.

@bors
Copy link
Contributor

bors commented Mar 23, 2017

☔ The latest upstream changes (presumably #40752) made this pull request unmergeable. Please resolve the merge conflicts.

@oli-obk
Copy link
Contributor Author

oli-obk commented Mar 24, 2017

travis likes this now

@bors
Copy link
Contributor

bors commented Mar 26, 2017

☔ The latest upstream changes (presumably #40347) made this pull request unmergeable. Please resolve the merge conflicts.

@jseyfried
Copy link
Contributor

@oli-obk needs another rebase -- ping me when ready.

@oli-obk
Copy link
Contributor Author

oli-obk commented Mar 27, 2017

ping @jseyfried just a conflict with the now removed liblog

@jseyfried
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Mar 27, 2017

📌 Commit eb447f4 has been approved by jseyfried

@bors
Copy link
Contributor

bors commented Mar 27, 2017

⌛ Testing commit eb447f4 with merge 49de875...

@bors
Copy link
Contributor

bors commented Mar 27, 2017

💔 Test failed - status-travis

@oli-obk
Copy link
Contributor Author

oli-obk commented Mar 27, 2017

The compiler panicked while running some libstd tests on musl.

[01:17:04] error: process didn't exit successfully: `/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/i686-unknown-linux-musl/release/deps/std-d02fbe97fc497570` (signal: 11, SIGSEGV: invalid memory reference)
[01:17:04] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "-j" "4" "--target" "i686-unknown-linux-musl" "--release" "--locked" "--manifest-path" "/checkout/src/libstd/Cargo.toml" "--features" "panic-unwind jemalloc backtrace" "-p" "std:0.0.0" "-p" "rustc_msan:0.0.0" "-p" "alloc_system:0.0.0" "-p" "core:0.0.0" "-p" "unwind:0.0.0" "-p" "rustc_asan:0.0.0" "-p" "rustc_lsan:0.0.0" "-p" "collections:0.0.0" "-p" "rustc_tsan:0.0.0" "-p" "alloc:0.0.0" "-p" "libc:0.0.0" "-p" "rand:0.0.0" "-p" "compiler_builtins:0.0.0" "-p" "panic_abort:0.0.0" "-p" "std_unicode:0.0.0" "--"

spurious? Or some pre-existing bug? I didn't touch any unsafe code.

@alexcrichton
Copy link
Member

Unfortunately a spurious error -- #38618

@bors: retry

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 27, 2017
…seyfried

Improve `InternedString` usability
bors added a commit that referenced this pull request Mar 27, 2017
bors added a commit that referenced this pull request Mar 28, 2017
@bors bors merged commit eb447f4 into rust-lang:master Mar 29, 2017
@oli-obk oli-obk deleted the interned_str_usability branch March 29, 2017 07:07
@zackmdavis
Copy link
Member

❤️

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.

8 participants