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

delete nullability for data-parsers #24

Closed
wants to merge 16 commits into from
Closed

Conversation

maerki
Copy link
Contributor

@maerki maerki commented May 17, 2022

We currently have a quite a few networking special cases because we distinguish between null-Data and empty-Data for successful requests. Even though both cases might exist, I argue that the have pretty much the same semantics. Therefore I suggest we just replace a (success) null-Data response with an empty-Data instance.

@maerki maerki requested review from joseph-elmallah and a team May 17, 2022 19:08
@github-actions
Copy link

github-actions bot commented May 17, 2022

Unit Test Results

    1 files  ±0      3 suites  ±0   2m 13s ⏱️ -2s
169 tests ±0  169 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 93d1449. ± Comparison against base commit 549ab7a.

♻️ This comment has been updated with latest results.

@maerki maerki force-pushed the feature/structured-concurrency branch from 6e527e0 to 46214cb Compare September 7, 2022 11:07
@maerki
Copy link
Contributor Author

maerki commented Nov 4, 2022

SOTA-Diskussion: Approved

@zenokoller zenokoller force-pushed the feature/structured-concurrency branch from df7079c to 11b0bde Compare February 2, 2023 12:12
Base automatically changed from feature/structured-concurrency to main February 7, 2023 13:41
@maerki
Copy link
Contributor Author

maerki commented Feb 10, 2023

outdated changes

@maerki maerki closed this Feb 10, 2023
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

1 participant