Skip to content
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

Remove python dependency in the build process #834

Closed
coilysiren opened this issue Aug 3, 2019 · 5 comments
Closed

Remove python dependency in the build process #834

coilysiren opened this issue Aug 3, 2019 · 5 comments
Assignees
Labels
kind/feature describes a code enhancement / feature request

Comments

@coilysiren
Copy link
Member

via #784 (comment)

@coilysiren
Copy link
Member Author

I recently saw this tweet about self-hosting compilers https://twitter.com/TheLexTimes/status/1157076403252109314. Related to that, I realized that urfave/cli could use itself during the build process!

@asahasrabuddhe
Copy link
Member

@lynncyrin you read my mind. I have implemented a CLI app using urfave/cli to help generate the necessary code files. I am about to generate a PR and start a discussion to finalize the same :)

@coilysiren coilysiren added the kind/feature describes a code enhancement / feature request label Aug 3, 2019
@asahasrabuddhe
Copy link
Member

I reviewed the runtests file today. It is a python application to bootstrap the build / test process. Do you guys think I should port it to bash or should I write a go app to do those same things and then use it?

@coilysiren
Copy link
Member Author

I reviewed the runtests file today. It is a python application to bootstrap the build / test process. Do you guys think I should port it to bash or should I write a go app to do those same things and then use it?

I would be in favor of either of those options! Writing it in bash sounds more "conventional", whereas writing in as a go app sounds more "fun". I'd write it as a go app first, and see how that feels 🔍

@asahasrabuddhe
Copy link
Member

this is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature describes a code enhancement / feature request
Projects
None yet
Development

No branches or pull requests

2 participants