Skip to content

Commit d5b3dc5

Browse files
committed
[mod] [#404] [#398] [BREAKING] Disable default legacy pack value
See `*write-legacy-pack-format?*` var docstring for full details.
1 parent 7dba037 commit d5b3dc5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/taoensso/sente.cljc

+3-4
Original file line numberDiff line numberDiff line change
@@ -242,19 +242,18 @@
242242
writes v1 format only
243243
244244
Sente v1.17: reads v1 and v2 formats
245-
writes v1 and v2 formats (v1 default) <- Currently here
245+
writes v1 and v2 formats (v1 default)
246246
247247
Sente v1.18: reads v1 and v2 formats
248-
writes v1 and v2 formats (v2 default)
248+
writes v1 and v2 formats (v2 default) <- Currently here
249249
250250
Sente >= v1.19: reads v2 format only
251251
writes v2 format only
252252
253253
This var controls which format to use for writing.
254254
Override default with `alter-var-root` or `binding`."
255255

256-
;; TODO -> false for Sente v1.18, remove for Sente >= v1.19
257-
true)
256+
false)
258257

259258
(defn- pack "[clj ?cb-uuid]->packed"
260259
([packer clj ] (pack packer clj nil))

0 commit comments

Comments
 (0)