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

SeqN @NOTE should have models and should not have args #1643

Open
cartermak opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1644
Open

SeqN @NOTE should have models and should not have args #1643

cartermak opened this issue Mar 11, 2025 · 0 comments · May be fixed by #1644
Labels
bug Something isn't working

Comments

@cartermak
Copy link
Member

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:

C @NOTE("my note") 123

This is not allowed but should be:

C@NOTE("my note")
@MODEL "attribute" 123 "00:00:00"

Logs

System Info

aerie-ui develop, local deployment

Severity

Minor

@cartermak cartermak added the bug Something isn't working label Mar 11, 2025
@cartermak cartermak linked a pull request Mar 11, 2025 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.

1 participant