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
Use of RawString in debug output is unsafe because the Feature could be
an IntLabel for a list which exceeds the string index. So for debugging,
switch to using SelectorString.
In general, the graph can contain nodes which have an IntLabel Feature,
and we must be able to sort those correctly. So adjust the comparison
function in order to detect the type of the Feature and make sensible
choices for comparison.
Fixes#3698.
Signed-off-by: Matthew Sackman <[email protected]>
Change-Id: I9eb692d6c722ea9c098d7ca380fd8a71c8cb040c
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207715
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Marcel van Lohuizen <[email protected]>
0 commit comments