-
Notifications
You must be signed in to change notification settings - Fork 246
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
Specify buffer length as Integer of any size #891
Comments
yes we want this. and yes we want to fix this for all types in the package. It is fine if under the hood this just converts to |
Right. I know nothing about the types that exist for this package, and I am quite busy. Do you think someone will be around to fix this properly in the near future, or is it better if I give it an imperfect shot now? Fix something now is a lot better than fix everything never. |
If that is how you feel then yes it would be self consistent to open a PR to fix this now imperfectly |
I will give it ago. I am not doing what I am supposed to anyways today. |
Closed by #893 |
This is easiest to show in code. I will make a fresh environment and try to initialize a circular buffer:
But using
Int32
orInt16
errors:Int64 works as expected:
This could easily be fixed, by I wanted to ask some questions before making a PR:
The text was updated successfully, but these errors were encountered: