We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@NOTE
No - I haven't checked
No - This is a new bug
develop
Per SeqJSON schema v1.3.1, the "note" step does not have arguments other than the string arg, but it does have models. Update the grammar to match.
Crack open a fresh SeqN sequence.
This is allowed but shouldn't be:
C @NOTE("my note") 123
This is not allowed but should be:
C@NOTE("my note") @MODEL "attribute" 123 "00:00:00"
aerie-ui develop, local deployment
Minor
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Checked for duplicates
No - I haven't checked
Is this a regression?
No - This is a new bug
Version
develop
Describe the bug
Per SeqJSON schema v1.3.1, the "note" step does not have arguments other than the string arg, but it does have models. Update the grammar to match.
Reproduction
Crack open a fresh SeqN sequence.
This is allowed but shouldn't be:
This is not allowed but should be:
Logs
System Info
aerie-ui develop, local deployment
Severity
Minor
The text was updated successfully, but these errors were encountered: