git.delta.rocks / jrsonnet / refs/commits / 7b5cb9f1353f

difftreelog

commits

crates/jrsonnet-evaluator/src/evaluate.rs17.6 KiBsourcehistory
  1. refactor use new object methods
    Yaroslav Bolyukin 2021-02-20 #7b5cb9f
  2. Jsonnet type system
    Yaroslav Bolyukin 2021-01-25 #a98d285
  3. Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety
    Yaroslav Bolyukin 2021-01-24 #00b4f05
  4. style fix clippy warnings
    Yaroslav Bolyukin 2021-01-24 #3fc6c25
  5. feat pass caller location to native function
    Yaroslav Bolyukin 2021-01-24 #c437de1
  6. Syntax error display
    Yaroslav Bulyukin 2020-11-17 #3b72cd8
  7. style fix clippy warnings
    Yaroslav Bolyukin 2020-11-17 #1ca5234
  8. refactor Option<&ExprLocation> -> &Option<_>
    Yaroslav Bolyukin 2021-01-24 #ced22d8
  9. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  10. ci fix clippy errors
    Yaroslav Bolyukin 2020-10-19 #0a096fe
  11. Also removes intrinsic interface for natives, they weren't useable for users
    anyway, and we have native callback support now.
    
    Fixes https://github.com/google/jsonnet/issues/378
    Fixes https://github.com/google/go-jsonnet/issues/69
    Yaroslav Bolyukin 2020-10-19 #d26be68
  12. feat string interning
    Yaroslav Bolyukin 2021-01-06 #695a2f8
  13. feat push stack in assertion failure
    Yaroslav Bolyukin 2021-01-06 #a7f8b8f
  14. feat(evaluator) push frame for if condition
    Lach 2020-08-26 #21c8e9b
  15. Now lazy is used only in objects/arrays
    BREAKING CHANGE: value_type() is never fails
    Yaroslav Bolyukin 2020-12-01 #028057c