-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
whitespace and print fixes towards compiling with python3 #24275
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-24275/5997 |
A new Pull Request was created by @davidlange6 (David Lange) for master. It involves the following packages: Alignment/CommonAlignmentProducer @andrius-k, @schneiml, @ianna, @kpedro88, @fabozzi, @Martin-Grunewald, @pohsun, @arizzi, @perrotta, @civanch, @silviodonato, @zhenhu, @cmsbuild, @fwyzard, @GurpreetSinghChahal, @davidlange6, @smuzaffar, @Dr15Jones, @mdhildreth, @jfernan2, @tocheng, @slava77, @ggovi, @fabiocos, @prebello, @kmaeshima, @arunhep, @monttj, @pgunnell, @franzoni, @gpetruc, @lpernie can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test
… On Aug 13, 2018, at 5:25 PM, cmsbuild ***@***.***> wrote:
A new Pull Request was created by @davidlange6 (David Lange) for master.
It involves the following packages:
Alignment/CommonAlignmentProducer
Alignment/MillePedeAlignmentAlgorithm
Alignment/MuonAlignment
Alignment/MuonAlignmentAlgorithms
Alignment/OfflineValidation
CalibMuon/DTCalibration
CondCore/Utilities
CondFormats/Serialization
Configuration/Applications
Configuration/PyReleaseValidation
DQM/Integration
DQM/SiStripMonitorClient
DQMOffline/Trigger
HLTrigger/Tools
HLTriggerOffline/Exotica
PhysicsTools/Heppy
PhysicsTools/HeppyCore
PhysicsTools/PatAlgos
PhysicsTools/PatUtils
PhysicsTools/PythonAnalysis
RecoEgamma/Configuration
RecoLuminosity/LumiDB
RecoVertex/BeamSpotProducer
SUSYBSMAnalysis/HSCP
SimG4Core/CustomPhysics
SimGeneral/Configuration
SimGeneral/MixingModule
SimMuon/RPCDigitizer
SimTracker/Configuration
SimTransport/HectorProducer
TauAnalysis/MCEmbeddingTools
Utilities/RelMon
Utilities/ReleaseScripts
Utilities/StaticAnalyzers
Validation/Geometry
Validation/Performance
Validation/RecoB
Validation/RecoTau
Validation/Tools
@andrius-k, @schneiml, @ianna, @kpedro88, @fabozzi, @Martin-Grunewald, @pohsun, @arizzi, @perrotta, @civanch, @silviodonato, @zhenhu, @cmsbuild, @fwyzard, @GurpreetSinghChahal, @davidlange6, @smuzaffar, @Dr15Jones, @mdhildreth, @jfernan2, @tocheng, @slava77, @ggovi, @fabiocos, @prebello, @kmaeshima, @arunhep, @monttj, @pgunnell, @franzoni, @gpetruc, @lpernie can you please review it and eventually sign? Thanks.
@echabert, @TaiSakuma, @gouskos, @felicepantaleo, @jainshilpi, @schoef, @rappoccio, @HeinerTholen, @fioriNTU, @thomreis, @tlampen, @ahinzmann, @lgray, @abbiendi, @mmusich, @seemasharmafnal, @venturia, @pakhotin, @mmarionncern, @smoortga, @hdelanno, @calderona, @makortel, @threus, @acaudron, @jhgoh, @varuns23, @jdolen, @prolay, @HuguesBrun, @drkovalskyi, @ferencek, @trocino, @rociovilar, @Sam-Harper, @GiacomoSguazzoni, @rovere, @VinInn, @jdamgov, @nhanvtran, @gkasieczka, @tocheng, @jandrea, @mschrode, @idebruyn, @ebrondol, @mtosi, @dgulhan, @clelange, @Martin-Grunewald, @batinkov, @swertz, @battibass, @gbenelli, @wddgit, @JyothsnaKomaragiri, @mverzett, @cbernet, @gpetruc, @imarches, @mariadalfonso, @pvmulder, @folguera 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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The tests are being triggered in jenkins. |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+operations the changes in the Configuration area are consistent with the purpose of the PR, and the diff -b/-w shows that differences affect only whitespaces |
+1 @kpedro88 as far as I can see the changes in this PR are consistent with the declared purpose and simple enough to move forward |
merge |
+upgrade |
this PR reduces the # of files that don't compile with python3 by 6x (excluding test directory files which in any case do not always compile with python2).
Changes are to fix whitespace errors (mix of tabs and spaces is no longer allowed)
Changes done via:
autopep8 -i --select E101,W690
$CMSSW_RELEASE_BASE/../../../external/py2-future/0.16.0/bin/futurize -n -w --no-diffs -j 4 -f libfuturize.fixes.fix_print_with_import
applied to any file that does not compile with python3