jolt/test
Yogthos 0e4ccc97e0 (type record) returns its class-name string, not a symbol
(type r) returned a symbol user.TyR, so (= (symbol (str (type r))) (type r))
was true; the JVM's type is a Class (not a Symbol) so it's false. jolt models
classes as strings, so a record's type is now its ns-qualified class-name
string — equal to (class r), as on the JVM where type and class coincide for a
record. The symbol-keyed print-method defmethods already fall through to the
default record printing, so they're unaffected. Closes type-of-record.
2026-06-22 00:05:08 -04:00
..
chez (type record) returns its class-name string, not a symbol 2026-06-22 00:05:08 -04:00
conformance Typed-array identity + JVM flonum printing (Inc 3) 2026-06-21 22:36:14 -04:00