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

Try different argument --regex #1669

Merged
merged 7 commits into from
Apr 26, 2023
Merged

Conversation

martin-martin
Copy link
Contributor

--ignore-regex IGNORE_REGEX
regular expression that is used to find patterns to ignore by treating as whitespace. When writing
regular expressions, consider ensuring there are boundary non-word chars, e.g., "\bmatch\b".
Defaults to empty/disabled.

...

-r REGEX, --regex REGEX
regular expression that is used to find words. By default any alphanumeric character, the
underscore, the hyphen, and the apostrophe is used to build words. This option cannot be specified
together with --write-changes.

  --ignore-regex IGNORE_REGEX
                        regular expression that is used to find patterns to ignore by treating as whitespace. When writing
                        regular expressions, consider ensuring there are boundary non-word chars, e.g., "\bmatch\b".
                        Defaults to empty/disabled.

...

  -r REGEX, --regex REGEX
                        regular expression that is used to find words. By default any alphanumeric character, the
                        underscore, the hyphen, and the apostrophe is used to build words. This option cannot be specified
                        together with --write-changes.
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f4a8e6d) 81.69% compared to head (977d08d) 81.69%.

❗ Current head 977d08d differs from pull request most recent head 6a7842a. Consider uploading reports for the commit 6a7842a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1669   +/-   ##
=======================================
  Coverage   81.69%   81.69%           
=======================================
  Files          18       18           
  Lines        1393     1393           
  Branches      271      271           
=======================================
  Hits         1138     1138           
  Misses        209      209           
  Partials       46       46           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jackiekazil jackiekazil merged commit 99a0c46 into projectmesa:main Apr 26, 2023
@jackiekazil
Copy link
Member

related #1661

catherinedevlin pushed a commit to catherinedevlin/mesa that referenced this pull request Apr 26, 2023
* Try different argument

  --ignore-regex IGNORE_REGEX
                        regular expression that is used to find patterns to ignore by treating as whitespace. When writing
                        regular expressions, consider ensuring there are boundary non-word chars, e.g., "\bmatch\b".
                        Defaults to empty/disabled.

...

  -r REGEX, --regex REGEX
                        regular expression that is used to find words. By default any alphanumeric character, the
                        underscore, the hyphen, and the apostrophe is used to build words. This option cannot be specified
                        together with --write-changes.

* Goose chase source code

* Attempt to use args

* Try default argparse generation

Missing meta variable

* Fix quotes

* Try underscores
@jackiekazil
Copy link
Member

This wasn't supposed to be merged... going to revert to what was working.

jackiekazil added a commit that referenced this pull request Apr 26, 2023
jackiekazil added a commit that referenced this pull request Apr 26, 2023
catherinedevlin pushed a commit to catherinedevlin/mesa that referenced this pull request Apr 26, 2023
@tpike3 tpike3 added this to the Mesa 2.0 (Wellton) milestone Jul 1, 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.

3 participants