You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 1 overload to expectKind with 1 additional argument errorMessage: string,
to provide more user-friendly error messages, instead of the hardcoded message:
Add 1 overload to
expectKind
with 1 additional argumenterrorMessage: string
,to provide more user-friendly error messages, instead of the hardcoded message:
proc expectKind(n: NimNode; k: set[NimNodeKind]; errorMessage: string)
Hardcoded error message is not great anyway...
The text was updated successfully, but these errors were encountered: