Skip to content
Snippets Groups Projects
  1. May 16, 2024
    • Cosmin Popa's avatar
      Fix checker locale for task score formatting · 7a535dfc
      Cosmin Popa authored
      
      This fix adds a line to both task-1 and bonus checkers, setting LC_ALL to the
      default "C" locale.
      
      This is necessary as other locales like ro_RO.UTF-8 cause numbers to be
      displayed with a comma instead of a dot for the floating point separator. In
      that case, the local Python checker script throws errors when looking for a
      dot-formatted number with basic regex in the task-specific checker output.
      
      Signed-off-by: default avatarCosmin Popa <cosmin7popa@gmail.com>
      7a535dfc
  2. May 15, 2024
  3. May 13, 2024
  4. May 12, 2024
Loading