-
Notifications
You must be signed in to change notification settings - Fork 44
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
building generated code should not emit warnings #18
Comments
I had trouble getting that example to build at all. What did you have to do anything beyond the steps listed in the README for the example? |
In addition to the warnings, I get errors:
|
What purescript version are you using, currently only 0.9 is supported. |
Ah, I am just starting with purescript, so I was using the latest version, 0.10.5. I will try again with 0.9. Is 0.10 support expected in the future? |
It is, but I am pretty busy at the moment. There are some kind fellows working on it, but they hit a problem with a dependency not yet building with the new compiler: |
Which specific 0.9.* version of psc should I be using? |
This should not matter. Use the latest. Or wait a bit, I believe psc-0.10 support is coming real soon. People already submitted PRs for some libraries of my libraries, I am currently making releases ready for 0.10 all the time. |
Version 0.9.3 does not work due to functional dependencies, so I guess I will wait until 0.10 support is available. |
It should work already, you just have to bump dependency versions. |
The number of warnings have been reduced, but there still is a few left:
Of these, 1 & 2 are generated by |
I have fixed similar issue in this project (link to pr) |
Running
pulp build
on the code generated by servant-purescript generates a lot of warnings. If possible, we should try to generate clean code.For example, building
central-counter
generates 68 warnings:The text was updated successfully, but these errors were encountered: