Skip to content

Conversation

@hlshen
Copy link
Contributor

@hlshen hlshen commented Sep 26, 2024

No description provided.

@hlshen hlshen requested review from tjlav5 and yuchenshi September 26, 2024 21:18
joehan and others added 4 commits September 26, 2024 21:21
case "UUID":
return { kind: Kind.STRING, value: "1111-2222-3333-44444" };
case "Vector":
return { kind: Kind.LIST, values: [] };
Copy link
Contributor

Choose a reason for hiding this comment

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

I forget where we landed w/ this during the bash... should this be omitted or an empty list?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not following, for vectors?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the point here is that an empty vector is very likely to be invalid (due to the size directive), so it may be unhelpful to put it there. FWIW, i don't see a great way to handle required vectors here either.

@hlshen hlshen requested a review from tjlav5 September 27, 2024 14:41
@hlshen hlshen merged commit 3e431d6 into master Sep 27, 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.

4 participants