Skip to content

Conversation

@wgtmac
Copy link
Member

@wgtmac wgtmac commented Apr 18, 2025

No description provided.

return unexpected<Error>({.kind = ErrorKind::kInvalidExpression,
.message = std::format(fmt, std::forward<Args>(args)...)});
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we add an Error wrapper for each ErrorKind? I'd suggest including all those in this PR if needed. #80 might need NoSuchNamespaceError.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's a good idea! We can use a separate PR for this.

Copy link
Contributor

@yingcai-cy yingcai-cy left a comment

Choose a reason for hiding this comment

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

Thanks for doing this.

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

The community has reached a consensus. Let’s move forward!

@Xuanwo Xuanwo merged commit 06ce20f into apache:main Apr 18, 2025
6 checks passed
@wgtmac
Copy link
Member Author

wgtmac commented Apr 18, 2025

Thank you @Xuanwo!

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