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): Add missing allow macros for windows #16130

Merged
merged 1 commit into from
May 9, 2024

Conversation

dangotbanned
Copy link
Contributor

@dangotbanned dangotbanned commented May 9, 2024

Was unable to run make pre-commit:

error: could not compile `py-polars` (lib) due to 3 previous errors

This simply adds the three missing allows.

Fixes #16129

Was unable to run `make pre-commit`:

`error: could not compile `py-polars` (lib) due to 3 previous errors`

This simply adds the three missing allows.
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.96%. Comparing base (12b40b9) to head (5b46e48).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16130   +/-   ##
=======================================
  Coverage   80.95%   80.96%           
=======================================
  Files        1386     1386           
  Lines      178434   178441    +7     
  Branches     2878     2883    +5     
=======================================
+ Hits       144455   144466   +11     
+ Misses      33487    33482    -5     
- Partials      492      493    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 670102e into pola-rs:main May 9, 2024
19 checks passed
@dangotbanned dangotbanned deleted the allow-windows-warnings branch May 9, 2024 08:49
@stinodego
Copy link
Member

This should really be feature gated correctly instead of be ignored.

Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 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.

Unable to compile on Windows using make pre-commit
3 participants