-
-
Notifications
You must be signed in to change notification settings - Fork 3
Sync with latest effect #9
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
Conversation
|
Hey there @joepjoosten ! Thank you very much for all your work! This library definitely needs some love at some point in the future, but I just don't have the time to put into it at the moment, so I appreciate your work! Once CI is passing I'll happily merge! |
|
That great! I've fixed the remaining issue, Either generic parameter reversal, and it should now build correctly and all the tests are passing. |
|
Also seems to be a linting failure in the recently introduced circular.js file. |
|
@joepjoosten - CI is failing on the docgen step. For now, I would suggest we just remove the docs step from CI. |
|
Thanks for your work @joepjoosten |
Hi Max,
I've taken the liberty to update this package to the latest effect. Including the dependencies (i've taken a look at effect-ts).
I've been using https://github.com/gcanti/parser-ts in the past, so i'm hoping to use this during the advent of code 2024 (i'm already two days behind...)
Hopefully this can be merged.
I'll be using it for the advent of code, and when i run into problems, I'll report it here, and will also try to fix it.
Regards,
Joep