git.delta.rocks / jrsonnet / refs/commits / 0831da3ed8d9

difftreelog

commits

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