Skip to content

Bump to 0.9.6 and undo broken changes#221

Merged
anchapin merged 4 commits intodevelopfrom
undo_damage
Dec 15, 2025
Merged

Bump to 0.9.6 and undo broken changes#221
anchapin merged 4 commits intodevelopfrom
undo_damage

Conversation

@jmarrec
Copy link
Copy Markdown
Contributor

@jmarrec jmarrec commented Dec 8, 2025

Copy link
Copy Markdown
Collaborator

@anchapin anchapin left a comment

Choose a reason for hiding this comment

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

Looks good to me

@anchapin anchapin merged commit 36d3940 into develop Dec 15, 2025
1 check passed
@anchapin anchapin deleted the undo_damage branch December 15, 2025 05:53
anchapin added a commit that referenced this pull request Dec 15, 2025
* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>
spec.add_dependency 'addressable', '2.8.1'
spec.add_dependency 'parallel', '~> 1.19.1'
spec.add_dependency 'regexp_parser', '>= 2.9.0'
spec.add_dependency 'parser', '< 3.3.0'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That should be pinned exactly, I think you want

spec.add_dependency 'parser', '3.2.2.2'

NatLabRockies/OpenStudio-measure-tester-gem#67

Also, I find it weird that you have to add it, since the openstudio_measure_tester has it. I think the issue is that the openstudio measure test was broken recently when it updated the gems there.

@anchapin

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@jmarrec what's the best solution for this? Should I make a new version 0.9.7 for this change or just make note of this and fix it when making 0.9.7? Also, it sounds like you indicated that the 'parser' dependency isn't need to be listed here once it is fixed in measure-tester-gem.

@kflemin @DavidGoldwasser

anchapin added a commit that referenced this pull request Dec 17, 2025
* Bump version to 0.9.5 and prepare release (#217) (#219)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Release v0.9.6 (#223)

* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Rubocop fixes (#224)

* Hard code rubocop version to 1.50.0

* Remove rubocop performance

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>
anchapin added a commit that referenced this pull request Dec 17, 2025
* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

* Remove parser dependency and prep for 0.9.7 (#226)

* Bump version to 0.9.5 and prepare release (#217) (#219)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Release v0.9.6 (#223)

* Bump version to 0.9.5 and prepare release (#217)

* Bump version to 0.9.5 and prepare release

- Update version to 0.9.5

- Update CHANGELOG.md and README.md

- Add rubocop-performance to gemspec

* prep version 0.9.4

* fix: update rubygems source to HTTPS and add gemspec file listing fallback.

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>

* Bump to 0.9.6 and undo broken changes (#221)

* Bump to 0.9.6 and undo broken changes

cf https://github.com/NREL/openstudio-extension-gem/pull/220/files

* Fix CI issues related to bundle install

* Run bundle commands in unbundled environment to avoid nested bundler conflicts

* Add parser dependency to avoid test_with_openstudio errors

---------

Co-authored-by: Alex Chapin <[email protected]>

* Fix Gemfile source URL and update Jenkinsfile library reference (#222)

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Rubocop fixes (#224)

* Hard code rubocop version to 1.50.0

* Remove rubocop performance

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>

* Revert "Remove parser dependency and prep for 0.9.7 (#226)"

This reverts commit a64c11c.

* Remove parser and prep for v0.9.7 (#227)

* Refactor gemspec to streamline file listing and remove unused parser dependency

* Update gemspec to use Dir.glob for file listing and remove unused git command

* Prep for 0.9.7 release

---------

Co-authored-by: Katherine Fleming <[email protected]>
Co-authored-by: Assistant Bot <[email protected]>
Co-authored-by: Julien Marrec <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants