-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extra::tempfile: replace mkdtemp with an RAII wrapper
this incidentally stops `make check` from leaving directories in `/tmp`
- Loading branch information
Showing
10 changed files
with
616 additions
and
468 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
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
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
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
Oops, something went wrong.
63e9e49
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 alexcrichton
at ben0x539@63e9e49
63e9e49
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 ben0x539/rust/mkdtemp-raii = 63e9e49 into auto
63e9e49
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.
ben0x539/rust/mkdtemp-raii = 63e9e49 merged ok, testing candidate = 93a08f4
63e9e49
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/1945
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1949
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1054
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1963
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1964
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1134
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1948
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1053
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1055
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1732
63e9e49
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 = 93a08f4