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

Replace trivial uses of rethrow(exc) with rethrow() #873

Merged
merged 1 commit into from
Nov 1, 2018

Conversation

c42f
Copy link
Member

@c42f c42f commented Nov 1, 2018

In all these cases we're merely rethrowing the existing exception, so it
seems simpler and clearer just to use rethrow() without arguments.

Companion to JuliaLang/julia#29794

In all these cases we're merely rethrowing the existing exception, so it
seems simpler and clearer just to use `rethrow()` without arguments.
@StefanKarpinski
Copy link
Sponsor Member

bors try

bors bot added a commit that referenced this pull request Nov 1, 2018
@bors
Copy link
Contributor

bors bot commented Nov 1, 2018

try

Build failed

@fredrikekre
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Nov 1, 2018
873: Replace trivial uses of rethrow(exc) with rethrow() r=fredrikekre a=c42f

In all these cases we're merely rethrowing the existing exception, so it
seems simpler and clearer just to use `rethrow()` without arguments.

Companion to JuliaLang/julia#29794

Co-authored-by: Chris Foster <[email protected]>
@bors
Copy link
Contributor

bors bot commented Nov 1, 2018

Build failed

@StefanKarpinski
Copy link
Sponsor Member

Travis Mac failure before actual tests began to run:

0.28s$ hdiutil mount -readonly -mountpoint juliamnt julia.dmg
hdiutil: mount failed - image not recognized

The command "hdiutil mount -readonly -mountpoint juliamnt julia.dmg" failed and exited with 1 during .

https://travis-ci.org/JuliaLang/Pkg.jl/jobs/449364543#L75

Anyone know what's up with that?

@KristofferC
Copy link
Sponsor Member

@StefanKarpinski Mac buildbot hasn't run in a month. Nightly gets deleted.

@StefanKarpinski
Copy link
Sponsor Member

Should we disable the test then so that bors can work properly?

@KristofferC KristofferC merged commit 8b821fb into master Nov 1, 2018
@KristofferC KristofferC deleted the cjf/rethrow-cleanup branch November 1, 2018 16:06
@KristofferC
Copy link
Sponsor Member

KristofferC commented Nov 1, 2018

Cutting the Gordian knot ;)

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.

None yet

4 participants