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

Document that fileno is same for all handles #3963

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

mattjala
Copy link
Contributor

No description provided.

@mattjala mattjala added Merge - To 1.14 Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Component - Documentation Doxygen, markdown, etc. Type - Improvement Improvements that don't add a new feature or functionality labels Jan 25, 2024
* file. If the active VFD does not enforce this, then it is the
* application's responsibility to avoid opening multiple handles into the
* same file, which results in undefined behavior.
*
Copy link
Member

Choose a reason for hiding this comment

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

Should also mention that, in addition to VFD 'cmp' callback support as you have here, we also need to be able to determine that the file has been opened multiple times, which might not always work depending on the file system.

@derobins derobins merged commit 1bea9e6 into HDFGroup:develop Jan 26, 2024
49 checks passed
@mattjala mattjala deleted the fileno_docs branch October 29, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Documentation Doxygen, markdown, etc. Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality
Projects
Status: Needs Merged
Development

Successfully merging this pull request may close these issues.

3 participants