-
Notifications
You must be signed in to change notification settings - Fork 4
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
Disallow simultaneously positive/negative InfExtendedReal
#24
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 175 175
=========================================
Hits 175 175
Continue to review full report at Codecov.
|
506a830
to
23bedda
Compare
Take note that some of these tests are not guaranteed to reproduce the problematic instance encountered in #23 due to requiring a specific value for the undefined |
On other thought on testing this. We could alternatively add an inner julia> primitive type Demo 64 end
julia> Base.reinterpret(Demo, Int64(1))
Demo(0x0000000000000001) |
With the latest change we now have guaranteed reproduction of the problematic instance. |
Looks like I can't do
I've worked around this |
Fixes #23