Skip to content

Conversation

@ararslan
Copy link
Member

@ararslan ararslan commented Aug 21, 2022

Added to Julia in JuliaLang/julia#43334, added to Compat in JuliaLang/Compat.jl#777 (v4.2). This PR requires the latter to be merged and tagged first.

Closes #3119.

Added to Julia in PR 43334, added to Compat in PR 777 (v4.2).
@ararslan ararslan requested a review from bkamins August 21, 2022 16:37
Copy link
Member

@bkamins bkamins left a comment

Choose a reason for hiding this comment

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

Looks good apart from DataFrames.jl version. Should be merged after Compat.jl is released.

Co-authored-by: Bogumił Kamiński <[email protected]>
@ararslan ararslan closed this Aug 21, 2022
@ararslan ararslan reopened this Aug 21, 2022
@ararslan
Copy link
Member Author

Compat v4.2.0 is now merged to General so I closed and reopened to restart CI so that it will pick up that version.

Co-authored-by: Bogumił Kamiński <[email protected]>
@ararslan
Copy link
Member Author

Looks like the Windows failures on CI are OOMs.

@bkamins bkamins merged commit 1dda5aa into main Aug 22, 2022
@bkamins bkamins deleted the aa/stack branch August 22, 2022 07:27
@bkamins
Copy link
Member

bkamins commented Aug 22, 2022

Thank you!

@bkamins
Copy link
Member

bkamins commented Aug 22, 2022

CC @nalimilan

@nalimilan
Copy link
Member

Shouldn't we always export stack, even on recent Julia versions? Not sure whether it makes a difference in practice since Base exports it.

@ararslan
Copy link
Member Author

Indeed, it shouldn't make a difference since Base exports it. In this case, I just made it follow suit with how we're handling other conditional extensions; those aren't unconditionally listed among the exports.

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.

Sync stack with Julia 1.9

4 participants