git.delta.rocks / jrsonnet / refs/commits / 0a096fed08aa

difftreelog

commits

crates/jrsonnet-evaluator/src/error.rs4.6 KiBsourcehistory
  1. 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
  2. fix(evaluator) better error message for type mismatch
    Lach 2020-08-26 #6cb98c9
  3. feat(evaluator) readable error messages
    Lach 2020-08-26 #686e5cc
  4. style increase clippy linting level
    Lach 2020-08-25 #3f8fb69
  5. fix Typo `Intristic` -> `Intrinsic`
    progrm_jarvis 2020-08-03 #e9a9036
  6. perf move error and stacktrace to heap
    Lach 2020-08-23 #d859bb9
  7. perf unify function calls
    Lach 2020-08-23 #a5391ab
  8. perf reduce error enum size
    Lach 2020-08-23 #57ad354
  9. feat native callbacks
    Lach 2020-08-23 #020afa6
  10. feat yaml stream output
    Lach 2020-08-22 #1feb056
  11. Merge branch 'master' of github.com:CertainLach/jsonnet-rs
    Лач 2020-07-22 #38dfcbe
  12. perf faster format
    Лач 2020-07-20 #1b7abe8
  13. refact: simplify error management
    Лач 2020-07-21 #84f648e
  14. refactor split libjsonnet code into modules
    Лач 2020-07-19 #dc0a0ba