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

fix: switch case with eps parameter type #625

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

Sayakie
Copy link
Member

@Sayakie Sayakie commented Nov 2, 2023

Fixes #623


Download the jar for this pull request: TriggerReactor-625.zip

@Sayakie Sayakie added the build-pr-jar Enables a workflow to build jars on the pull request. label Nov 2, 2023
@Sayakie Sayakie self-assigned this Nov 2, 2023
@Sayakie Sayakie requested a review from a team as a code owner November 2, 2023 15:32
@github-actions github-actions bot added package:core Related to share domain nor script interpreter labels Nov 2, 2023
@Sayakie Sayakie linked an issue Nov 2, 2023 that may be closed by this pull request
@wysohn
Copy link
Member

wysohn commented Nov 4, 2023

@Sayakie
Don't we have the SWITCH statement already introduced in the release version?

Maybe we should merge it into the master branch directly?

@Sayakie
Copy link
Member Author

Sayakie commented Nov 7, 2023

Don't we have the SWITCH statement already introduced in the release version?

Maybe we should merge it into the master branch directly?

Yeah, we did.
I will check-out ASAP.

@wysohn
Copy link
Member

wysohn commented Dec 9, 2023

Let's put this into development anyway

@wysohn wysohn merged commit 2bb97b1 into development Dec 9, 2023
15 of 19 checks passed
@wysohn wysohn deleted the fix/eps-parameter-type branch December 9, 2023 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-pr-jar Enables a workflow to build jars on the pull request. package:core Related to share domain nor script interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch statement only allows string type
2 participants