-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels