Skip to content

Commit

Permalink
Merge branch 'master' into refinement-ic-invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr authored Nov 28, 2023
2 parents d0ca552 + 0704f40 commit 9150ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prism/diagnostic.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ static const char* const diagnostic_messages[PM_DIAGNOSTIC_ID_LEN] = {
[PM_ERR_OPERATOR_WRITE_BLOCK] = "unexpected operator after a call with a block",
[PM_ERR_PARAMETER_ASSOC_SPLAT_MULTI] = "unexpected multiple `**` splat parameters",
[PM_ERR_PARAMETER_BLOCK_MULTI] = "multiple block parameters; only one block is allowed",
[PM_ERR_PARAMETER_CIRCULAR] = "parameter default value references itself",
[PM_ERR_PARAMETER_METHOD_NAME] = "unexpected name for a parameter",
[PM_ERR_PARAMETER_NAME_REPEAT] = "repeated parameter name",
[PM_ERR_PARAMETER_NO_DEFAULT] = "expected a default value for the parameter",
Expand Down

0 comments on commit 9150ace

Please sign in to comment.