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

Multiplatform support #21

Merged
merged 16 commits into from
Dec 8, 2023
Merged

Conversation

natsukagami
Copy link
Contributor

  • Restructure gears into cross-platform with sbt-crossproject
  • Document and include build dependencies for Native
    • Use Boehm GC as Immix is crashing sometimes
  • Implement a ForkJoin-executor-based AsyncSupport instance
  • Implement Timer and some efforts to make tests run

Some miscellaneous stuff:

  • Get other tests to run on all platforms
  • Properly check for completion in future addListener

@natsukagami
Copy link
Contributor Author

natsukagami commented Dec 1, 2023

TODO: Update CI so it builds dependencies before testing done

@natsukagami natsukagami force-pushed the cross-platform branch 6 times, most recently from cb493c1 to d11e9f8 Compare December 4, 2023 14:35
jvm/src/main/scala/PosixLikeIO/PIO.scala Outdated Show resolved Hide resolved
jvm/src/main/scala/async/VThreadSupport.scala Outdated Show resolved Hide resolved
shared/src/main/scala/async/channels.scala Outdated Show resolved Hide resolved
shared/src/main/scala/async/Timer.scala Outdated Show resolved Hide resolved
shared/src/main/scala/async/Timer.scala Outdated Show resolved Hide resolved
shared/src/main/scala/async/Timer.scala Show resolved Hide resolved
@natsukagami natsukagami merged commit fbcdccf into lampepfl:main Dec 8, 2023
2 checks passed
@natsukagami natsukagami deleted the cross-platform branch December 8, 2023 18:38
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.

2 participants