google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

disallow None < None #310

Closed alandonovan closed 3 years ago

alandonovan commented 3 years ago

There's no reason to treat None as ordered---it's a relic of Python2. Also, audit the spec.

alandonovan commented 3 years ago

Fixed by 6905482.