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: deprecate getMathHelpersName for getMathHelperName #1409

Merged
merged 2 commits into from
Aug 10, 2020

Conversation

erights
Copy link
Member

@erights erights commented Aug 9, 2020

AFAICT, the only publicly exposed API using the plural "mathHelpers" are the getMathHelpersName methods. Since we're about to do a major release, it's worth deprecating them, introducing the singular instead, and changing all uses in this PR to use the singular form.

There are many other uses of the plural that will need to be changed as well, such as variables, types, comments and documentation. But non of these create painful cross version compat problems. In the interest of minimizing spurious merge conflicts before major merging, I omitted all these others.

So that I could test and see I didn't break anything, I did this as a delta on master rather than new-zoe-spike-2.

@erights erights merged commit 2375b28 into master Aug 10, 2020
@erights erights deleted the depredate-plural-getMathHelpers branch August 10, 2020 18:41
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.

2 participants