-
Notifications
You must be signed in to change notification settings - Fork 17
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
update the constant name and imports #4
base: master
Are you sure you want to change the base?
Conversation
Constants name is transformed into all uppercase and remove an unimportant comment in import and removed some unimportant imports in urllib module
I can't quite see what this change achieves, @jonorthwash I think you'll have to decide if it's something we want |
would you like to add |
@ai-naymul, you accidentally inverted the deletion in the commit. You kept all the files that we wanted gone, and removed the one file that had real changes. |
@TinoDidriksen I am extremely sorry for that, What should I do now, could you please suggest me? |
Roll back your commit and remove the other files. |
@TinoDidriksen How can I do that could you please help me or should I made another pr? |
Undo commit 547c64244d5c985e96a40f0becec3eb054b1a7e2 and remove the .idea folder instead. |
@TinoDidriksen You mean I should revert the commit remove all those Like that... |
Something like that, yes. The changeset should only be changes to |
Okay then let me make the revert, Thanks a lot for your help❤ |
I have made an another commit could you please check that give me feedback? |
You didn't revert everything from the commit. You need to go back to commit ai-naymul@0f313a9 and remove the .idea folder from that state. |
Should I make another commit in this regarding there are some error is troughing while I tried to delete the whole idea file? |
@ai-naymul As it stands now, your pull request makes literally 0 changes. Additionally, it's still not clear what was gained by the original change. What is the value of renaming those variables and very slightly reformatting the |
Whether you add a 4th commit with the actual changes, or rewrite history to remove some commits and then remove the folder, is really up to you. If we merge, we'll squash it in so it looks like a single commit anyway. |
It helps to read the code better but however If think It's not worthy you can closed the PR and if you like I would love to work on another things to improve the project :) |
No, you misunderstand. Right now, this PR literally does nothing. There are no changes in https://github.com/apertium/WikiExtractor/pull/4/files - you've managed to remove everything, not just the |
What should I do now? |
I repeat: You need to go back to commit ai-naymul@0f313a9 and remove the .idea folder from that state. |
Bro I mean how can I delete the folder from that commit could you please give me some guide to make that, I will be very gratefull for that... :) |
Something like:
|
653508d
to
59b0bbb
Compare
@TinoDidriksen Is that fine now? |
Constants name is transformed into all uppercase and remove an unimportant comment in import and removed some unimportant imports in
urllib
module.