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

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluate/mod.rs19.5 KiBsourcehistory
  1. build merge dependency updates
    qwomztul Yaroslav Bolyukin 2026-02-07 #8a3d104
  2. fix accept null as std.slice argument/in slicing syntax
    Yaroslav Bolyukin 2024-11-03 #e46de0a
  3. fix rename variable to local
    Yaroslav Bolyukin 2024-08-30 #a31a8ef
  4. feat simplify Thunk creation with closure syntax
    Yaroslav Bolyukin 2024-08-26 #7cdcae3
  5. feat grow os stack on demand
    Yaroslav Bolyukin 2024-06-23 #74ea504
  6. refactor move push_frame out of State struct
    Yaroslav Bolyukin 2024-05-28 #7b38a7f
  7. refactor add proper getters for LocExpr
    Yaroslav Bolyukin 2024-05-27 #3e23ebe
  8. fixup! fix formatting
    Yaroslav Bolyukin 2024-05-19 #ec4da3e
  9. fix enforce Val::Num finityness at type level
    Yaroslav Bolyukin 2024-05-19 #0e22242
  10. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  11. 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