-
Notifications
You must be signed in to change notification settings - Fork 11
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
cps2ds - wrong body type #222
Comments
A makefile might be a good idea to simplify using the cmake commands. (Especially since the lit commands as described in the documentation do not work me right now). |
I think I identified the problem: The code produced after ds2cps (before the failing cps2ds pass) is:
(Side note: eta__54897 and eta__55004 look like they should be unified as equal.) The call to The issue lies in the assumptions of the pass:
|
Reproducing bugs is a major pain and one of the reasons, I'm not pursuing them as tenaciously as I should. I should open an issue to ease the process. Basically by providing a bunch of scripts and you only have to press one button to reproduce a bug. That would definitely help a lot (Edit: see #224).
Rn, Thorin doesn't have a reason to unify them. If you had Coming to the actual issue: |
b398b7d warns if direct style functions remain and ignores them. |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: