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

Fix dimable_name regular expression #122

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

gkelly
Copy link
Contributor

@gkelly gkelly commented Jun 2, 2020

The regex for dimable names wasn't anchoring the entire expression on
the start and end of lines, just the first and last optional matches.

The regex for dimable names wasn't anchoring the entire expression on
the start and end of lines, just the first and last optional matches.
@gkelly gkelly requested a review from a team as a code owner June 2, 2020 15:15
@gkelly
Copy link
Contributor Author

gkelly commented Jun 2, 2020

@burrbull

@burrbull
Copy link
Member

burrbull commented Jun 2, 2020

bors r+

bors bot added a commit that referenced this pull request Jun 2, 2020
122: Fix dimable_name regular expression r=burrbull a=gkelly

The regex for dimable names wasn't anchoring the entire expression on
the start and end of lines, just the first and last optional matches.

Co-authored-by: Garret Kelly <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jun 2, 2020

Build failed:

@gkelly
Copy link
Contributor Author

gkelly commented Jun 2, 2020

Build failed:

https://travis-ci.org/github/rust-embedded/svd/jobs/693897919, the failure seems unrelated to this change. Not sure how to diagnose the actual issue here off hand.

@burrbull
Copy link
Member

burrbull commented Jun 2, 2020

Looks like we need up minimal supported Rust version to 1.36

@burrbull
Copy link
Member

burrbull commented Jun 2, 2020

cc @therealprof

@Emilgardis
Copy link
Member

crossbeam-rs/crossbeam#504 maybe related?

@gkelly
Copy link
Contributor Author

gkelly commented Jun 2, 2020

Opened #123 to bump MSRV.

@gkelly gkelly mentioned this pull request Jun 2, 2020
@therealprof
Copy link
Contributor

bors r=burrbull

bors bot added a commit that referenced this pull request Jun 2, 2020
122: Fix dimable_name regular expression r=burrbull a=gkelly

The regex for dimable names wasn't anchoring the entire expression on
the start and end of lines, just the first and last optional matches.

Co-authored-by: Garret Kelly <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jun 2, 2020

Build failed:

@gkelly
Copy link
Contributor Author

gkelly commented Jun 2, 2020

Still working on the CI in #124.

@therealprof
Copy link
Contributor

bors r=burrbull

@bors
Copy link
Contributor

bors bot commented Jun 3, 2020

Build succeeded:

@bors bors bot merged commit f8d75b8 into rust-embedded:master Jun 3, 2020
@gkelly gkelly deleted the fix-dimable-regex branch June 3, 2020 00:57
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