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

Add generic open datasources so that each project don't need their own #205

Merged
merged 12 commits into from
Dec 6, 2023

Conversation

sdetilly
Copy link
Contributor

Description

Every project I worked on had these generic classes. It is simpler if the open, generic classes that we want to overload come from the lib instead.

Motivation and Context

I wanted to stop copying the boilerplate from projet to project

How Has This Been Tested?

I took these classes from an existing project

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@npresseault
Copy link
Member

Tests would've been nice too!

@sdetilly
Copy link
Contributor Author

sdetilly commented Dec 6, 2023

I needed to put this in a separate module since @npresseault made me realize that okio does not support a Filesystem for browsers. This new module support android and native targets

@sdetilly sdetilly merged commit 15bc68d into master Dec 6, 2023
1 check passed
@sdetilly sdetilly deleted the add_generic_datasource_classes branch December 6, 2023 15:11
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