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

difftreelog

commits

tests/goldenhistory
  1. feat `*stripChars` builtins
    Petr Portnov 2024-06-18 #b5d51b9
  2. * native implementation of std.splitLimitR
    
    * style: fix formatting
    
    ---------
    Tristan Stenner 2024-05-17 #f319c35
  3. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  4. 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