Skip to content
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

json2: decoder2 json validation and precalc for memory allocation #22400

Closed

Conversation

enghitalo
Copy link
Contributor

No description provided.

Comment on lines +47 to +52
$if T is $option {
// TODO
} $else $if T is $sumtype {
// TODO
} $else $if T is $alias {
// TODO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove such todos. Having a clear error, when something is not supported is better, than having to debug why something fails or is missing silently.

@spytheman
Copy link
Member

Split this into several PRs.
As it is, it is too large, and it is not clear what it does at all.
It looks more like an info dump, than a reasonable and targeted change with a clear purpose.

@spytheman spytheman closed this Oct 3, 2024
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.

2 participants