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

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluatehistory
  1. feat OOP-aware objectRemoveKey
    zkxotrvk Yaroslav Bolyukin 2026-02-08 #3c9d13d
  2. feat foldr over string
    xrqmywmq Yaroslav Bolyukin 2026-02-08 #a7797f2
  3. refactor greately simplify object self/super implementation
    xvonlxkp Yaroslav Bolyukin 2026-02-08 #faca88a
  4. refactor saner imports from TLA/std.extVars
    tkuxywos Yaroslav Bolyukin 2026-02-08 #772afa0
  5. fix align std.format output with standard jsonnet changes
    mykzwkso Yaroslav Bolyukin 2026-02-08 #6551086
  6. build merge dependency updates
    qwomztul Yaroslav Bolyukin 2026-02-07 #8a3d104
  7. * feat: properly implement math ops for bigint
    
    * feat: remove bigint x string and bigint x num ops
    
    every op now requires explicit conversion
    
    * fix: remove dead code
    Valera Klachkov 2026-02-03 #8954130
  8. fix accept null as std.slice argument/in slicing syntax
    Yaroslav Bolyukin 2024-11-03 #e46de0a
  9. fix rename variable to local
    Yaroslav Bolyukin 2024-08-30 #a31a8ef
  10. feat simplify Thunk creation with closure syntax
    Yaroslav Bolyukin 2024-08-26 #7cdcae3
  11. fix object destruction leftovers check should account for defaults
    Yaroslav Bolyukin 2024-08-15 #7d331b6
  12. feat grow os stack on demand
    Yaroslav Bolyukin 2024-06-23 #74ea504
  13. refactor move push_frame out of State struct
    Yaroslav Bolyukin 2024-06-18 #7b38a7f
  14. perf document iter_cheap vs iter
    Yaroslav Bolyukin 2024-06-18 #60b06d5
  15. refactor add proper getters for LocExpr
    Yaroslav Bolyukin 2024-06-18 #3e23ebe
  16. perf inline NumValue methods
    Yaroslav Bolyukin 2024-06-18 #8d39c73
  17. fixup! fix formatting
    Yaroslav Bolyukin 2024-06-18 #ec4da3e
  18. fix enforce Val::Num finityness at type level
    Yaroslav Bolyukin 2024-06-18 #0e22242
  19. style fix clippy warnings
    Yaroslav Bolyukin 2024-06-18 #4f2e8db
  20. fix experimental build
    Yaroslav Bolyukin 2024-06-18 #11dc48e
  21. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  22. 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