Skip to content

More client stuff #112

New issue

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

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

More client stuff #112

wants to merge 25 commits into from

Conversation

VPanteleev-S7
Copy link
Contributor

Continuation of #111 .

Ahead-of-time code generation now needs these types to be accessible from
outside this package.
@VPanteleev-S7 VPanteleev-S7 force-pushed the client branch 3 times, most recently from 0761962 to 8d5a66e Compare March 16, 2025 10:56
This was passing the tests by accident because instantiation was failing and the
tests were falling back to default Vibe.d logic, which already has very similar
logic for serializing Date values.
… testing

Ensure that we don't hit any default logic in serialization libraries which
would mask our inability to correctly serialize/deserialize custom scalars.
Text editors don't tend to deal with very long lines, which makes debugging a
little difficult.
…calar definitions

Associative arrays have issues with serializing to D literals (only very recent
compiler versions support associative array constant literals).
Only a superficial unit test for now as this requires a patch that has not been
merged upstream yet.
We were previously handling these correctly when they appeared as an input
field, but not when they appeared directly as a variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant