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

fea/boxed scope #12

Merged
merged 4 commits into from
Oct 9, 2024
Merged

fea/boxed scope #12

merged 4 commits into from
Oct 9, 2024

Conversation

mimir-d
Copy link
Contributor

@mimir-d mimir-d commented Oct 8, 2024

  • re-add scope methods but with boxed futures
    • guard this with a feature flag so users optin, since the need to use a
      boxed future is due to a rust syntax limitation (cannot capture
      lifetimes in async blocks RPIT), and this implies a stack allocation

@mimir-d mimir-d requested a review from njordr October 8, 2024 18:45
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.5%. Comparing base (7b78cf0) to head (688f652).
Report is 6 commits behind head on dev.

Additional details and impacted files

Base automatically changed from fix/cleanup_impl to dev October 9, 2024 13:52
- guard this with a feature flag so users optin, since the need to use a
  boxed future is due to a rust syntax limitation (cannot capture
  lifetimes in async blocks RPIT), and this implies a stack allocation
- re-add `scope` to StartedTestRun

Signed-off-by: mimir-d <[email protected]>
- since we introduced feature flags for the first time, use cargo-hack
  to test all possible combinations of them

Signed-off-by: mimir-d <[email protected]>
@mimir-d mimir-d merged commit 41b7076 into dev Oct 9, 2024
13 checks passed
@mimir-d mimir-d deleted the fea/boxed_scope branch October 9, 2024 13:56
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