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

Fix dependencies and includes for FWCore and DataFormats #28219

Closed
wants to merge 3 commits into from

Conversation

oshadura
Copy link
Contributor

PR description:

Enable C++ modules for FWCore and FWCore (small fixes in dependencies and header includes)
cc: @vgvassilev @davidlange6 @smuzaffar

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28219/12345

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @oshadura (Oksana Shadura) for master.

It involves the following packages:

DataFormats/CTPPSReco
DataFormats/Candidate
DataFormats/EgammaTrackReco
DataFormats/HLTReco
DataFormats/HeavyIonEvent
DataFormats/L1TrackTrigger
DataFormats/TauReco

@perrotta, @cmsbuild, @benkrikler, @fwyzard, @kpedro88, @Martin-Grunewald, @rekovic, @slava77, @santocch can you please review it and eventually sign? Thanks.
@yslai, @forthommel, @jan-kaspar, @sviret, @rovere, @gpetruc, @mandrenguyen, @yetkinyilmaz 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

@@ -17,6 +17,7 @@
#include "DataFormats/Common/interface/traits.h"
#include <string>
#include <vector>
#include <assert.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include <assert.h>
#include <cassert>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! it is fixed!

@@ -4,6 +4,7 @@

#include <string>
#include <vector>
#include <assert.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include <assert.h>
#include <cassert>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! it is fixed!

@Dr15Jones
Copy link
Contributor

The pull request title doesn't seem to match what was changed.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@oshadura oshadura changed the title Enable C++ modules for FWCore and FWCore Fix dependencies and includes for FWCore and DataFormats Oct 21, 2019
@oshadura
Copy link
Contributor Author

The pull request title doesn't seem to match what was changed.
You are right, I changed it (this PR is part of cms-sw/cmsdist#5284)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28219/12352

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28219/12353

@cmsbuild
Copy link
Contributor

Pull request #28219 was updated. @perrotta, @cmsbuild, @benkrikler, @fwyzard, @kpedro88, @Martin-Grunewald, @rekovic, @slava77, @santocch can you please check and sign again.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 21, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3046/console Started: 2019/10/21 12:24

@davidlange6
Copy link
Contributor

@oshadura and i agreed to use #28209 and #28222 instead of this PR.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-295398/3046/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: 2961064
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2960722
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

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