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

difftreelog

commits

crates/jrsonnet-evaluator/src/error.rs7.1 KiBsourcehistory
  1. When calling functions with wrong arguments, evaluator will now suggest
    correct function signature
    Yaroslav Bolyukin 2022-07-23 #50ca1d2
  2. Implementation will be moved to jrsonnet-stdlib crate
    
    BREAKING CHANGE: `State::with_stdlib` was removed
    Yaroslav Bolyukin 2022-07-23 #ab6ba99
  3. feat prettier error display for empty strings
    Yaroslav Bolyukin 2022-06-05 #87ee065
  4. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  5. feat friendlier errors
    Yaroslav Bolyukin 2022-05-26 #9f8d4fc
  6. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  7. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  8. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  9. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  10. fix std.native should return null if not found
    Yaroslav Bolyukin 2022-04-22 #c7e1571
  11. style switch clippy to pedantic
    Yaroslav Bolyukin 2022-04-22 #11643ec
  12. test basic interop checks
    Yaroslav Bolyukin 2022-04-22 #5909664
  13. fix string index bounds check
    Yaroslav Bolyukin 2022-04-22 #321e7ee
  14. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4
  15. perf lazy slice
    Yaroslav Bolyukin 2022-04-20 #4c00868
  16. feat detect infinite recursion in object evaluation
    Yaroslav Bolyukin 2022-04-20 #9c0fa01
  17. fix disallow field duplicates
    Yaroslav Bolyukin 2022-04-20 #629c80c
  18. Merge remote-tracking branch 'origin/feature/importbin' into gcmodule
    Yaroslav Bolyukin 2022-04-20 #74199ce
  19. feat importbin
    Yaroslav Bolyukin 2022-01-29 #20cd69c
  20. Merge remote-tracking branch 'origin/master' into gcmodule
    Yaroslav Bolyukin 2022-01-04 #2d3e912
  21. feat derive(Typed) for struct
    Yaroslav Bolyukin 2022-04-04 #78d82df
  22. feat(macro) pass call location to builtins
    Yaroslav Bolyukin 2021-12-26 #393dcbd