diff options
author | Eduardo Julian | 2023-01-13 22:11:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2023-01-13 22:11:05 -0400 |
commit | 0f9f87286acacb520aa3ab0252131e109184b4cb (patch) | |
tree | 69b21f7466ef4418ee6e696998dda0fcb78d26e3 /stdlib/source/polytypic | |
parent | 03eb09c1e0c6de32e45579a1adaf58c9046e632f (diff) |
Better formatting for types & symbols for compilation logging.
Diffstat (limited to 'stdlib/source/polytypic')
-rw-r--r-- | stdlib/source/polytypic/lux/data/format/json.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/polytypic/lux/data/format/json.lux b/stdlib/source/polytypic/lux/data/format/json.lux index 3953675da..575fbd58b 100644 --- a/stdlib/source/polytypic/lux/data/format/json.lux +++ b/stdlib/source/polytypic/lux/data/format/json.lux @@ -226,7 +226,7 @@ <type>.parameter <type>.recursive_call ... If all else fails... - (<>.failure (format "Cannot create JSON encoder for: " (type.format inputT))) + (<>.failure (format "Cannot create JSON encoder for: " (type.absolute_format inputT))) ))))) (def decoded @@ -330,7 +330,7 @@ <type>.parameter <type>.recursive_call ... If all else fails... - (<>.failure (format "Cannot create JSON decoder for: " (type.format inputT))) + (<>.failure (format "Cannot create JSON decoder for: " (type.absolute_format inputT))) ))))) (def .public codec |