git.delta.rocks / jrsonnet / refs/commits / d1e2f8e66f2e

difftreelog

commits

tests/goldenhistory
  1. Jsonnet spec defines special behavior for `super.field` and
    `field in super` expressions, while in jrsonnet it is implemented by
    standalone-super concept, with optimizations in case of `super.field`.
    
    However, standalone-super is conflicting with `field in super` behavior,
    so special handling is needed for this expression.
    Yaroslav Bolyukin 2024-03-20 #d1e2f8e
  2. fix bitwise ops, unary plus
    Yaroslav Bolyukin 2023-08-10 #c49be30