git.delta.rocks / jrsonnet / refs/commits / 34125db6c55e

difftreelog

commits

crates/jrsonnet-evaluator/src/lib.rs22.3 KiBsourcehistory
  1. Cached file evaluation was missing evaluation data release
    Yaroslav Bolyukin 2020-10-30 #34125db
  2. test add failing test for #23
    Yaroslav Bolyukin 2020-10-30 #a0dc74d
  3. Prevent changing meaning of std in desugared expressions
    Yaroslav Bulyukin 2020-10-20 #ce2d8d5
  4. 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
  5. fix(evaluator) wrap TLA evaluation in state
    Lach 2020-08-26 #4accdd0
  6. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  7. docs(evaluator) typo `files` -> `file`
    progrm_jarvis 2020-08-08 #b04b14f
  8. docs cleanup evaluator's docs
    progrm_jarvis 2020-08-07 #f44bc09
  9. perf move error and stacktrace to heap
    Lach 2020-08-23 #d859bb9
  10. perf reduce error enum size
    Lach 2020-08-23 #57ad354
  11. feat multi and stream manifests
    Lach 2020-08-23 #6e40dd4
  12. feat native callbacks
    Lach 2020-08-23 #020afa6
  13. feat yaml stream output
    Lach 2020-08-22 #1feb056
  14. feat(evaluator) serde_json integration
    Lach 2020-08-15 #409a660
  15. build stable rustc support
    Lach 2020-08-03 #1d4b842
  16. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  17. refact: simplify error management
    Лач 2020-07-21 #84f648e
  18. fix run manifest in state
    Лач 2020-07-19 #aa3619c