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

Replace deprecated shell_escape function with stdlib::shell_escape #480

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

jormaster3k
Copy link

@jormaster3k jormaster3k commented Jul 18, 2024

Pull Request (PR) description

For stdlib 9.x and later, the shell_escape function has been moved to stdlib::shell_escape.

This change breaks compatiblity with stdlib 8.x

This Pull Request (PR) fixes the following issues

Fixes #479

For stdlib 9.x and later, the shell_escape function has been moved to stdlib::shell_escape.

This change breaks compatiblity with stdlib 8.x
Copy link
Member

@kenyon kenyon left a comment

Choose a reason for hiding this comment

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

Can you also update the minimum stdlib version in metadata.json? Thanks.

@kenyon kenyon changed the title #1346 - Update deprecated shell_escape function Update deprecated shell_escape function Jul 20, 2024
@ekohl ekohl changed the title Update deprecated shell_escape function Replace deprecated shell_escape function with stdlib::shell_escape Jul 20, 2024
This is due to stdlib functions such as shell_escape being rescoped to the stdlib namespace in stdlib 9.0.0
@traylenator traylenator merged commit 7e2e187 into voxpupuli:master Jul 29, 2024
28 checks passed
@kenyon kenyon mentioned this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting default_target fails due to deprecated shell_escape function
5 participants