-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove displayio.Group max_size parameter from libraries #4959
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
Comments
Thanks for putting this together. We'll need to run a similar pass through the learn guide repo to change instances of this as well. |
@lesamouraipourpre I give all the thanks here for all these PRs. This is hard work!!! |
Arrowline Done --> https://github.com/jposada202020/CircuitPython_ArrowLine/releases/tag/0.8.1 |
Now that
max_size
has been disabled inshared-bindings/displayio/Group.c
ready for removal in CircuitPython 7, it needs to be removed from all the libraries that make use of it before this can happen.circuitpython/shared-bindings/displayio/Group.c
Line 45 in 37c5211
I propose to work through the libraries and make the necessary PRs. This Issue is intended as a central tracking point which will eventually allow the removal of the parameter from
shared-bindings
, hopefully before the release-candidate of CP7.Below is the output of
grep -r max_size * | grep -v adafruit_fram | sort
againstAdafruit_CircuitPython_Bundle/libraries
atFri 16 Jul 17:03:22 BST 2021
The text was updated successfully, but these errors were encountered: