chipsec: Python2 to Python3 conversion/refactoring #3028
Closed
net-wayfarer
started this conversation in
General
Replies: 2 comments 4 replies
-
Hey, can you just paste link for full log? It's so very long scroll. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, @net-wayfarer, @aancw, hope that you're fine. I see that chipsec is currently being compiled using Python3, what are the advantages of using 2to3 in this case? I think it will probably bring more problems than improvements. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is a continuation from a PR that I previously made.
Initially I was misunderstanding that
chipsec
package depended onpython2*
and so I decided to go modifying thePKGBUILD
further to havemakepkg
do the conversion/refactoring during theprepare() {}
process,What actually ended up happening is most probably that the Python files got refactored (warning, huge paste ahead). I haven't experimented with
chipsec_main.py
yet, but am intending to canvass some opinions on this. Would there be any point in pushing a PR with the aforementioned changes even if it may not be useful? I am also partly thinking aloud here.Full log: Deleted https://paste.rs/jar (Warning: extremely long log)
Beta Was this translation helpful? Give feedback.
All reactions