Skip to content

Conversation

@DinoKengi
Copy link
Contributor

No description provided.

@DinoKengi DinoKengi changed the title Merged what left of branch Merge what left of old branch Dec 14, 2025
Copy link
Collaborator

@Mchan2003 Mchan2003 left a comment

Choose a reason for hiding this comment

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

Overall looks good. Just have a nit.

Comment on lines 201 to 206
bool Validator::thrown_functions(std::string_view func_name)
{
auto thrown_opt = find_typeinfo(func_name);
return thrown_opt.has_value() && !thrown_opt->empty();
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

NIT: is this just checking if a function has throws? If it is. change name to reflect that.

@Mchan2003 Mchan2003 merged commit aa5aff7 into main Dec 14, 2025
1 check passed
@Mchan2003 Mchan2003 deleted the Validator-Catch branch December 14, 2025 04:38
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.

3 participants