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

Add error handling cases #154

Closed
SSaulenas opened this issue Sep 2, 2024 · 1 comment · Fixed by #155
Closed

Add error handling cases #154

SSaulenas opened this issue Sep 2, 2024 · 1 comment · Fixed by #155
Assignees
Labels
bug Something isn't working

Comments

@SSaulenas
Copy link
Collaborator

Add error handling cases for formatters to prevent them from altering code in a way that disrupts functionality.

Example, this:

oObject:Length = new OpenEdge.Core.String(pcMessage):Size

Becomes this in assign statement:

oObject:Length = new OpenEdge.Core.String(pcMessage) :Size
@SSaulenas SSaulenas added the bug Something isn't working label Sep 2, 2024
@SSaulenas SSaulenas self-assigned this Sep 2, 2024
@gustason
Copy link
Collaborator

gustason commented Sep 2, 2024

The expression formatter (in #140) fixes this.

@SSaulenas SSaulenas linked a pull request Sep 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants