-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add const
to char*
to fix compiler errors with PyString_AsString
#7
Add const
to char*
to fix compiler errors with PyString_AsString
#7
Conversation
This harmless change fixes compile errors that I have when building on my Arch Linux laptop with Python 3.10.
A new Pull Request was created by @guitargeek (Jonas Rembser) for branch cms/CORAL_2_3_21py3. @cmsbuild, @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
please test |
please test for slc7_amd64_gcc11 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b04f6/22384/summary.html Comparison SummarySummary:
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b04f6/22385/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
test parameters:
|
please test |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found errors in the following unit tests: ---> test materialBudgetTrackerPlots had ERRORS Comparison SummaryThe workflows 1001.0, 1000.0, 136.88811, 136.874, 136.8311, 136.793, 136.7611, 136.731, 4.22 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons Summary:
|
This harmless change fixes compile errors that I have when building on
my Arch Linux laptop with Python 3.10.