Open AgentK9 opened 1 year ago
I'm somewhat ambivalent about this PR. (I haven't studied your suggested code in detail yet.)
Yes, python is probably to prefer over perl for the fixinclude
and lowercase
scripts. But for the install.sh
script, I'm not really sure about whether this is a net win or loss - what do we gain from converting that to python?
(The actions run that I just enabled will probably fail; this is due to a tool regression that I've worked around on master; if you rebase your branch on latest master, it should run successfully again.)
Hello,
Thanks so much for your time in reviewing this. I have merged main into my branch. If you'd like, I can also squash all of these commits.
Here are a few reasons why the install.sh
script should be changed along with the others:
I'd really appreciate any feedback you have.
I'm somewhat ambivalent about this PR. (I haven't studied your suggested code in detail yet.)
@mstorsjo, I was wondering if you had reviewed the suggested changes? I know it has been some time since the PR was submitted but rebasing and updating should be doable.
Python is more universal than perl and allows for better extensibility and portability, not to mention readability.