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
* Updating JudgeBox to use new recodex-token-judge when possible.
* Updating call arguments of judges for better BC.
* Fixing conflict in new judge args.
array_merge($commonArgs, ['--shuffled-tokens']) ], // judge ignoring order of tokens on a line
125
135
'recodex-judge-shuffle-rows' => [ConfigParams::$JUDGES_DIR . 'recodex-judge-shuffle', ['-r']], // judge ignoring order of rows
126
136
'recodex-judge-shuffle-all' => [ConfigParams::$JUDGES_DIR . 'recodex-judge-shuffle', ['-ir']], // judge ignoring order of tokens on a each line and order of rows
127
-
'recodex-judge-shuffle-newline' => [ConfigParams::$JUDGES_DIR . 'recodex-judge-shuffle', ['-in']],// judge ignoring order of tokens (which treats \n ...)
array_merge($commonArgsLineEnds, ['--shuffled-tokens']) ], // judge ignoring order of tokens (which treats \n ...)
139
+
128
140
'recodex-judge-passthrough' => [ConfigParams::$JUDGES_DIR . 'recodex-judge-passthrough', []], // judge which writes its input file (first) to the stdout
0 commit comments