-
Notifications
You must be signed in to change notification settings - Fork 71
introduce postprocess config with exec_on_each_problem_dir / exec_on_contest_dir… #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…contest_created (+ unit tests)
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 91.36% 91.49% +0.12%
==========================================
Files 34 36 +2
Lines 1668 1704 +36
==========================================
+ Hits 1524 1559 +35
- Misses 144 145 +1
Continue to review full report at Codecov.
|
|
賛成です。envgen->postprocessにするとしたら、exec_after_problem_created / exec_after_contest_created の名前はこのままで大丈夫ですか?好みありますか? |
#54 を Merge した後にもう一度テストを回し直しましょう |
exec_foreach_problemとexec_for_contestにした。cwdの違いの説明も足した |
exec_on_each_problem_dirとexec_on_contest_dirのほうがコマンドとしての機能はよく説明できてる気がするが冗長かなあ |
ええんちゃう? |
良さそうだったらマージしてくれると嬉しいです。1月05日なため(?) 1.0.5をリリースしたいです |
…nd it is ignored silently.
流石,大阪出身はこんなに面白いジョーク言えるんやね |
ユーザから見える部分についてはOKです.テスト通してmergeの流れでいきましょう |
しまったPRのタイトルいじるの忘れてた。まあいいや...次から気をつけます |
例:
.atcodertools.toml
に以下を書くと、問題用ディレクトリ内で毎回clang-format
を実行して、最後にCMakeLists.txt
をコンテスト用ディレクトリに生成する。