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

Ensure that adapter APIs can be intercepted #456

Merged
merged 8 commits into from
Oct 18, 2022

Conversation

lukemartinlogan
Copy link
Collaborator

This PR solves an issue with the POSIX adapter + IOR. We found that IOR was not calling the hermes open() implementation when the optional 3rd "mode" parameter was not being set. The issue was caused by the fact that APIs and typedefs were not encapsulated using extern "C".

@coveralls
Copy link

Coverage Status

Coverage increased (+1.8%) to 82.383% when pulling 725133e on lukemartinlogan:master into 88cc715 on HDFGroup:master.

@lukemartinlogan lukemartinlogan merged commit 4688366 into HDFGroup:master Oct 18, 2022
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.

None yet

2 participants