-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Properly handle parsing failure in FormulaEvaluator #22354
Conversation
Fixed a segmentation fault when the FormulaEvaluator was unable to fully parse an expression which contained multiple binary operators.
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-22354/3568 |
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: CommonTools/Utils @perrotta, @cmsbuild, @monttj, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
Resolved issue reported in Thanks @Dr15Jones - very much appreciated! |
+1
|
+1 |
merge |
Fixed a segmentation fault when the FormulaEvaluator was unable
to fully parse an expression which contained multiple binary
operators.