remove todo
This commit is contained in:
parent
e5db7252c3
commit
2c52355f8d
1 changed files with 1 additions and 4 deletions
|
|
@ -469,10 +469,7 @@
|
||||||
~(mapv (fn [p] `(fn [] ~p)) possible-params)
|
~(mapv (fn [p] `(fn [] ~p)) possible-params)
|
||||||
))
|
))
|
||||||
]
|
]
|
||||||
`(let [;;TODO: for cljs, use the dynamic def strategy + exists for a direct
|
`(let [info# ~get-cache-code
|
||||||
;; inline cache
|
|
||||||
|
|
||||||
info# ~get-cache-code
|
|
||||||
|
|
||||||
^com.rpl.specter.impl.CachedPathInfo info#
|
^com.rpl.specter.impl.CachedPathInfo info#
|
||||||
(if (nil? info#)
|
(if (nil? info#)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue