-
Notifications
You must be signed in to change notification settings - Fork 2
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
Import c2a-enum-loader #99
Conversation
EL, EHのenumを追加
関数名修正 & 不要な関数の削除
CmdTlmとなってる部分を,TlmCmdにする
入力ソースコードファイルの文字コードを指定できるように
Add formatter (black) and linter (flake8)
Configure Renovate
Update actions/setup-python action to v3
Update reviewdog/action-black action to v3
8ab15f1
to
e54af28
Compare
|
Both c2a-core and c2a-enum-loader are forked from ut-issl and will be maintained together in arkedge/c2a-core. The license displayed in this license file will be completely the same as the license at the top of arkedge/c2a-core.
単純に ut-issl/c2a-enum-loader の履歴を吸収した他,
を追加で実施した |
@@ -25,6 +25,8 @@ | |||
- `Script/CI/check_coding_rule.json` ないし `script/ci/check_coding_rule.json` を C2A user のトップディレクトリに移動 | |||
- 設定ファイルから `c2a_root_dir` を削除 | |||
- 設定ファイル中のディレクトリの設定を C2A user のトップディレクトリからの相対パスに変更 | |||
- [ut-issl/c2a-enum-loader](https://github.com/ut-issl/c2a-enum-loader) を c2a-core リポジトリで管理するように変更: [#99](https://github.com/arkedge/c2a-core/pull/99) | |||
- import したバージョン: [ut-issl/c2a-enum-loader ae-v2.0.0](https://github.com/ut-issl/c2a-enum-loader/releases/tag/ae-v2.0.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ,ISSL側の ae-v* リリースってこの後どうするの?(もうここではリリースしません宣言,どこでするのだ?と)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そっちはそもそも例外対応でしかないので,あんまり必要ないと思ってた.強いて言えば ae-v2.0.0 にこの PR 貼るぐらいでは.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
強いて言えば ae-v2.0.0 にこの PR 貼るぐらいでは.
これはしたいね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ではこの PR がマージされたらリンクは貼っておきます
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ae-v2.0.0 のリリースノートの修正だけお願いします
|
概要
ut-issl/c2a-enum-loader を吸収合併します
Issue
詳細
git merge -s ours
して ut-issl/c2a-enum-loader を commit history 毎吸収合併しました.また,
enum-loader/.github
以下のファイルは不要なので削除: 3c0a55dc2aenum
を切り替え: 9b38a88rye lock
: f5cce39を追加で実施しました
検証結果
pytest CI が通ればよし
影響範囲
c2a-enum-loader
の管理が c2a-core リポジトリに移る補足
#100 で書いたように,
rye lock
で絶対パスでの参照が生成されてしまっているが,これは一旦許容する(ローカルでも CI 上でも,pytest の手順としてはrye sync
を前提としており,lockfile は現状参考程度のものでしかないため)