Skip to content

Conversation

@MansXor
Copy link

@MansXor MansXor commented Jun 11, 2019

Rename property of AXIS_PTS to use it in VB.Net
Add instanciation of property alignements of class RECORD_LAYOUT

Add instanciation of property alignements of class RECORD_LAYOUT
@kallemooo
Copy link
Owner

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 {
Copy link
Owner

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 {
Copy link
Owner

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;
Copy link
Owner

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>
Copy link
Owner

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?

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