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

Extend stack from Base/Compat #3120

Merged
merged 3 commits into from
Aug 22, 2022
Merged

Extend stack from Base/Compat #3120

merged 3 commits into from
Aug 22, 2022

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
Project.toml Outdated Show resolved Hide resolved
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 <bkamins@sgh.waw.pl>
@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.

Project.toml Outdated Show resolved Hide resolved
Co-authored-by: Bogumił Kamiński <bkamins@sgh.waw.pl>
@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
3 participants