-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Run more tests on both JVM/JS #309
Conversation
Hi @armanbilge and thanks for the contribution. One first question: why did you move all the main sources from |
All the sources are shared now, so you can simplify your directory structure to an ordinary project (no need for shared/jvm/js split). |
The main sources were already shared, but for sake of uniformity, I’d like to keep all modules use the |
Sure no problem! |
Damn. Ok nevermind, I need to have a global look at it. Keep it the way you have it. |
Yes, actually it seems there are many more tests that can cross-compile now. Looking through quickly I see the |
I think the only module that actually needs split sources is csv, because |
Ok thanks I need to do a global check on my use of |
I let two of you figure out the sbt sources setup, it's by far not my strength 🙄 But thank you very much for the work @armanbilge! Feel free to ping me on the Typelevel Discord (same handle) if you need more workflow approvals on the way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my side then, but I'll let @satabin do the merge in case there's something with the source folders still to be optimised.
Nah, it’s fine, I’ll merge it. Thanks a lot @armanbilge! |
fs2-io supports all APIs (including files) on JVM and JS now.