-
Notifications
You must be signed in to change notification settings - Fork 823
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
Adding classes #2633
Adding classes #2633
Conversation
Three things:
|
@meganindya @walterbender I was editing pluginsviwer.js. Could you provide a plugin for testing purposes. |
11k+ lines will be a mammoth task to review. Please follow the following:
|
it's "editing" btw |
Step 4.5: Test your changes. (There is no point in making a PR from broken
code.)
…On Sat, Nov 28, 2020 at 8:17 AM Anindya Kundu ***@***.***> wrote:
Three things:
- do a rebase every time you start with (don't want previous commits
reappearing)
- (for this one) one file at a time please
- mark PR as draft if incomplete
11k+ lines will be a mammoth task to review.
Please follow the following:
1. stash any uncommitted changes
2. rebase you master to current master of sugarlabs/musicblocks
3. create a new branch
4. cherry pick your commits on one file
5. create a new PR from that branch
6. wait for review
7. make any suggested changes if at all
8. go back to 2 until all the files have been dealt with one at a time
9. pop stash and practice the same thereafter
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2633 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6PXYLB5GJ5NW35YWMXCO3SSD2AJANCNFSM4UFUTO4Q>
.
--
Walter Bender
Sugar Labs
http://www.sugarlabs.org
<http://www.sugarlabs.org>
|
@meganindya though its says 11k+ lines, its is just because creating a class indents the whole code by one tab space. It cant be dodged. |
@meganindya To simplify the reviewing process, I was thinking maybe I should reduce this one tab space added to the all the files. Though the files will not be correctly indented, it will simplify the review process and then we can add this tab space later when we lint all the files |
You are literally spamming. I told you to break this into multiple PRs and open one at a time, not all 25 at once. Please close all your PRs except the first one (not this one, the one after this). We can reopen them one by one as required. In fact, close this one too, this is now redundant. It's getting nearly impossible for us to follow anything. This sort of change maybe simple, but due to the scattered nature, needs to be verified thoroughly. If you do not follow, we might have no other way out other than taking down your access. |
Sorry for that. I have closed rest of the PRs. |
Issue #2629
Port to class definition and more:
Reviewers:
@meganindya