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 codegen of fwd varargs #137

Merged
merged 5 commits into from
Apr 9, 2023
Merged

Fix codegen of fwd varargs #137

merged 5 commits into from
Apr 9, 2023

Conversation

Keno
Copy link
Collaborator

@Keno Keno commented Apr 9, 2023

No description provided.

@Keno
Copy link
Collaborator Author

Keno commented Apr 9, 2023

Rebased and made the nesting actually work.

Fixes the varargs issue seen in #134, but doesn't quite make nesting
work yet.
@codecov
Copy link

codecov bot commented Apr 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.92 🎉

Comparison is base (a8525ae) 49.26% compared to head (2eb2683) 51.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   49.26%   51.19%   +1.92%     
==========================================
  Files          27       27              
  Lines        2671     2674       +3     
==========================================
+ Hits         1316     1369      +53     
+ Misses       1355     1305      -50     
Impacted Files Coverage Δ
src/stage1/recurse_fwd.jl 88.00% <ø> (+4.00%) ⬆️
src/codegen/forward.jl 93.67% <100.00%> (+4.92%) ⬆️
src/stage1/forward.jl 66.45% <100.00%> (+22.08%) ⬆️

... and 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Keno Keno merged commit 0af8299 into main Apr 9, 2023
@oscardssmith oscardssmith deleted the kf/fwdvarargs branch April 9, 2023 21:41
@oxinabox
Copy link
Member

I don't understand how you fixed varargs.

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