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

Qualify wrap calls to avoid conflict on julia v1.11 #128

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

Liozou
Copy link
Contributor

@Liozou Liozou commented Jan 16, 2024

The upcoming version of julia defines and export a wrap function (see JuliaLang/julia#52049) which conflicts with the one exported by TextWrap. This effectively breaks the --help flag of ArgParse on julia v1.11.

This PR simply solves that problem by qualifying all the calls to wrap in ArgParse.

@carlobaldassi carlobaldassi merged commit e2bfc9d into carlobaldassi:master Feb 8, 2024
10 checks passed
@carlobaldassi
Copy link
Owner

Thanks!

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.

2 participants