Closed cclauss closed 6 years ago
Now I guess you understand the reason the reason why I defaulted Travis to build on Python 2 only for present. Check the updated .travis.yml
I am coding almost the entire framework from scratch, so I guess there shouldn't be any in v2.
451 days until Python 2 end of life... http://pythonclock.org
451 days until Python 2 end of life... http://pythonclock.org
Why else so you expect me to rewrite the whole code? 🙂
A complete rewrite is not at all necessary. Small cleanup != rewrite.
Nah, I am not just doing the whole rewrite for this petty indentation error, the stuff is have planned for v2 has provisions that there are bulk additions that have to be made to almost all modules. #37 was the first PR of this repo and was huge, I seriously didn't want to spill your work away just like that.
To be honest, I wrote this code in a messed-up+spaghetti way check the source
, very casually cause I never expected TIDoS to grow this big. I mean like look at the way I wrote the code 😂, its not even a real framework structure. But since it has grown to this, a total code refactor is highly necessary. 🙂
Are you married to tabs or could we run https://github.com/python/cpython/blob/master/Tools/scripts/reindent.py on the codebase?
I just noticed that somehow I had mistakenly closed this, oops. However, as already you know, contributions to this framework are always welcome, feel free to do anything which according to you might help in the improvisation of the overall build. I would gladly review and accept them.
Oh and by the way, you should give me your real name and contact info which is to be included in the AUTHORS file, since you're one of the top contributors to this project. Hit me up personally on twitter if it's sensitive here.
On the way to be fixed 😀👌.
Indentation should be all tabs or all spaces but not a mix of the two in Python 3.
https://travis-ci.com/theInfectedDrake/TIDoS-Framework/jobs/150198095#L477