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

Polymorphic functions broken #27

Open
ergawy opened this issue Apr 13, 2016 · 1 comment
Open

Polymorphic functions broken #27

ergawy opened this issue Apr 13, 2016 · 1 comment

Comments

@ergawy
Copy link

ergawy commented Apr 13, 2016

The following code generates an assertion at /impala/src/impala/sema/unifiable.h, Line 529:

fn f1[T](input: T) -> () {}
fn f2[T](input: T) -> () {}
@leissa
Copy link
Member

leissa commented Apr 13, 2016

Thanks for reporting. We will not fix this in current master branch. Plz wait until our infer branch gets mature enough to be merged with master. Unfortunately, this will take some time. So plz be patient. I'll keep this bug report open until it works in infer and infer has been merged.

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

No branches or pull requests

2 participants