We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, asdf fails to serialize a struct with phobos Duration in it:
/+dub.sdl: dependency "asdf" version="~>0.5.7" +/ import std.stdio; import std.datetime; import asdf; void main() { A a; string json = serializeToJsonPretty(a); // never ends writeln("json length ", json.length); } struct A { Duration dur; }
This errors with an OOM exception in the appender. Somehow in writes never-ending zero": { strings to it.
zero": {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
asdf fails to serialize a struct with phobos Duration in it:
This errors with an OOM exception in the appender. Somehow in writes never-ending
zero": {
strings to it.The text was updated successfully, but these errors were encountered: