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
feat: implement less/greater operators for string for env marker evaluation (#2827)
Right now, if two strings are compared, it results in an error.
Per spec, strings are suppose to "use the python behavior". Starlark is
going
to use Java semantics underneath, but it should behave close enough for
the (almost
exclusively) ASCII input that will be used.
Work towards #2826
0 commit comments