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

refactor: allow str in resource stream #371

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

jsolaas
Copy link
Contributor

@jsolaas jsolaas commented Feb 5, 2024

Allowing str in resource stream allows for a simpler interface for a resource with a name and read function.

@jsolaas jsolaas requested a review from a team as a code owner February 5, 2024 09:05
Allowing str in resource stream allows for a simpler interface for
a resource with a name and read function where we already have the str.
@jsolaas jsolaas force-pushed the refactor/simplify-resource-stream branch from 7b4734c to 9a93e49 Compare February 5, 2024 09:06
@jsolaas jsolaas merged commit fe9f3f2 into main Feb 5, 2024
6 checks passed
@jsolaas jsolaas deleted the refactor/simplify-resource-stream branch February 5, 2024 09:26
jsolaas added a commit that referenced this pull request Feb 5, 2024
This reverts commit fe9f3f2.

Overlooked the parameters given to read, i.e. size is passed to read but
ignored for str type.
jsolaas added a commit that referenced this pull request Feb 5, 2024
This reverts commit fe9f3f2.

Overlooked the parameters given to read, i.e. size is passed to read but
ignored for str type.
equinor-schen pushed a commit that referenced this pull request Aug 23, 2024
Allowing str in resource stream allows for a simpler interface for
a resource with a name and read function where we already have the str.
equinor-schen pushed a commit that referenced this pull request Aug 23, 2024
This reverts commit fe9f3f2.

Overlooked the parameters given to read, i.e. size is passed to read but
ignored for str type.
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