[go: nahoru, domu]

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

Unused type parameter in method signature #33

Closed
sostock opened this issue Feb 20, 2023 · 1 comment
Closed

Unused type parameter in method signature #33

sostock opened this issue Feb 20, 2023 · 1 comment

Comments

@sostock
Copy link
sostock commented Feb 20, 2023

Precompilation warns about the parameter S2 not being used in this method signature:

Base.:(^)(x::S1, y::S1) where {S1<:SafeInteger, S2<:SafeInteger} = (^)(promote(x,y)...,)

@sostock
Copy link
Author
sostock commented Apr 11, 2023

Fixed by #34.

@sostock sostock closed this as completed Apr 11, 2023
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

No branches or pull requests

1 participant