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

Bugfix/figurative constants resolution #310

Merged
merged 7 commits into from
Aug 31, 2022

Conversation

lanarimarco
Copy link
Collaborator

Description

Figurative constants symbol *ON and *OFF, and *INnn were never resolved.
None constant was resolved when used in factor1 and in both factors, in case of comparison type codop.

Related to #307

Checklist:

  • There are tests regarding this feature
  • The code follows the Kotlin conventions (run ./gradlew ktlintCheck)
  • The code passes all tests (run ./gradlew check)
  • There is a specific documentation in the docs directory

 - for all constants when used in factor1
 - in both factors if constants were *ON and *OFF
 - in both factors when opcode were a comparison operator, for instance IFxx or ANDxx
 Note: ERROR08.rpgle is changed because *OFF constant resolution was fixed, and I had to force others type of errors in order to preserve callback errors test cases
Copy link
Collaborator

@mattiabonardi mattiabonardi left a comment

Choose a reason for hiding this comment

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

Ok !

@mattiabonardi mattiabonardi merged commit f40fd0c into develop Aug 31, 2022
@lanarimarco lanarimarco deleted the bugfix/symbol-consts-resolution branch August 31, 2022 15:02
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