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: Rework defaults #730

Merged
merged 8 commits into from
Feb 18, 2025
Merged

fix: Rework defaults #730

merged 8 commits into from
Feb 18, 2025

Conversation

koubaa
Copy link
Collaborator

@koubaa koubaa commented Feb 18, 2025

related to #605

I realized that to handle defaults for tables or series, we should process the defaults using the kwargs.

Right now, defaults for the regular card is done in the constructor of the keyword. We can simplify that by handling defaults in the field constructor, with some minor changes elsewhere to fix issues.

All the generated files were changed. To review the non-generated changes - look at all but the "update codegen" commit.

@koubaa koubaa requested a review from a team as a code owner February 18, 2025 19:41
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 18, 2025
@koubaa koubaa changed the title Rework defaults fix: Rework defaults Feb 18, 2025
@koubaa koubaa merged commit 52b49b7 into main Feb 18, 2025
30 checks passed
@koubaa koubaa deleted the rework-defaults branch February 18, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants