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 record default value cannot be a collection/map of records #605

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

ex-ratt
Copy link
Contributor

@ex-ratt ex-ratt commented Jul 28, 2024

This fixes #592

(Is there anything else I need to add? Seems like a small enough change that it doesn't need additional explanation, or does it?)

ayoub-benali
ayoub-benali previously approved these changes Aug 12, 2024
Copy link
Contributor

@ayoub-benali ayoub-benali left a comment

Choose a reason for hiding this comment

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

LGTM ! thanks for taking care of this
Edit: @ex-ratt the build is failing

@ex-ratt
Copy link
Contributor Author

ex-ratt commented Aug 13, 2024

I changed the line that had the issue, hopefully it'll work now. I enabled Github actions in my fork, but it does not work, because my fork does not have any tags (line 294 in build.sbt will fail if this is the case). But here it may work, fingers crossed. If not, then I will try again.

PS: I force-pushed in order to prevent a confusing history of small fixes. Is this ok?

@ayoub-benali
Copy link
Contributor

Thanks for the fix 👍

@ayoub-benali ayoub-benali merged commit 189ae44 into fd4s:master Aug 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Cannot add field default value if it contains a collection of records
2 participants