-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
refactor(rust,python)!: Rename list namespace accesor from .arr
to .list
#8999
Conversation
Should be possible right? Got even the FixedSizeList in without conflicts. ^^ |
All right will do! Hold on :) |
.arr
to .list
.arr
to .list
Rust side was actually not that big. This should be ready. The global lint check is failing because the |
.arr
to .list
.arr
to .list
And the rust side is always smooth sailing right? Take a cup of coffee and simply follow compilers' instructions. ^^ |
Closes #7529
Changes:
.arr
to.list
, both on Python and on Rust side.