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

Calling a subroutine as &mySub; needs to pass in @_ #117

Open
snoopyjc opened this issue Feb 12, 2022 · 1 comment
Open

Calling a subroutine as &mySub; needs to pass in @_ #117

snoopyjc opened this issue Feb 12, 2022 · 1 comment

Comments

@snoopyjc
Copy link

Per the documentation: "Calling a subroutine as &foo with no trailing parentheses ignores the prototype of foo and passes it the current value of the argument list, @_. " Pythonizer doesn't do that.

@snoopyjc
Copy link
Author

Fixed in https://github.com/snoopyjc/pythonizer v0.950

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

No branches or pull requests

1 participant