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

handle sparams before grouping varargs #56

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

Pangoraw
Copy link
Contributor

Found by tracing unsafe_view(::Array, ::Vararg{Int,N}) where N

Otherwise, it is impossible to find the corresponding method instance for Typeof of the grouped varargs which results in a crash for functions using both sparams and varargs.

Otherwise, it is impossible to find the corresponding method instance
for Typeof of the grouped varargs which results in a crash for functions
using both sparams and varargs.
@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (c9492ab) 1.26% compared to head (93d6854) 1.25%.

Files Patch % Lines
src/trace.jl 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #56      +/-   ##
========================================
- Coverage   1.26%   1.25%   -0.01%     
========================================
  Files          8       8              
  Lines        714     715       +1     
========================================
  Hits           9       9              
- Misses       705     706       +1     

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

@dfdx dfdx merged commit 6985578 into dfdx:main Feb 14, 2024
3 of 5 checks passed
@dfdx
Copy link
Owner

dfdx commented Feb 14, 2024

Thank you!

@Pangoraw Pangoraw deleted the sparams_varargs branch February 14, 2024 10:12
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.

3 participants