Closed mpisanko closed 12 months ago
@mpisanko Thank you for the bug report and the helpful reproduction. I will dig into this on the weekend.
@mpisanko The problem is that you have a Zero Width Space (U+200B) immediately before the colon in :hybrid-color
. That causes the Clojure compiler to choke. Remove that, and all works fine. I will close this issue now. Feel free to re-open if you have any additional concerns related to this issue.
awesome!! thanks for this - TIL about zero width space - and not even sure how it got there in the first place. could have been some (spac)emacs shenanigans..
Created the following schema (using lancaster 0.12.2, clojure 1.11.1, openjdk 11, also tried openjdk19). Getting an error:
also tried the
def-record-schema
macro - with same result.