Skip to content

use list instead of set to define the result of expression and define empty value handling (#121 & #16) #128

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

Merged
merged 14 commits into from
Jul 18, 2024

Conversation

pmaria
Copy link
Collaborator

@pmaria pmaria commented Jun 25, 2024

fixes #121
fixes #16

@pmaria pmaria requested a review from andimou June 25, 2024 11:33
@DylanVanAssche DylanVanAssche force-pushed the 121-expression-result-list branch from 9e3d228 to 745d22a Compare July 3, 2024 09:40
@DylanVanAssche DylanVanAssche mentioned this pull request Jul 3, 2024
@DylanVanAssche DylanVanAssche changed the title use list instead of set to define the result of expression (#121) use list instead of set to define the result of expression and define empty value handling (#121 & #16) Jul 3, 2024
@DylanVanAssche
Copy link
Collaborator

Incorporate return-values branch of #16 because this is also applicable on the expression map. Consensus was reached, but never merged as the commits where on a separate branch.

Copy link
Collaborator Author

@pmaria pmaria left a comment

Choose a reason for hiding this comment

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

@dachafra @DylanVanAssche there are a lot of issues with the added commits. This needs work before it can be merged.

@DylanVanAssche
Copy link
Collaborator

@pmaria I'm just the 'messenger' here :P I am not sure how to decide or resolve your comments. These commits should have been already in a PR a long time ago. At least we have now a good review.

@pmaria
Copy link
Collaborator Author

pmaria commented Jul 3, 2024

@DylanVanAssche ok I'll attempt to resolve them

@pmaria pmaria merged commit 2bd0ec3 into main Jul 18, 2024
1 check passed
@pmaria pmaria deleted the 121-expression-result-list branch July 18, 2024 13:10
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.

Result of expressions should be an array/list instead of set empty literals
3 participants