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
MSG_NOT_CALLED="The system wants to check the {ordinal} {typestr} you defined but hasn't found it."
8
-
MSG_PREPEND="Check your code in the {child[part]} of the {ordinal} {typestr}. "
7
+
MSG_NOT_CALLED="FMT:The system wants to check the {ordinal} {typestr} you defined but hasn't found it."
8
+
MSG_PREPEND="FMT:Check your code in the {child[part]} of the {ordinal} {typestr}. "
9
9
10
-
MSG_INCORRECT_ITER_VARS="Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Make sure you use the correct names!"
11
-
MSG_INCORRECT_NUM_ITER_VARS="Have you used {num_vars} iterator variables in the {parent[ordinal]} {parent[typestr]}?"
12
-
MSG_INSUFFICIENT_IFS="Have you used {sol_len} ifs inside the {parent[ordinal]} {parent[typestr]}?"
10
+
MSG_INCORRECT_ITER_VARS="FMT:Have you used the correct iterator variables in the {parent[ordinal]} {parent[typestr]}? Make sure you use the correct names!"
11
+
MSG_INCORRECT_NUM_ITER_VARS="FMT:Have you used {num_vars} iterator variables in the {parent[ordinal]} {parent[typestr]}?"
12
+
MSG_INSUFFICIENT_IFS="FMT:Have you used {sol_len} ifs inside the {parent[ordinal]} {parent[typestr]}?"
0 commit comments