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

Removed lexical_cast boost dependency in CondFormats #35091

Merged
merged 2 commits into from Sep 6, 2021

Conversation

Purva-Chaudhari
Copy link
Contributor

@Purva-Chaudhari Purva-Chaudhari commented Aug 31, 2021

PR description:

Remove boost lexical cast dependency in CondFormats with corresponding stl alternatives

PR validation:

passed runTheMatrix

if this PR is a backport please specify the original PR and why you need to backport that PR:

@davidlange6 @vgvassilev

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35091/24973

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Purva-Chaudhari for master.

It involves the following packages:

  • CondFormats/MFObjects (alca)
  • CondFormats/Serialization (db)
  • CondFormats/SiStripObjects (db, alca)

@malbouis, @yuanchao, @cmsbuild, @tlampen, @ggovi, @pohsun, @francescobrivio, @tvami can you please review it and eventually sign? Thanks.
@erikbutz, @tocheng, @VinInn, @mmusich, @threus, @seemasharmafnal this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@@ -34,7 +34,7 @@ void SiStripDetSummary::add(DetId detid, float value) {
break;
}
detNum += layer * 10 + stereo;
// string name( detector + boost::lexical_cast<string>(layer) + boost::lexical_cast<string>(stereo) );
// string name( detector + std::to_string(layer) + std::to_string(stereo) );
Copy link
Contributor

Choose a reason for hiding this comment

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

is this commented out line needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was doubtful there if needed by other developers. Will remove it if its of no use

Copy link
Contributor

Choose a reason for hiding this comment

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

@mmusich @pieterdavid please comment

Copy link
Contributor

Choose a reason for hiding this comment

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

it serves no purpose I can think of. Please remove.

@tvami
Copy link
Contributor

tvami commented Aug 31, 2021

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35091/24977

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

Pull request #35091 was updated. @malbouis, @yuanchao, @tlampen, @ggovi, @pohsun, @francescobrivio, @tvami can you please check and sign again.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-cde96f/18174/summary.html
COMMIT: 258a2cf
CMSSW: CMSSW_12_1_X_2021-08-31-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/35091/18174/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 3000404
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3000376
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: no differences found

@tvami
Copy link
Contributor

tvami commented Aug 31, 2021

+alca

@ggovi
Copy link
Contributor

ggovi commented Sep 6, 2021

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 6, 2021

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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Sep 6, 2021

+1

@cmsbuild cmsbuild merged commit d8eeab9 into cms-sw:master Sep 6, 2021
@Purva-Chaudhari Purva-Chaudhari deleted the testbranch_lexical_cast3 branch September 7, 2021 09:04
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

6 participants