Skip to content

Misc improvements#151

Merged
bonachea merged 3 commits intoBerkeleyLab:mainfrom
bonachea:Dec-10-misc
Dec 11, 2025
Merged

Misc improvements#151
bonachea merged 3 commits intoBerkeleyLab:mainfrom
bonachea:Dec-10-misc

Conversation

@bonachea
Copy link
Copy Markdown
Member

@bonachea bonachea commented Dec 10, 2025

Fix a number of miscellaneous minor nuisances encountered when converting the Caffeine test suite.

Fixes #136

@bonachea bonachea requested a review from rouson December 10, 2025 22:12
c_ptr always represents a memory address, and memory addresses are much easier
to read/understand in hexadecimal
This enables patterns like:
```
diag = diag .also. myobject%passes()
```
Where the latter returns a logical.
The resulting expression is slightly more concise than requiring the programmer
to type `.expect.`
Copy link
Copy Markdown
Contributor

@rouson rouson left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread src/julienne/julienne_test_diagnosis_s.F90 Outdated
@bonachea bonachea merged commit 54051a4 into BerkeleyLab:main Dec 11, 2025
27 checks passed
@bonachea bonachea deleted the Dec-10-misc branch December 11, 2025 03:14
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.

Add .equalsExpected.(logical, logical)

2 participants