-
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
75x Fireworks: Adjust camera position when open 3D region #11217
Conversation
Conflicts: Fireworks/Core/src/FWGUIManager.cc
Conflicts: Fireworks/Core/src/FW3DViewBase.cc Fireworks/Core/src/FWGUIManager.cc
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
A new Pull Request was created by @alja (Alja Mrak-Tadel) for CMSSW_7_5_X. 75x Fireworks: Adjust camera position when open 3D region It involves the following packages: Fireworks/Core @cmsbuild can you please review it and eventually sign? Thanks. |
@cmsbuild, please test |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
-1 #define CommoTools_Utils_ExpressionSetter_h ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CommonTools_Utils_ExpressionSetter_h >> Compiling /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-09-09-2300/src/Fireworks/Core/src/FWHLTValidator.cc >> Compiling /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-09-09-2300/src/Fireworks/Core/src/FWISpyView.cc /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-09-09-2300/src/Fireworks/Core/src/FWGUIManager.cc:677:70: error: expression result unused [-Werror,-Wunused-value] parse("theta()", grammar.use_parser<1>() >> end_p, space_p).full; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-09-09-2300/src/Fireworks/Core/src/FWGUIManager.cc:679:68: error: expression result unused [-Werror,-Wunused-value] parse("phi()", grammar.use_parser<1>() >> end_p, space_p).full; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
-1 found errror in merge |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
@cmsbuild, please test |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 On Sep 11, 2015, at 9:28 AM, cmsbuild <[email protected]mailto:[email protected]> wrote: +1 — |
75x Fireworks: Adjust camera position when open 3D region
Forward port of #11215