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

relax some checks on eltypes for contrasts and add tests #242

Merged
merged 7 commits into from
Feb 28, 2022

Conversation

kleinschmidt
Copy link
Member

To maintain compat with Julia 1.0, I had to write the tests using CSV to round trip some strings...that should produce StringN types for versions where that's possible and do something reasonable otherwise.

fixes #236

@kleinschmidt kleinschmidt requested a review from palday September 21, 2021 16:23
Copy link
Member

@palday palday left a comment

Choose a reason for hiding this comment

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

looks pretty straightforward. Get CIs to pass and I'll be happy. This is important enough that I would also immediately tag a patch release.

test/contrasts.jl Outdated Show resolved Hide resolved
@kleinschmidt
Copy link
Member Author

The x86 failure might be a CSV issue (JuliaData/CSV.jl#913)

@palday
Copy link
Member

palday commented Oct 27, 2021

@kleinschmidt patch-bump (0.6.29) and merge?

@nalimilan
Copy link
Member

nalimilan commented Feb 14, 2022

In theory I think the rule is to bump the minor version when dropping support for older Julia versions, in case one needs to do another patch release to fix a bug there too. But making a breaking release that requires updating version bounds for all dependencies would be annoying.

@ararslan
Copy link
Member

Seems unlikely that we'd need to backport things to make another release that supports unsupported Julia versions, as 1.6 is LTS.

@kleinschmidt
Copy link
Member Author

I'd like to merge the fix in #252 first, then merge that here, make sure CI still passes, adn then we can merge.

@kleinschmidt kleinschmidt merged commit 4d1138b into master Feb 28, 2022
@kleinschmidt kleinschmidt deleted the dfk/strings branch February 28, 2022 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different String Types in Levels
4 participants