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

difftreelog

commits

tests/goldenhistory
  1. build merge dependency updates
    qwomztul Yaroslav Bolyukin 2026-02-07 #8a3d104
  2. test regression for issue 172
    Yaroslav Bolyukin 2024-08-15 #e12ba8d
  3. feat `*stripChars` builtins
    Petr Portnov 2024-06-18 #b5d51b9
  4. * native implementation of std.splitLimitR
    
    * style: fix formatting
    
    ---------
    Tristan Stenner 2024-05-17 #f319c35
  5. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  6. 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