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

add promote rule for Float16 with irrational #20177

Merged
merged 2 commits into from
Jan 23, 2017
Merged

Conversation

KristofferC
Copy link
Sponsor Member

Fixes #15359

@@ -1001,3 +1001,7 @@ end

# no domain error is thrown for negative values
@test invoke(cbrt, Tuple{AbstractFloat}, -1.0) == -1.0

@testset "promote Float16 irrational" begin
Copy link
Member

Choose a reason for hiding this comment

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

Add a reference to #15359 here?

@KristofferC
Copy link
Sponsor Member Author

updated with ref to #15359, (remember to remove ci skip on merge)

Copy link
Sponsor Member

@vchuravy vchuravy left a comment

Choose a reason for hiding this comment

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

Test failure on AppVeyor seems unrelated (a StackOverflow with summarysize e.g. #19707)

Some tests did not pass: 1279507 passed, 0 failed, 1 errored, 0 broken.misc: Error During Test
  Test threw an exception of type StackOverflowError
  Expression: $(Expr(:escape, :(summarysize(Core)))) $(Expr(:escape, :>)) $(Expr(:escape, :(summarysize(Core.Inference)))) $(Expr(:escape, :>)) $(Expr(:escape, :(Core.sizeof(Core))))
  StackOverflowError:

@ararslan ararslan merged commit 80c816d into master Jan 23, 2017
@ararslan ararslan deleted the kc/float16_irrat branch January 23, 2017 19:46
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