Skip to content

Move some code to rustpkg::parse_args.rs #11327

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

Merged
merged 4 commits into from
Jan 6, 2014
Merged

Move some code to rustpkg::parse_args.rs #11327

merged 4 commits into from
Jan 6, 2014

Conversation

nielsle
Copy link
Contributor

@nielsle nielsle commented Jan 5, 2014

Rearrange some code in rustpkg:

  • Move command line argument parsing to parse_args.rs
  • Introduce an enum to descibe commands such as Build, Install, and Clean.
  • Move sysroot from Context to BuildContext, to make parse_args more modular.

This is my first pull request, so please tell me if there is anything I need to do.

simple-lib and deeply and c-dependencies still have problems.
But they were nt caused by this pull request
bors added a commit that referenced this pull request Jan 6, 2014
Rearrange some code in rustpkg:

* Move command line argument parsing to  parse_args.rs
* Introduce an enum to descibe commands such as Build, Install, and Clean.
* Move sysroot from Context to BuildContext, to make parse_args  more modular.

This is my first pull request, so please tell me if there is anything I need to do.
@bors bors closed this Jan 6, 2014
@bors bors merged commit 4140b29 into rust-lang:master Jan 6, 2014
@nielsle nielsle deleted the rustpkg_argparse branch January 11, 2014 21:54
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

Successfully merging this pull request may close these issues.

2 participants