-
Notifications
You must be signed in to change notification settings - Fork 222
Update CMakeLists.txt for 3.11 testing #5513
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
Conversation
|
@DavidGoldwasser Is there a reason not to merge this? Are you waiting on a standards gem update? |
9788f58 to
807bf65
Compare
|
Ok there are problems. not the first time we have an issue with the Oniguruma regex engine in embedded ruby. This will require an openstudio-standards change. |
|
I'm confused cause this seems to work on my windows VM: test.rb standards_template = 'NECB2011'
standards_template = standards_template.gsub(/(?<=\p{L})(?=\d)/, ' ')
puts standards_templateopenstudio test.rb I'm seeing that CI on Ubuntu 24.04 fails to run test_embedded_ruby-embedded_gems, but it works fine on my machine as well.. |
|
I'm hoping that this will suffice: |
prep for OS 3.11 testing with updated extension and standards gem. There will be at least one more update to standards gem before final OS 3.11.0
Still need to update other OS's with updated hash.
b7062d6 to
3a86687
Compare
|
3a86687 : Try with openstudio-standards patched to remove regex unicode lookbehind, which seems to work: |
…hance MeasureManagerServer tests for improved error handling and state verification
🧪 Test Results DashboardSummary
|
| Run | XML File | Status |
|---|---|---|
| run1 | results.xml |
✅ Found |
| run3 | results.xml |
✅ Found |
| run2 | results.xml |
✅ Found |
…st handling - Introduced .bundle/config for Bundler settings. - Updated .gitignore to include .bundle/config. - Added comprehensive test utility functions for CI and local development. - Implemented retry logic for network-dependent bundle installs in tests. - Enhanced CMake configuration to label network-dependent and flaky tests.
|
CI Results for 4fed640:
|
prep for OS 3.11 testing with updated extension and standards gem. There will be at least one more update to standards gem before final OS 3.11.0
Pull request overview
https://github.com/NREL/openstudio-gems/releases/tag/v3.11.0-alfa-1Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.