Skip to content

build_tree: clarify accepted keyword arguments #571

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 1 commit into from
Jul 11, 2025
Merged

Conversation

aviatesk
Copy link
Member

@aviatesk aviatesk commented Jul 3, 2025

Currently build_tree accepts extra kwargs... which causes actually invalid kwargs... to be silently ignored. This is particularly confusing since they can be mixed up with _parse! keyword arguments. This change clarifies which keyword arguments build_tree accepts and makes it explicitly error when invalid keyword arguments are passed.

Currently `build_tree` accepts extra `kwargs...` which causes actually
invalid `kwargs...` to be silently ignored. This is particularly
confusing since they can be mixed up with `_parse!` keyword arguments.
This change clarifies which keyword arguments `build_tree` accepts and
makes it explicitly error when invalid keyword arguments are passed.
@aviatesk aviatesk merged commit 2e8d590 into main Jul 11, 2025
36 checks passed
@aviatesk aviatesk deleted the avi/build_tree-kwargs branch July 11, 2025 17:44
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.

1 participant