-
Notifications
You must be signed in to change notification settings - Fork 24
Rename property of AXIS_PTS to use it in VB.Net #5
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
base: master
Are you sure you want to change the base?
Conversation
Add instanciation of property alignements of class RECORD_LAYOUT
|
Hi, Thanks for the pull request. The changes do not pass the tests, so please look in to the comments and solve the problems. /Karl |
| $$ = $1; | ||
| $$.guard_rails = new GUARD_RAILS(@2); | ||
| } | ||
| | axis_pts_data if_data { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not correct.
if_data must be based on axis_pts_data
| $$ = $1; | ||
| $$.symbol_link = $2; | ||
| } | ||
| | axis_pts_data if_data { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This do already exist.
| public CALIBRATION_ACCESS calibration_access; | ||
|
|
||
| [Element(12)] | ||
| public DEPOSIT deposit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This do not work if not the corresponding usages is updated.
Line 472 in asap2.language.grammar.y must be updated also.
| <RootNamespace>Asap2</RootNamespace> | ||
| <AssemblyName>Asap2</AssemblyName> | ||
| <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a downgrade of framework version really needed?
Rename property of AXIS_PTS to use it in VB.Net
Add instanciation of property alignements of class RECORD_LAYOUT