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

feat: support full names and mistaken usage for QuickConstruct #256

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

henryiii
Copy link
Member

@henryiii henryiii commented Jul 7, 2021

This address #251 by adding full names too; the mistake I was worried about, a user doing this:

Hist(Hist.new.Regular(10,0,1))

is much less likely now that we have the ".new" part (before we didn't), and if someone does make that mistake, mypy will complain - and if they don't type check it, it will just work anyway! :)

@henryiii henryiii merged commit c8a7f44 into main Jul 7, 2021
@henryiii henryiii deleted the henryiii/feat/qcl branch July 7, 2021 03:40
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