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

Defer regex construction to avoid static initialization #289

Merged
merged 3 commits into from
Dec 2, 2021

Conversation

jwnimmer-tri
Copy link
Contributor

@jwnimmer-tri jwnimmer-tri commented Nov 23, 2021

🦟 Bug fix

Mitigates a portion of #269. Builds on #288 that moved the function to the cc file.

Summary

Checklist

  • Signed all commits for DCO
  • Added tests (N/A)
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge

@chapulina chapulina added the bug Something isn't working label Nov 23, 2021
src/Helpers.cc Outdated Show resolved Hide resolved
@jwnimmer-tri
Copy link
Contributor Author

I'm not sure if I'm reading it correctly, but the windows CI failure seems like an infrastructure flake and not a problem with the PR?

@chapulina
Copy link
Contributor

the windows CI failure seems like an infrastructure flake

Yup, I just retriggered it

@mjcarroll mjcarroll enabled auto-merge (squash) December 2, 2021 18:50
@mjcarroll mjcarroll merged commit 2863a9a into gazebosim:main Dec 2, 2021
@jwnimmer-tri jwnimmer-tri deleted the fiasco-regex branch December 2, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants