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

Forward mode mutable struct support #219

Merged
merged 23 commits into from
Feb 1, 2024

Mark tests that broke in 1.11 only broken in 1.11

8badafd
Select commit
Loading
Failed to load commit list.
Merged

Forward mode mutable struct support #219

Mark tests that broke in 1.11 only broken in 1.11
8badafd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 0s

55.12% (+0.00%) compared to 6f1bdf0

View this Pull Request on Codecov

55.12% (+0.00%) compared to 6f1bdf0

Details

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (6f1bdf0) 55.11% compared to head (8badafd) 55.12%.

Files Patch % Lines
src/extra_rules.jl 45.45% 6 Missing ⚠️
src/codegen/forward_demand.jl 40.00% 3 Missing ⚠️
src/stage1/forward.jl 87.50% 3 Missing ⚠️
src/stage1/mixed.jl 0.00% 3 Missing ⚠️
src/higher_fwd_rules.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   55.11%   55.12%           
=======================================
  Files          28       28           
  Lines        2892     2917   +25     
=======================================
+ Hits         1594     1608   +14     
- Misses       1298     1309   +11     

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