Skip to content

userspace: eliminate warning in process_gperf.py #11963

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
Dec 8, 2018

Conversation

andrewboie
Copy link
Contributor

Python 3.7 throws a FutureWarning when it thinks it
has found a nested set in a regular expression.

We weren't actually; just trying to match some brackets.
Escape them instead. No functional difference.

Fixes: #11961

Signed-off-by: Andrew Boie [email protected]

Python 3.7 throws a FutureWarning when it thinks it
has found a nested set in a regular expression.

We weren't actually; just trying to match some brackets.
Escape them instead. No functional difference.

Fixes: zephyrproject-rtos#11961

Signed-off-by: Andrew Boie <[email protected]>
@andrewboie andrewboie requested review from lpereira and nashif December 7, 2018 23:56
@codecov-io
Copy link

Codecov Report

Merging #11963 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #11963   +/-   ##
=======================================
  Coverage   48.17%   48.17%           
=======================================
  Files         281      281           
  Lines       43360    43360           
  Branches    10392    10392           
=======================================
  Hits        20887    20887           
  Misses      18318    18318           
  Partials     4155     4155

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8022b2...b51df44. Read the comment docs.

@nashif nashif merged commit cd25574 into zephyrproject-rtos:master Dec 8, 2018
@andrewboie andrewboie deleted the nested-set-python branch April 2, 2019 18:05
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