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

dotty-cps-async 0.9.20 #203

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

lhns
Copy link
Contributor

@lhns lhns commented Mar 12, 2024

Hi! I ran into a few edge cases with the macros of dotty-cps-async 0.9.16 which seem to be fixed in the newer versions so I updated it to 0.9.20. I also split up the type classes to make this work with Monads, Try, etc. (Fixes #75 ) This PR will probably break bin compat because I removed the auto coloring stuff which is not available anymore in the newer versions of dotty-cps-async.

@djspiewak
Copy link
Member

Thank you for tackling this! I've been putting it off for quite a while

@lhns lhns force-pushed the feature/dotty-cps-async-0.9.20 branch from 00ae8c9 to 12fd89d Compare March 13, 2024 10:51
@lhns lhns marked this pull request as ready for review March 13, 2024 10:56
@lhns
Copy link
Contributor Author

lhns commented Mar 13, 2024

I am still a bit new to the new scala 3 implicit resolution rules but they seem to work pretty well without needing the LowPriorityImplicits pattern.

@djspiewak djspiewak merged commit 5e1d8ef into typelevel:main Mar 13, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

Sync support if possible
2 participants