-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Correct typos #10788
Correct typos #10788
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in the app
subgenerator and in statistics.js
are fine IMO, however I think the changes in client
and server
subgenerators are breaking changes since blueprints could use it.
These changes could probably be postponed to v7
Makes sense. |
There's no 7.x branch, we only have maintenance branches. |
Let's first do the "easy" typos, that are not used by the sub-generators. For the others, it's going to be difficult. |
How about a gradual upgrade by keeping both variants like follows:
|
@vivekmore that's a good idea! Can you add a comment to the "functions with typos" that says
That way, we could clean them up for the next major edit I should read everything before commenting, seems like you've got the idea :) |
These will still be breaking changes, in particular for blueprints. For example, if a blueprint is overriding a particular step (
Development on V7 will start soon, let's wait a bit more and don't break V6 for blueprints (and there're a more and more) |
@murdos - You're right I'll make another PR as soon as v7 development starts that:
does that seem reasonable? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I highlighted the 3 remaining breaking changes that should be reverted. Then this PR could be merged ;)
Co-authored-by: Aurélien Mino <[email protected]>
Co-authored-by: Aurélien Mino <[email protected]>
Co-authored-by: Aurélien Mino <[email protected]>
Good catch @murdos ! Sorry for missing these, and thank you for being patient. |
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed