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

Explicitly removed methods implicitly ignored by compiler in FWCore/Framework #27927

Merged
merged 1 commit into from Sep 6, 2019

Conversation

Dr15Jones
Copy link
Contributor

PR description:

Although we had asked the compiler explicitly to create default versions
of functions, it was implicitly deleting them. Now we explicitly
request them to be deleted to match what the compiler was doing.

This fixes new clang warnings.

PR validation:

Compiled FWCore/Framework under CMSSW_11_0_CLANG_X_2019-09-03-2300. The only remaining clang warnings come from CppUnit external package.

…ramework

Although we had asked the compiler explicitly to create default versions
of functions, it was implicitly deleting them. Now we explicitly
request them to be deleted to match what the compiler was doing.

This fixes new clang warnings.
@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27927/11762

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

FWCore/Framework

@cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @wddgit this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@Dr15Jones
Copy link
Contributor Author

please test

@Dr15Jones
Copy link
Contributor Author

@wddgit does this conflict with your changes?

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2359/console Started: 2019/09/04 16:40

@wddgit
Copy link
Contributor

wddgit commented Sep 4, 2019

@Dr15Jones No conflict with either PR. Only one file (SubProcess.h) is also modified by one of my PRs, PR #26592, but the changed lines in the PRs are separated by multiple lines.

The SoATuple PR is no longer necessary after this one, but still seems like an improvement so I will continue with it.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

The tests are being triggered in jenkins.
Tested with other pull request(s) #26592
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2362/console Started: 2019/09/04 18:31

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 5, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0bba28/2362/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2955700
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2955358
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 145 log files, 15 edm output root files, 34 DQM output files

@Dr15Jones
Copy link
Contributor Author

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 5, 2019

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@Dr15Jones
Copy link
Contributor Author

@smuzaffar why did the bot add requires-external tag to this pull request?

@smuzaffar
Copy link
Contributor

yes its a bug, as #26592 was tested using this PR that is why bot assumes that both PR require each other.

@fabiocos
Copy link
Contributor

fabiocos commented Sep 6, 2019

+1

@cmsbuild cmsbuild merged commit acadb93 into cms-sw:master Sep 6, 2019
@Dr15Jones Dr15Jones deleted the clangWarningsFWCoreFramework branch September 10, 2019 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants