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

Fix broken build for non async-trait builds #302

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

slawlor
Copy link
Owner

@slawlor slawlor commented Dec 18, 2024

Resolves #301

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.14%. Comparing base (f15be0c) to head (61e48f5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   82.14%   82.14%           
=======================================
  Files          60       60           
  Lines       10997    10997           
=======================================
  Hits         9034     9034           
  Misses       1963     1963           

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

@slawlor slawlor marked this pull request as ready for review December 18, 2024 03:58
@slawlor slawlor merged commit 6842be7 into main Dec 18, 2024
15 checks passed
@slawlor slawlor deleted the fix_broken_async_trait branch December 18, 2024 03:58
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.

Compilation fails for ractor 0.14 without async-trait future because of missing import
1 participant