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

RubyEngineFixture.WrongMethodMeasure fails (for me) on Ruby 3.2.2 #5155

Closed
kbenne opened this issue Apr 19, 2024 · 0 comments
Closed

RubyEngineFixture.WrongMethodMeasure fails (for me) on Ruby 3.2.2 #5155

kbenne opened this issue Apr 19, 2024 · 0 comments
Assignees

Comments

@kbenne
Copy link
Contributor

kbenne commented Apr 19, 2024

The test expects this

SWIG director method error. NoMethodError: undefined method `nonExistingMethod' for #<OpenStudio::Model::Model:ADDRESS>

I receive

SWIG director method error. NoMethodError: undefined method `nonExistingMethod' for #<OpenStudio::Model::Model:0x00007f0a8aa13b28 @__swigtype__=\"_p_openstudio__model__Model\">

The test is designed to replace the hexidecimal address, but it is not designed for or expecting the trailing characters.

@__swigtype__=\"_p_openstudio__model__Model\

I think this is new behavior and I suspect the best course of action is to update the test.

@kbenne kbenne added the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Apr 19, 2024
@kbenne kbenne self-assigned this Apr 19, 2024
@kbenne kbenne added this to the OpenStudio SDK 3.8.0 milestone Apr 19, 2024
@kbenne kbenne removed the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant