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

Function and Procedure names not escaped correctly #671

Closed
vitaly-t opened this issue Nov 9, 2019 · 2 comments
Closed

Function and Procedure names not escaped correctly #671

vitaly-t opened this issue Nov 9, 2019 · 2 comments
Labels
Milestone

Comments

@vitaly-t
Copy link
Owner

vitaly-t commented Nov 9, 2019

For methods func and proc, when the name is same-case, or contains extended symbols, it should be double-quoted.

Typically, it would matter when using a camel-case name, which does require double quotes.

This fix would be a breaking change.

@vitaly-t vitaly-t added the bug label Nov 9, 2019
@vitaly-t vitaly-t added this to the v10 milestone Nov 9, 2019
@vitaly-t
Copy link
Owner Author

vitaly-t commented Nov 9, 2019

This has been fixed in branch proc, and will be included into v10 release.

@vitaly-t
Copy link
Owner Author

vitaly-t commented Nov 10, 2019

Fix was released in v.10.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant