Closed KiChjang closed 7 years ago
r? @jdm or @nox
Assertion added.
error[E0425]: cannot find value `cx` in this scope
--> src\conversions.rs:197:39
|
197 | AssertSameCompartment(cx, value.to_object());
| ^^ did you mean `_cx`?
error: aborting due to previous error
Please be sure this builds :)
bah humbug
'kay.
Compiling mozjs_sys v0.0.0 (https://github.com/servo/mozjs#29132f67)
warning: unnecessary `unsafe` block
--> src\conversions.rs:195:9
|
195 | unsafe {
| _________^ starting here...
196 | | if value.is_object() {
197 | | AssertSameCompartment(cx, value.to_object());
198 | | }
199 | | }
| |_________^ ...ending here: unnecessary `unsafe` block
|
= note: #[warn(unused_unsafe)] on by default
Finished dev [unoptimized + debuginfo] target(s) in 622.32 secs
Compiling js v0.1.4 (file:///C:/projects/rust-mozjs)
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'rustc' panicked at 'index out of bounds: the len is 8 but the index is 18446744073709551615', src\libcollections\vec.rs:1488
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: Could not compile `js`.
Build failed, waiting for other jobs to finish...
warning: unnecessary `unsafe` block
--> src\conversions.rs:195:9
|
195 | unsafe {
| _________^ starting here...
196 | | if value.is_object() {
197 | | AssertSameCompartment(cx, value.to_object());
198 | | }
199 | | }
| |_________^ ...ending here: unnecessary `unsafe` block
|
= note: #[warn(unused_unsafe)] on by default
error: build failed
Unnerving. Fix the warning and let's see what happens?
omg, i don't know what's happening anymore, i just made a small change and rustc is so angry with me
Could you force push again? I'd like to see if this is an instance of https://github.com/rust-lang/rust/issues/41415.
Nevermind, that's an actual assertion failure.
@bors-servo: r+
:pushpin: Commit 04e9e3a has been approved by jdm
:hourglass: Testing commit 04e9e3a47c20c4e7b396404506fd89dd91f03e57 with merge 5ba3550c8d1535e0ab66495588f3a46885373c83...
:sunny: Test successful - status-appveyor, status-travis Approved by: jdm Pushing 5ba3550c8d1535e0ab66495588f3a46885373c83 to master...
This change is