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

Remove unused type-parameter #28

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

jishnub
Copy link
Contributor

@jishnub jishnub commented Mar 16, 2023

I see the following warning on Julia v1.9, and extraneous type parameters degrade performance.

┌ FastRationals [275e499e-7a09-5551-a1d1-9fe535a2b717]
│  WARNING: method definition for isone at /home/jishnu/.julia/packages/FastRationals/Hsi5K/src/generic.jl:48 declares type variable T but does not use it.
└  

I see the following warning on Julia v1.9, and extraneous type parameters degrade performance.
```julia
┌ FastRationals [275e499e-7a09-5551-a1d1-9fe535a2b717]
│  WARNING: method definition for isone at /home/jishnu/.julia/packages/FastRationals/Hsi5K/src/generic.jl:48 declares type variable T but does not use it.
└  
```
@jishnub
Copy link
Contributor Author

jishnub commented Apr 3, 2023

Gentle bump @JeffreySarnoff

@MilesCranmer
Copy link
Contributor

Ping @JeffreySarnoff

@JeffreySarnoff JeffreySarnoff merged commit e248db0 into JeffreySarnoff:master Jun 9, 2023
@JeffreySarnoff
Copy link
Owner

thank you, apologies for the delay

@jishnub jishnub deleted the patch-1 branch June 9, 2023 16:07
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