Document that the order of Rule.user_classes has no meaning #82
Replies: 3 comments 3 replies
-
|
Ah I see now about making the order here explicit. I think we can give the order of |
Beta Was this translation helpful? Give feedback.
-
|
A further clarification on
By |
Beta Was this translation helpful? Give feedback.
-
|
I added this text, which is my best attempt at synthesizing the conversations here.
Welcome your thoughts on adjusting and if this works for you all! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Rule.
user_classesis an Array, so ["a", "b"] != ["b", "a"]. We should either a) give the order ofuser_classesmeaning or b) make explicit that the Array should be interpreted as a set and ["a", "b"] should be interpreted to be equivalent to ["b", "a"].Beta Was this translation helpful? Give feedback.
All reactions