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

fix(rust): Avoid using the regex dependency when the regex feature is not used #17206

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

datapythonista
Copy link
Contributor

Closes #17195

I think this should fix the issue of regex being imported when the feature is not used.

@ritchie46
Copy link
Member

Yes, thanks! Pff.. conditional compilation is biting often. It's hard to catch in CI due to combinatorial explosion.

@ritchie46 ritchie46 changed the title fix(rust) Avoid using the regex dependency when the regex feature is not used fix(rust): Avoid using the regex dependency when the regex feature is not used Jun 26, 2024
@ritchie46 ritchie46 merged commit df989de into pola-rs:main Jun 26, 2024
22 checks passed
@github-actions github-actions bot added the rust Related to Rust Polars label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust Polars v0.41.2 build fails
2 participants