Hi!
Tagged reader literals like #time/date-time "2025-01-03T12:00" don't appear to work in Clay.
Reproduction
;; deps.edn
{:deps {com.widdindustries/cljc.java-time {:mvn/version "0.1.21"}
com.widdindustries/time-literals {:mvn/version "0.1.10"}}}
;; notebook.clj
(ns notebook)
#time/date-time "2025-01-03T12:00"
Expected
Same behavior in REPL and Clay
Actual
Works in REPL! Crashes in Clay:
References
https://clojure.org/reference/reader#tagged_literals
Hi!
Tagged reader literals like
#time/date-time "2025-01-03T12:00"don't appear to work in Clay.Reproduction
Expected
Same behavior in REPL and Clay
Actual
Works in REPL! Crashes in Clay:
References
https://clojure.org/reference/reader#tagged_literals