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
The MSL 3.6 spec only refers to the oldModifers and newModifiers lists, in the convertModifiers function, containing modifiers. I think the intention is to only allowing "component modifiers" and not all forms of modifiers.
The MSL 3.6 spec only refers to the oldModifers and newModifiers lists, in the convertModifiers function, containing modifiers. I think the intention is to only allowing "component modifiers" and not all forms of modifiers.
...
For example the following kinds of rules are not allowed:
The MSL 3.6 spec only refers to the oldModifers and newModifiers lists, in the convertModifiers function, containing modifiers. I think the intention is to only allowing "component modifiers" and not all forms of modifiers.
In
the "oldModifiers1..." and "newModifiers1..." modifiers may only have forms pointing to a single element.
For example the following kinds of rules are not allowed:
convertModifiers(Test, {"a = 1"}, {"(a=%a, b=%a)"}, true)
convertModifiers(Test, {"a(b = 1, c = 2)"}, {"a=%a.b + %a.c"}, true)
Is this a correct interpretation?
The text was updated successfully, but these errors were encountered: