-
Notifications
You must be signed in to change notification settings - Fork 64
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
Usage of a published version of reactor-ts #1426
Conversation
Note that we still use the types from the runtime version that is packed in the jar.
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.
I can't approve this because of how GitHub behaves, but it looks right to me. I agree that it is cleaner to introduce the BuildParm
enum.
Co-authored-by: Peter Donovan <33707478+petervdonovan@users.noreply.github.com>
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.
This looks good to me! The improvements for Linux and Windows are significant, but oddly on MacOS the tests are still running after 2 hours. Please also consider my comment regarding --runtime-version
69a3166
to
11e029a
Compare
Fixes #1359
Tasks completed:
reactor-ts
submodule./gradlew test --tests org.lflang.tests.runtime.TypeScriptTest.* -Druntime="file:<some-path-to-a-local-reactor-ts>"
reactor-ts
CI to run integration tests against a particular commit