-
Notifications
You must be signed in to change notification settings - Fork 71
Comparing changes
Open a pull request
base repository: kyuridenamida/atcoder-tools
base: stable
head repository: kyuridenamida/atcoder-tools
compare: master
- 13 commits
- 85 files changed
- 7 contributors
Commits on Nov 1, 2019
-
Add interactive judge & muli-solution judge (#164)
* interactiveを追加 * interactiveを変更 * stderrを出力するように変更 * MultiSolutionJudgeを追加。オプションsetを追加 * judgetype_setter.pyが追加されていなかったので追加 * testが通るように変更 * analyze_problem_contentをget_problem_contentに変更しproblem_contentに移動 * flake8が通らなかったので修正 * インタラクティブと複数解のテストを追加 * 不要なファイルの削除 * インタラクティブと複数解のテストを/tmpでやるように修正 * コンパイルしたファイルの実行権限を755にするように変更 * テスト用 * /tmp/test_run_single_test_multisolutionのパーミッションを777にする * テスト用にtravisを一時的に変更 * testerのg++オプションに-std=c++14を追加 * コンパイルエラーを修正 * subprocessのtextをはずす * interactiveのテストを変更 * interactiveの英語版も追加 * judge_statusのロジックを変更 * judge_statusをspecial_judge_statusに変更 * judge_typeのverifyでMultiSolutionとInteractiveについてNotImplementedErrorを出すように修正 * run_programに例外Judge_ERRORを追加 * run_programを整形 * default judge templateを追加 * judge_templateを追加
Configuration menu - View commit details
-
Copy full SHA for 693427a - Browse repository at this point
Copy the full SHA 693427aView commit details
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8b6ef3d - Browse repository at this point
Copy the full SHA 8b6ef3dView commit details
Commits on Dec 15, 2019
-
整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように (#172)
* 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように * answer.txtを変更 * test_mod_caseをstringに
Configuration menu - View commit details
-
Copy full SHA for 3c1e33e - Browse repository at this point
Copy the full SHA 3c1e33eView commit details
Commits on Dec 30, 2019
-
Makes gen command retry with exponential backoff (#174)
Previously, gen command retries with fixed delay of 1.5 seconds indefinitely. It could hurt the service especially when they are experiencing overloaded traffic. This patch changes the retry strategy with exponential backoff starting from 1.5 seconds to 60 seconds at maximum. The gen commands aborts by EnvironmentInitializationError exception after 10 attempts.
Configuration menu - View commit details
-
Copy full SHA for d5fffaa - Browse repository at this point
Copy the full SHA d5fffaaView commit details
Commits on Jan 2, 2020
-
Add a missing command to the command usage (#175)
* Fix command usage message by adding a missing command and change sentences * apply autopep8
Configuration menu - View commit details
-
Copy full SHA for af3b434 - Browse repository at this point
Copy the full SHA af3b434View commit details -
Refactor lang-specific config (+fix backward compatibility issue) (#176)
* Refactor lang-specific config (+fix backward compatibility issue) * Separate command-related options from codestyle_config into run_config * Update README for new config * apply autopep8 * Fix crash bug of tester when loading config
Configuration menu - View commit details
-
Copy full SHA for 2c0d49a - Browse repository at this point
Copy the full SHA 2c0d49aView commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c8f0be8 - Browse repository at this point
Copy the full SHA c8f0be8View commit details -
Improve compile command (#178)
* Refactor compile command logic * Fix typos in setter * Refactor setter * Fix bug * Show identifier names instead of display names on language error * Refactor tester command fixing how to handle compile_only_when_diff_detected option * change setter command description * change command order
Configuration menu - View commit details
-
Copy full SHA for 9ccab88 - Browse repository at this point
Copy the full SHA 9ccab88View commit details
Commits on Jan 4, 2020
-
* Make logic naive for readability * Stop using the current directory in setter command * Fix broken test * Fix bug that setter creates files in a wrong path
Configuration menu - View commit details
-
Copy full SHA for 6dd4966 - Browse repository at this point
Copy the full SHA 6dd4966View commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 967d441 - Browse repository at this point
Copy the full SHA 967d441View commit details -
* Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <[email protected]> Co-authored-by: Kazuma Mikami <[email protected]> Co-authored-by: DNEK <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcea880 - Browse repository at this point
Copy the full SHA fcea880View commit details -
* Fix crash in new judgement using Python * Fix bugs of Python2 submissions in old judgement Co-authored-by: Matts966 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for add8975 - Browse repository at this point
Copy the full SHA add8975View commit details -
* 新しい言語のバージョンに対応 * gen, submitを新しいのに対応 * Fix regexps Co-authored-by: Kazuma Mikami <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c63e9c - Browse repository at this point
Copy the full SHA 1c63e9cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff stable...master