Skip to content

Issue #548 : Added command line flag generation method to Builder #630

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 1 commit into from
Apr 13, 2017

Conversation

basic-bgnr
Copy link
Contributor

  1. Added new method command_line_flags to Builder to generate
    list of command line arguments supplied.[file: src/lib.rs]

  2. Added new method get_set and get_items method to RegexSet
    to return immutable reference to it's fields.[file: src/regex_set.rs]

  3. Added simple test case for command_line_flags method.[file: src/lib.rs]

1. Added new method `command_line_flags` to `Builder` to generate
   list of command line arguments supplied.[file: src/lib.rs]

2. Added new method `get_set` and `get_items` method to `RegexSet`
   to return immutable reference to it's fields.[file: src/regex_set.rs]

3. Added simple test case for `command_line_flags` method.[file: src/lib.rs]
Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for hauling this one over the finish line, @basic-bgnr !

@fitzgen
Copy link
Member

fitzgen commented Apr 13, 2017

@bors-servo r+

@bors-servo
Copy link

📌 Commit 08c0923 has been approved by fitzgen

@bors-servo
Copy link

⌛ Testing commit 08c0923 with merge 3f5975e...

bors-servo pushed a commit that referenced this pull request Apr 13, 2017
Issue #548 : Added command line flag generation method to Builder

1. Added new method `command_line_flags` to `Builder` to generate
   list of command line arguments supplied.[file: src/lib.rs]

2. Added new method `get_set` and `get_items` method to `RegexSet`
   to return immutable reference to it's fields.[file: src/regex_set.rs]

3. Added simple test case for `command_line_flags` method.[file: src/lib.rs]
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: fitzgen
Pushing 3f5975e to master...

@bors-servo bors-servo merged commit 08c0923 into rust-lang:master Apr 13, 2017
@basic-bgnr
Copy link
Contributor Author

@fitzgen thank you so much for your guidance.

@basic-bgnr basic-bgnr deleted the command_line_args branch May 8, 2017 02:36
zh-jq pushed a commit to zh-jq/mini-c-ares that referenced this pull request Jul 31, 2023
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.

4 participants