KamandPrompt / CodeManiacs

IIT Mandi Online Judge
MIT License
22 stars 58 forks source link

Resolved depreciation warnings in the console #159

Closed Creatoon closed 3 years ago

Creatoon commented 3 years ago

What's this PR do? (related issue if exists)

this PR includes the fix of depraciation warning , more on the screenshot.

Any context you want to provide on the implementation?

Screenshots? (necessary if an UI/UX change)

bug1

after fixing

bugFix

pranshukharkwal commented 3 years ago

Good work on this @Creatoon Is this PR based on some issue or did you come up with the issue by yourself? If the latter is the case, then I would suggest you to first create issues, and then discuss with us and the community, and then start working on them.

Anyways, it is good that you found out the issue and fixed it :+1:

vsvipul commented 3 years ago

Hello @Creatoon , you are also changing indentation of code which isn't required. Remove those changes and only keep the changes which are necessary for fixing the depreciation warning as mentioned on your PR. If you want to fix alignment, you can do that in a separate PR.

Creatoon commented 3 years ago

@pranshukharkwal Ok sir, i will keep it in mind from this time, now do i have to raise an issue to create the same pull request.

Creatoon commented 3 years ago

@vsvipul Ok sir, I am deleting this pr, and raise a new issue with the same fix without indentation.

Creatoon commented 3 years ago

fixed #161

dheeraj135 commented 3 years ago

Hey @Creatoon, Please don't change the existing indentation of the codebase. It would be better to do that as a separate issue. Every PR should solve just one issue, here, it should be to remove the deprecation warnings. Please remove extra changes and squash the commits.