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

Added advance-message-interval option and more federated tests for TypeScript #1293

Merged
merged 17 commits into from
Jul 25, 2022

Conversation

hokeun
Copy link
Member

@hokeun hokeun commented Jul 13, 2022

Relevant reactor-ts PR: lf-lang/reactor-ts#109

@hokeun hokeun requested review from lhstrh and Soroosh129 July 13, 2022 20:45
@hokeun hokeun changed the title Added more federated tests for TypeScript and updated reactor-ts version. Added advance-message-interval option and more federated tests for TypeScript Jul 13, 2022
@hokeun
Copy link
Member Author

hokeun commented Jul 15, 2022

NOTE 1: I think this change shouldn't cause any merge conflict on the fed-gen PR: #1221

NOTE 2: This is a bug fix for reactor-ts runtime

Copy link
Contributor

@Soroosh129 Soroosh129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

targetConfig.coordinationOptions.advance_message_interval != null) {
targetConfigurations.add(
"this.setAdvanceMessageInterval(${timeInTargetLanguage(targetConfig.coordinationOptions.advance_message_interval)})")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there should be a warning here if advance_message_interval is not set by the user. At least this is how this scenario is handled in C and Python.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the suggestion! I added a warning here: 1c6a598

…t for reactor but advance message interval is not set.
@hokeun hokeun merged commit a08584b into master Jul 25, 2022
@lhstrh lhstrh added the enhancement Enhancement of existing feature label Jan 26, 2023
@cmnrd cmnrd deleted the ts-tan branch March 10, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants