56 Commits

Author SHA1 Message Date
freestrings
74e79e6330 Empty result for filter expression returns array of null #39 2020-03-23 23:53:26 +09:00
freestrings
da7cf723de fix clippy error 2020-03-23 23:03:19 +09:00
freestrings
c99879cfbb filter, collector 정리 2020-03-23 22:50:08 +09:00
freestrings
7991bba51d cmp, expr_term 분리 2020-03-22 23:48:24 +09:00
freestrings
b8c82a9126 walk류 함수를 ValueWalker로 옮김 2020-03-22 23:22:53 +09:00
freestrings
e9f69cd2b9 Bracket notation after recursive descent does not recurse #40 - fix clippy error 2020-03-22 22:34:47 +09:00
freestrings
241a7f482d Bracket notation after recursive descent does not recurse #40 2020-03-22 22:25:07 +09:00
freestrings
de46a66148 Bracket notation not supported inside filter expression #38 - fix clippy error 2020-03-16 00:55:42 +09:00
freestrings
d618e60e13 Bracket notation not supported inside filter expression #38 2020-03-10 23:24:07 +09:00
freestrings
a6f742e3ad 다중패스 필터 안되는 문제 수정 2020-03-10 23:22:35 +09:00
freestrings
218321a4bd fix return_type_for_child_object_not_matched 2020-02-23 19:18:13 +09:00
freestrings
accd08139f Negative slice out of bounds does not return values #35 2020-02-16 13:14:31 +09:00
freestrings
3b4d2b4ffc fix clippy error 2020-02-10 23:53:56 +09:00
freestrings
8e10128826 fix clippy error 2020-02-10 23:26:20 +09:00
freestrings
ad39c9e668 Invalid result on second attribute check #33 2020-02-10 23:26:20 +09:00
Guy Korland
636618e4ac fix #29 check for overflow 2020-02-10 23:24:56 +09:00
freestrings
b5c5d6b88e lua 프로젝트 레이아웃 변경 2019-09-22 16:49:41 +09:00
freestrings
9276c0aa02 필터에 중첩된 상대경로 잘못찾는 문제 수정 2019-09-19 23:30:31 +09:00
Guy Korland
fe376c4483 fix build 2019-08-29 23:09:07 +09:00
Guy Korland
17a8608392 Return Option<Value> from fun on replace_with to all user to return None (remove the value and not replace with Null) 2019-08-29 23:09:07 +09:00
Guy Korland
67991df1f2 improve performance avoid remove & insert to map 2019-08-29 23:09:07 +09:00
Guy Korland
15e6c6065b pass value not reference to fun 2019-08-29 23:09:07 +09:00
Guy Korland
fab07adc5a improve performance avoid remove & insert to map 2019-08-29 23:09:00 +09:00
Guy Korland
4b62fcd376 pass value not reference to fun 2019-08-29 23:08:58 +09:00
Guy Korland
88e6320cf7 improve performance avoid remove & insert to map 2019-08-15 21:20:52 +09:00
Guy Korland
8b85ec9d61 pass value not reference to fun 2019-08-15 21:20:52 +09:00
freestrings
8f01598e05 code coverage 90% 2019-06-26 15:07:49 +09:00
freestrings
2f0d29d644 parser change to private module 2019-06-25 22:07:59 +09:00
freestrings
b910ed35f9 apply clippy lints 2019-06-25 22:01:31 +09:00
freestrings
f5717d6d26 remove useless function 2019-06-25 13:21:13 +09:00
freestrings
28ad9c903f remove indexmap crate 2019-06-24 14:12:00 +09:00
freestrings
053be432f2 fix wildcard filter 2019-06-23 18:25:46 +09:00
freestrings
d384079842 Leaves 처리 위치 변경 2019-06-23 17:22:58 +09:00
freestrings
f536391b71 select code coverage 2019-06-20 22:31:33 +09:00
freestrings
fff0e869cb improve error message 2019-06-19 15:10:50 +09:00
freestrings
6a270c9456 IntelliJ rustfmt default rule 적용 2019-06-19 11:52:53 +09:00
freestrings
de97e2f95a array keys 2019-06-18 13:26:36 +09:00
freestrings
74666d264e array range with step 2019-06-18 13:26:36 +09:00
freestrings
766be8cab2 Stable 버전에서 컴파일 에러 수정 2019-06-11 18:56:27 +09:00
freestrings
2e9e0ac6fc compiled_path 인자 타입 변경, compute_path 로직 개선 2019-06-11 18:56:27 +09:00
freestrings
ec5d76d2d6 SelectorMut WASM 적용 2019-06-11 18:56:27 +09:00
freestrings
24d18efb6f SelectorMut documentation 2019-06-11 18:56:27 +09:00
freestrings
dd9315bc90 SelectorMut first commit 2019-06-11 18:56:27 +09:00
freestrings
9a08df7843 re-indent 2019-06-11 18:56:27 +09:00
freestrings
ac3224892b Remove Parser's lifetime 2019-06-11 18:56:27 +09:00
freestrings
893af2afc0 0.2.0 initail commit 2019-06-11 18:56:27 +09:00
freestrings
3f89b9b183 remove alloc, dealloc in wasm 2019-06-11 18:56:27 +09:00
freestrings
d2a5d9092e refactoring done default 2019-06-11 18:56:27 +09:00
freestrings
5b653ab8a0 REAEME.md - Selector's "map" 2019-05-16 10:03:11 +09:00
freestrings
135d3c319b Selector's "select_to" function is deprecated 2019-05-15 14:09:00 +09:00