nathanmarz
|
3693d307fc
|
fix traverse-all to properly propagate reduced vals, add tests
|
2017-02-12 11:37:14 -05:00 |
|
nathanmarz
|
62c998a472
|
implement traverse-all
|
2017-02-12 09:38:56 -05:00 |
|
nathanmarz
|
80b3857b08
|
implement early termination using reduced, re-implement select-any/select-first in terms of it
|
2017-02-11 21:26:30 -05:00 |
|
nathanmarz
|
f521409482
|
add with-fresh-collected higher order navigator
|
2017-02-11 08:56:45 -05:00 |
|
nathanmarz
|
a1929d9eb7
|
add note on mutli-path about potential future enhancement
|
2017-02-10 17:29:49 -05:00 |
|
nathanmarz
|
39e8c758fc
|
fix missing wrap-dynamic-nav in cljs
|
2017-01-10 09:30:34 -05:00 |
|
Max Penet
|
f8d3ad5167
|
kill jvm reflection
|
2017-01-10 11:40:53 +01:00 |
|
nathanmarz
|
9505ac6dd1
|
Implement #165
|
2017-01-08 19:15:14 -05:00 |
|
nathanmarz
|
ef9d82e61d
|
fix tests
|
2017-01-08 17:41:56 -05:00 |
|
nathanmarz
|
00ab106dd6
|
finish implementation of #117
|
2017-01-08 17:32:15 -05:00 |
|
nathanmarz
|
6b500a6aef
|
implement NONE removal for ALL and MAP-VALS on PersistentArrayMap
|
2017-01-08 14:01:58 -05:00 |
|
nathanmarz
|
9617aa1931
|
implement ALL NONE removal for some of default cases
|
2017-01-08 13:30:14 -05:00 |
|
nathanmarz
|
fca11410b4
|
implemented NONE removal for keypath, must, MAP-VALS (except PersistentArrayMap), ALL (except lists and PersistentArrayMap)
|
2017-01-08 12:52:54 -05:00 |
|
nathanmarz
|
6a509ca478
|
fix tests
|
2016-12-26 12:55:14 -05:00 |
|
nathanmarz
|
72e004df23
|
dynamic navs automatically compile sequence returns if completely static
|
2016-12-26 12:54:12 -05:00 |
|
nathanmarz
|
4ad0f79643
|
fix #160
|
2016-12-03 11:05:06 -05:00 |
|
Nathan Marz
|
23e58ae223
|
don't convert lists to vectors in LAST
|
2016-11-18 16:24:09 -05:00 |
|
Nathan Marz
|
9178f38465
|
fix race condition relating to retrieving path from cache and aot compilation
|
2016-11-09 06:20:10 -05:00 |
|
Nathan Marz
|
013c4d6d0a
|
cljs compatibility
|
2016-11-07 11:25:12 -05:00 |
|
Nathan Marz
|
508e1d08ed
|
added traversed
|
2016-11-07 07:47:36 -05:00 |
|
Nathan Marz
|
dfedd30b29
|
Implemented #146, dynamic navigator enhancements
|
2016-10-31 23:57:12 -04:00 |
|
Nathan Marz
|
ce38883e64
|
fix flattening/type-conversion of sequential params during inline caching
|
2016-10-29 16:02:56 -04:00 |
|
Nathan Marz
|
d9d6c8772e
|
fix #152
|
2016-10-14 09:52:12 -04:00 |
|
Nathan Marz
|
ea1f851d94
|
Fix #148
|
2016-10-02 07:48:53 -04:00 |
|
Nathan Marz
|
2a6ef8d0c0
|
fix doc on comp-paths
|
2016-09-30 06:57:12 -04:00 |
|
Nathan Marz
|
03493cf9ca
|
replace any-pred? with core function some-fn
|
2016-09-07 15:19:50 -04:00 |
|
Nathan Marz
|
6a5d0f7560
|
rename any? to avoid conflict with clojure 1.9
|
2016-09-07 07:54:10 -04:00 |
|
Nathan Marz
|
2673004b5b
|
suppress cache vars from docs
|
2016-09-06 19:37:35 -04:00 |
|
Nathan Marz
|
c39b41fea1
|
suppress docs for generated functions
|
2016-09-06 19:34:37 -04:00 |
|
Nathan Marz
|
3afbafd38b
|
greatly speed up compilation (for select*, transform*, etc)
|
2016-09-05 08:17:33 -04:00 |
|
Nathan Marz
|
2e85cedcc4
|
merge macros namespace into core com.rpl.specter namespace
|
2016-09-05 07:48:05 -04:00 |
|
Nathan Marz
|
c44a380092
|
fix so direct-nav metadata on vars gets translated appropriately when that var is called as a function
|
2016-09-03 22:07:45 -04:00 |
|
Nathan Marz
|
18791c6b82
|
inline caching working for cljs, all tests passing
|
2016-09-03 19:58:10 -04:00 |
|
Nathan Marz
|
d7d1d264ef
|
basic cljs inline caching working
|
2016-09-03 17:35:13 -04:00 |
|
Nathan Marz
|
8a71d5241d
|
refactor to unify cljs and clj inline caching code
|
2016-09-03 16:09:02 -04:00 |
|
Nathan Marz
|
5400e3fd65
|
cleaner inline caching implementation
|
2016-09-03 09:29:01 -04:00 |
|
Nathan Marz
|
16446373f1
|
make terminal-val return a direct-nav, add another benchmark case
|
2016-09-02 20:20:49 -04:00 |
|
Nathan Marz
|
194396f0f4
|
remove todo
|
2016-09-02 10:45:50 -04:00 |
|
Nathan Marz
|
bb77fb8f9d
|
moved mk-comp-navs macro into clj namespace
|
2016-09-02 09:17:32 -04:00 |
|
Nathan Marz
|
0046e23bfe
|
added with-inline-debug helper and updated comment on dynamicnavs
|
2016-09-02 09:02:09 -04:00 |
|
Nathan Marz
|
0c50e1859d
|
fix + test for when dynamic navs ignore dynamic params
|
2016-09-02 08:41:02 -04:00 |
|
Nathan Marz
|
984e3cdcd2
|
update changelog
|
2016-09-01 23:37:36 -04:00 |
|
Nathan Marz
|
1d52e970a0
|
another perf enhancement
|
2016-09-01 23:20:53 -04:00 |
|
Nathan Marz
|
dc6740d9dc
|
fix accidental reflection
|
2016-09-01 23:15:42 -04:00 |
|
Nathan Marz
|
939378fcd1
|
fix transformed, all tests passing
|
2016-09-01 22:16:39 -04:00 |
|
Nathan Marz
|
23299457db
|
fixes
|
2016-09-01 21:46:04 -04:00 |
|
Nathan Marz
|
e910f32931
|
fixes
|
2016-09-01 21:13:20 -04:00 |
|
Nathan Marz
|
e33ecb2c33
|
some fixes
|
2016-09-01 21:07:01 -04:00 |
|
Nathan Marz
|
c80bf573a5
|
updated tests, lots of errors
|
2016-09-01 20:32:38 -04:00 |
|
Nathan Marz
|
6549be1be5
|
protpaths and parameterized protpaths working
|
2016-09-01 17:35:19 -04:00 |
|