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

refactor(rust,python)!: Rename list namespace accesor from .arr to .list #8999

Merged
merged 4 commits into from
May 24, 2023

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented May 23, 2023

Closes #7529

Changes:

  • Rename list namespace accessor from .arr to .list, both on Python and on Rust side.

@stinodego stinodego added the highlight Highlight this PR in the changelog label May 23, 2023
@github-actions github-actions bot added the refactor Code improvements that do not change functionality label May 23, 2023
@ritchie46
Copy link
Member

PR because otherwise I'm guaranteed to get into merge conflicts.

Should be possible right? Got even the FixedSizeList in without conflicts. ^^

@stinodego
Copy link
Contributor Author

All right will do! Hold on :)

@stinodego stinodego changed the title refactor!(python): Rename list namespace accesor from .arr to .list refactor!(rust,python): Rename list namespace accesor from .arr to .list May 23, 2023
@stinodego
Copy link
Contributor Author

stinodego commented May 23, 2023

Rust side was actually not that big. This should be ready. The global lint check is failing because the dprint mirror is down :/ I can confirm it lints fine locally.

@stinodego stinodego changed the title refactor!(rust,python): Rename list namespace accesor from .arr to .list refactor(rust,python)!: Rename list namespace accesor from .arr to .list May 23, 2023
@github-actions github-actions bot added breaking Change that breaks backwards compatibility python Related to Python Polars rust Related to Rust Polars labels May 23, 2023
@stinodego stinodego requested a review from ritchie46 May 24, 2023 05:30
@ritchie46
Copy link
Member

Rust side was actually not that big.

And the rust side is always smooth sailing right? Take a cup of coffee and simply follow compilers' instructions. ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that breaks backwards compatibility highlight Highlight this PR in the changelog python Related to Python Polars refactor Code improvements that do not change functionality rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the List namespace accessor to .list
2 participants