You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other addons using two expressions like X %string% and X id of %string% will conflict with ExprIDOfGUI when using a variable due to base syntax being id of %gui%
Steps to Reproduce
Have two expressions one like blah id of %something% and another like blah %string%
use a variable for the first expression like blah id of {-something}
and be parsed as blah %string%
Expected Behavior
Other expressions using blah id of x not be overridden by id[entifier] of %gui% expression when there's a secondary expression like blah %string%
Errors / Screenshots
Server Information
Additional Context
While this is mostly due to poor conventions the expressions used should of been unique enough to be separated the issue lies in ExprIDOfGUI not having a something to make it stand out like gui id of {-gui} issue even if unrelated needs fixed as this would conflict with just about anything using blah %string%
A straight way to say this is recipe %string% and recipe id of %string% are conflicting with id of %gui% when I do code like
set {_recipe} to recipe "blah:blah"
broadcast recipe id of {_recipe}
this is parsed as recipe id of GUI
The text was updated successfully, but these errors were encountered:
Description
Other addons using two expressions like
X %string%
andX id of %string%
will conflict withExprIDOfGUI
when using a variable due to base syntax beingid of %gui%
Steps to Reproduce
Have two expressions one like
blah id of %something%
and another likeblah %string%
use a variable for the first expression like
blah id of {-something}
and be parsed as
blah %string%
Expected Behavior
Other expressions using
blah id of x
not be overridden byid[entifier] of %gui%
expression when there's a secondary expression likeblah %string%
Errors / Screenshots
Server Information
Additional Context
While this is mostly due to poor conventions the expressions used should of been unique enough to be separated the issue lies in
ExprIDOfGUI
not having a something to make it stand out likegui id of {-gui}
issue even if unrelated needs fixed as this would conflict with just about anything usingblah %string%
A straight way to say this is
recipe %string%
andrecipe id of %string%
are conflicting withid of %gui%
when I do code likethis is parsed as
recipe id of GUI
The text was updated successfully, but these errors were encountered: