Skip to content

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
aviatesk added a commit that referenced this pull request Aug 27, 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.
c42f pushed a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
….jl#571)

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.
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