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 built-in function implemented clamping in an odd way. With this
change, the stopIndex will always be [0, len(arr)] and the startIndex
will always be [0, clamped_stopIndex].
Fixesopen-policy-agent#2320
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The built-in function implemented clamping in an odd way. With this
change, the stopIndex will always be [0, len(arr)] and the startIndex
will always be [0, clamped_stopIndex].
Fixes#2320
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This is easy to reproduce:
The text was updated successfully, but these errors were encountered: