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

only expose thickness and fill as keyword #58

Merged
merged 2 commits into from
Apr 19, 2021
Merged

Conversation

johnnychen94
Copy link
Member

follow up #51

When things become complex, it will be a nightmare to fix the method
ambiguity with too many positional argument. Because keyword parameters
are not used in method dispatch, it is more friendly to both users and
maintainers.

This commit also fixes the incremental complilation issue; there are two
duplicated methods.

cc: @ashwani-rathee

When things become complex, it will be a nightmare to fix the method
ambiguity with too many positional argument. Because keyword parameters
are not used in method dispatch, it is more friendly to both users and
maintainers.

This commit also fixes the incremental complilation issue; there are two
duplicated methods.
@johnnychen94 johnnychen94 merged commit c5fc7f4 into master Apr 19, 2021
@johnnychen94 johnnychen94 deleted the jc/thick_fill branch April 19, 2021 06:13
@timholy timholy mentioned this pull request Jul 23, 2023
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.

None yet

1 participant