glow
glow copied to clipboard
Remove all symbols as JSON object keys
In GitLab by @fahree on Feb 18, 2021, 07:06
null
In GitLab by @fahree on Feb 18, 2021, 07:06
assigned to @AlexKnauth
In GitLab by @ApolloUnicorn on Mar 6, 2021, 01:43
assigned to @Akaa
In GitLab by @ApolloUnicorn on Mar 6, 2021, 01:43
unassigned @AlexKnauth
In GitLab by @fahree on Apr 1, 2021, 00:05
I believe it's just a matter of removing json-object-ref
in runtime/participant-runtime.ss
and assuming we'll always be using strings as json keys, as happens if you use the functions in clan/json
In GitLab by @fahree on Apr 12, 2021, 20:41
OK, I believe I have now fixed all the issues in my branch. Please review, merge, cleanup, etc.
PS: instead of with-... you can use eprintf
, or pass (current-error-output)
to suitable functions.
In GitLab by @alex413 on Jun 22, 2021, 04:17
is this mostly done, and just needs finalizing?