-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This prevents generating visit glue when using a TypedArena. The problem still exists for the untyped Arena.
- Loading branch information
1 parent
698042d
commit 4687e1d
Showing
1 changed file
with
29 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw
at https://github.com/thestinger/rust/commit/4687e1d67d2601c3a408b74224f5ceb353c77b71
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging thestinger/rust/arena = 4687e1d into auto
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thestinger/rust/arena = 4687e1d merged ok, testing candidate = 41a79ba5
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4429
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/4414
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/2256
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2257
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4412
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3512
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3518
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4427
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3515
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3521
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3515
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3520
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3589
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1368
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4421
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3522
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3528
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4189
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw
at https://github.com/thestinger/rust/commit/4687e1d67d2601c3a408b74224f5ceb353c77b71
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging thestinger/rust/arena = 4687e1d into auto
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thestinger/rust/arena = 4687e1d merged ok, testing candidate = a0f0699
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/4417
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/2259
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2260
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4415
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3515
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3521
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4430
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3518
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3524
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4432
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3518
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3523
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3592
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1371
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4424
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3525
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3531
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4192
4687e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = a0f0699