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

Some small fixes in material classes #3249

Merged
merged 6 commits into from
Dec 21, 2022
Merged

Conversation

akva2
Copy link
Member

@akva2 akva2 commented Dec 12, 2022

  • (harmless but potentially troublesome) \ at end of macros
  • what looks like a copy-paste faulty method name
  • a reference to nonexistent method

the two latter have been harmless since code using them has never been instanced, but i'm working on changes that does so.

Waiting for #3246

@akva2
Copy link
Member Author

akva2 commented Dec 12, 2022

jenkins build this please

@blattms
Copy link
Member

blattms commented Dec 13, 2022

Strange. If a function name is changed, shouldn't there be a corresponding change somewhere where the function is called.

@akva2
Copy link
Member Author

akva2 commented Dec 13, 2022

I tried to explain that. The function is only used in templates. These templates are not currently instanced, and thus the error goes undetected. The existing call sites use the fixed method name.

@akva2 akva2 force-pushed the small_material_fixes branch from daffcb4 to 3b7c68b Compare December 13, 2022 10:15
@akva2
Copy link
Member Author

akva2 commented Dec 13, 2022

jenkins build this please

@akva2
Copy link
Member Author

akva2 commented Dec 21, 2022

jenkins build this please

Copy link
Member

@bska bska left a comment

Choose a reason for hiding this comment

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

Thanks. I'll merge into master.

@bska bska merged commit ab9615c into OPM:master Dec 21, 2022
@akva2 akva2 deleted the small_material_fixes branch December 21, 2022 21:22
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

Successfully merging this pull request may close these issues.

3 participants