-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
compiler bug: "cannot convert type" error on first function call, result on second #9947
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
This patch should work. If somebody wants to add a test and commit it that would be great. otherwise I'll get to it eventually.
|
I'll do it. |
Merged
vtjnash
added a commit
that referenced
this issue
Jan 30, 2015
JeffBezanson
added a commit
that referenced
this issue
Feb 6, 2015
tkelman
pushed a commit
that referenced
this issue
Feb 6, 2015
Add more types to `searchsorted` tests Testing with *Int128 types is triggering an compiler error, so they are commented out for now. We can add them back to the once #9947 is fixed Convert Unsigned to Signed before subtraction Fix Uint handling for `searchsortedlast` Re-enable `*Int128` tests for searchsorted` Previously blocked by #9947 Make `Float16`, `*Int128` promote to `Float32` (cherry picked from commit c402273, syntax adjusted for 0.3) ref PR #9936
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While debugging #9936, I came up with the following minimal code example that exhibits some strange behavior:
This happens on both v0.3 and v0.4.
The text was updated successfully, but these errors were encountered: