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 tests on nightly and 32-bit #3463

Merged
merged 2 commits into from
Sep 8, 2024
Merged

fix tests on nightly and 32-bit #3463

merged 2 commits into from
Sep 8, 2024

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Sep 7, 2024

It in particular fixes an error that enabled multithreading in cases where it should be disabled

@bkamins bkamins added the bug label Sep 7, 2024
@bkamins bkamins added this to the 1.7 milestone Sep 7, 2024
@@ -760,7 +760,7 @@ end
df = DataFrame(
A=Int64[1,4,9,16,25,36,49,64],
B = [
md"[DataFrames.jl](http://juliadata.github.io/DataFrames.jl)",
md"ABC",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handling of links in MD changed in nightly. But since it is unable I propose just not to test it.

@bkamins
Copy link
Member Author

bkamins commented Sep 7, 2024

Failing CI is unrelated.

I want to merge this and next consider if anything needs to be added and make a DataFrames.jl 1.7 release as we have not had a release for a year.

@bkamins bkamins merged commit 9683931 into main Sep 8, 2024
7 of 8 checks passed
@bkamins bkamins deleted the bk/fix_tests branch September 8, 2024 08:50
@bkamins
Copy link
Member Author

bkamins commented Sep 8, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants