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

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluatehistory
  1. fix experimental build
    Yaroslav Bolyukin 2024-05-01 #11dc48e
  2. Merge pull request #154 from CertainLach/fix/if-field-in-super-with-no-super
    Yaroslav Bolyukin 2024-03-21 #c2313a2
  3. 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
  4. style fix clippy warnings
    Yaroslav Bolyukin 2024-03-03 #0764805
  5. Merge branch 'fix/tests'
    Yaroslav Bolyukin 2024-02-20 #9ae683a
  6. Merge pull request #145 from CertainLach/fix/lazy-array-comprehension
    Yaroslav Bolyukin 2024-01-16 #c9696b8
  7. Fix failing CI for tests and lints
    Yaroslav Bolyukin 2024-01-16 #58696dc
  8. fix lazy object comprehension
    Yaroslav Bolyukin 2023-12-14 #eeb6fd0
  9. style fix clippy warnings
    Yaroslav Bolyukin 2024-01-16 #dbbcbc4
  10. fix unchecked conversion of array index
    Yaroslav Bolyukin 2023-09-22 #abd809c
  11. fix insert field access stack frame
    Yaroslav Bolyukin 2023-08-19 #0d81f3b
  12. refactor reduce boilerplate by automatic conversions
    Yaroslav Bolyukin 2023-08-13 #027693d
  13. refactor error helpers
    Yaroslav Bolyukin 2023-08-13 #dad6c32