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

Preparations for migrating the lazy operations from Coroutines to C++17 #1802

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Feb 13, 2025

  • Result can now be constructed from a LazyResult (which is a type-erased input range).
  • InputRangeFromGet now works with move-only types.

Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
Signed-off-by: Johannes Kalmbach <johannes.kalmbach@gmail.com>
@sparql-conformance
Copy link

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.02%. Comparing base (702339f) to head (1819412).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1802      +/-   ##
==========================================
- Coverage   90.03%   90.02%   -0.01%     
==========================================
  Files         396      396              
  Lines       37945    37948       +3     
  Branches     4261     4261              
==========================================
- Hits        34163    34162       -1     
- Misses       2484     2492       +8     
+ Partials     1298     1294       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joka921 joka921 merged commit 98caf37 into ad-freiburg:master Feb 14, 2025
23 of 24 checks passed
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.

1 participant