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

Replace ./configure with a script that generates config.toml #42051

Closed
ishitatsuyuki opened this issue May 17, 2017 · 1 comment
Closed

Replace ./configure with a script that generates config.toml #42051

ishitatsuyuki opened this issue May 17, 2017 · 1 comment

Comments

@ishitatsuyuki
Copy link
Contributor

The rustbuild code is really bloated with code handling options from both config.mk and config.toml. We can silently replace configure with a script that generates TOML instead.

That should be possible with bash, but we can also use Python due to it's advantage like being cross platform, and a more general purpose language.

@TimNN
Copy link
Contributor

TimNN commented May 17, 2017

Duplicate of #40730

@TimNN TimNN closed this as completed May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants