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

feat(FileIO): Adds user extensible FileIO #699

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BlakeOrth
Copy link

  • Stubs out the initial required items to build a backwards compatible FileIO extension

Based on the discussion in #172 it seemed like a backwards compatible FileIO extension may be the desired path to allow user extensible implementations for FileIO operations. I often find it difficult to fully grasp how any given change may need to trickle through the existing codebase, so I wanted to do a quick implementation to help move along any design around extensible FileIO. I figured building a concrete implementation as a draft so the community can provide feedback would be a good path forward. Given the discussion, feedback from @Xuanwo is likely needed, as well as any others who'd like to chime in.

 - Stubs out the initial required items to build a backwards compatible
   FileIO extension
@Xuanwo
Copy link
Member

Xuanwo commented Nov 15, 2024

Thank you @BlakeOrth for this PR, I will visit code and try to find the migrate path.

@Fokko Fokko requested a review from Xuanwo December 6, 2024 08:01
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.

2 participants