git.delta.rocks / jrsonnet / refs/commits / 36e84a6e688e

difftreelog

commits

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