-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error when running crystal spec
#24
Comments
That looks really weird. This is an error from LLVM back-end. Probably we are looking at some compiler bug. Can you push your branch on your |
Or, is it just a formatter that you are implementing on |
@waterlink It is on the |
Oh, I see. |
Yes. Something seems to be changed strangely. I am getting silent |
It fails consistently for |
@marceloboeira Currently was unable to understand the reason. Debugging doesn't help either. I will try to narrow down the code to minimum failing example and see if it helps. |
@waterlink alright, if you need any help let me know. |
@marceloboeira I think I have a couple of small examples, that I would report as issues to Crystal lang, because I think inheritance + |
I will put links to them here to keep track. |
When running
crystal spec
the following error output is given:Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling a function with a bad signature!"), function init, file /tmp/llvm20151214-69554-hagc7s/llvm-3.6.2.src/lib/IR/Instructions.cpp, line 281. fish: 'crystal run spec/spec2_spec.cr' terminated by signal SIGABRT (Abort)
@waterlink I'm currently trying to implement #23, can you help me with this?
The text was updated successfully, but these errors were encountered: