Support AtCoder submission with the latest C++ language - #191
Merged
Conversation
Closed
Codecov Report
@@ Coverage Diff @@
## master #191 +/- ##
==========================================
- Coverage 87.74% 85.87% -1.87%
==========================================
Files 57 57
Lines 3158 3158
==========================================
- Hits 2771 2712 -59
- Misses 387 446 +59
Continue to review full report at Codecov.
|
dnek
reviewed
Apr 13, 2020
Owner
|
反応が遅くなって申し訳ないです。様々なPRが遅延しているので、このPRも含めGW中のどこかを目標に対応します。 |
Co-authored-by: DNEK <dnek.app@gmail.com>
kyuridenamida
added a commit
that referenced
this pull request
May 16, 2020
* Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <dnek.app@gmail.com> Co-authored-by: Kazuma Mikami <tyotyo3@gmail.com> Co-authored-by: DNEK <dnek.app@gmail.com>
kyuridenamida
added a commit
that referenced
this pull request
May 16, 2020
* 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように (#172) * 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように * answer.txtを変更 * test_mod_caseをstringに * 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. * #186 Support \dots in input formats (#187) * C++言語アップデートへの対応 (#191) * Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <dnek.app@gmail.com> Co-authored-by: Kazuma Mikami <tyotyo3@gmail.com> Co-authored-by: DNEK <dnek.app@gmail.com> * Pythonの言語アップデートに対応 (#192) * Fix crash in new judgement using Python * Fix bugs of Python2 submissions in old judgement Co-authored-by: Matts966 <Matts966@users.noreply.github.com> * 新しい言語のバージョンに対応 (#196) * 新しい言語のバージョンに対応 * gen, submitを新しいのに対応 * Fix regexps Co-authored-by: Kazuma Mikami <tyotyo3@gmail.com> * Fix style * Update mock pages * Fix submissions * Fix flake8 Co-authored-by: chaemon <chaemon@gmail.com> Co-authored-by: Yuki Hamada <yuuki3655@gmail.com> Co-authored-by: Takaaki Hirano <thescript1210@gmail.com> Co-authored-by: DNEK <dnek.app@gmail.com> Co-authored-by: Matts966 <28551465+Matts966@users.noreply.github.com> Co-authored-by: Matts966 <Matts966@users.noreply.github.com>
chaemon
added a commit
to chaemon/atcoder-tools
that referenced
this pull request
May 11, 2021
* 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように (kyuridenamida#172) * 整数判定において、先頭が0だったり、文字数が20以上だったらFalseにするように * answer.txtを変更 * test_mod_caseをstringに * Makes gen command retry with exponential backoff (kyuridenamida#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. * kyuridenamida#186 Support \dots in input formats (kyuridenamida#187) * C++言語アップデートへの対応 (kyuridenamida#191) * Fix cpp language configs * Update atcodertools/common/language.py Co-authored-by: DNEK <dnek.app@gmail.com> Co-authored-by: Kazuma Mikami <tyotyo3@gmail.com> Co-authored-by: DNEK <dnek.app@gmail.com> * Pythonの言語アップデートに対応 (kyuridenamida#192) * Fix crash in new judgement using Python * Fix bugs of Python2 submissions in old judgement Co-authored-by: Matts966 <Matts966@users.noreply.github.com> * 新しい言語のバージョンに対応 (kyuridenamida#196) * 新しい言語のバージョンに対応 * gen, submitを新しいのに対応 * Fix regexps Co-authored-by: Kazuma Mikami <tyotyo3@gmail.com> * Fix style * Update mock pages * Fix submissions * Fix flake8 Co-authored-by: chaemon <chaemon@gmail.com> Co-authored-by: Yuki Hamada <yuuki3655@gmail.com> Co-authored-by: Takaaki Hirano <thescript1210@gmail.com> Co-authored-by: DNEK <dnek.app@gmail.com> Co-authored-by: Matts966 <28551465+Matts966@users.noreply.github.com> Co-authored-by: Matts966 <Matts966@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
C++の部分だけ変更しました。
related to #190
-std=17に