snix/tvix/eval/src/builtins
sterni 7bf1b4deea refactor(tvix/eval): drop empty Word version cmp rule
This was derived from

    else if (c1 == "" && n2) return true; // true implies c1 < n2

However, this has no effect since Word always looses out against Number
anyways and the `pre` rules are also unaffected by this change – since
this only affects comparison of an empty Word part with a Number.

Change-Id: Ia04e42ac726352b688c87674b0fdb355f06edbcb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6722
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-09-21 14:23:46 +00:00
..
mod.rs fix(tvix/eval): compare versions with an extra empty component 2022-09-21 14:23:46 +00:00
versions.rs refactor(tvix/eval): drop empty Word version cmp rule 2022-09-21 14:23:46 +00:00