NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Variable Substitution gets Linter Error #1269

Closed cartermak closed 1 month ago

cartermak commented 1 month ago

Checked for duplicates

Yes - I've already checked

Is this a regression?

No - This is a new bug

Version

v2.6.104

Describe the bug

When substituting a variable in place of a literal command argument, the linter now generates an error message: image

Reproduction

With dictionaries and Clipper adaptation loaded (or with a blank adaptation/no adaptation):

@LOCALS L00INT L01INT
@LOAD_AND_GO
C SEQ_DIR_LV_SET_INT "L00INT" 0
C SEQ_DIR_LV_SET_INT "L01INT" L00INT

Logs

No response

System Info

N/A

Severity

Minor

joswig commented 1 month ago

Closed by #1288