-
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
Refactor driver directory structure #122
Conversation
0676030
to
116117b
Compare
116117b
to
931cb3f
Compare
@meltingrabbit Driver 周りの改修,まずはここからやりたいです |
user/drivers と core/drivers を両方この1PRでやるということ? userの変更PRは別,という今までの流れだということならOK. |
example user に対する変更は #124 です |
OK |
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.
よいのではないだろうか?
マージタイミングは
#124
と揃えてほしいのでそのタイミングでapproveします
というdocsもちょっと修正してほしい |
まあ,別のPRでやるか |
Docs\Driver\overview.md |
Docs\Tips\parameter_settings.md |
OKそう |
概要
C2A core/user の
Drivers
ディレクトリの構造をリファクタするIssue
詳細
src_core/Drivers/Protocol
とsrc_core/Drivers/Super
が分割されている意味が無いので,一つのディレクトリにまとめる: 歪なディレクトリ構造を修正する #28 (comment)src_core/Drivers
にはDriver
の実装は存在していないため,複数形なのはおかしい検証結果
#124 で CI が通ればよし
影響範囲
c2a-core/Drivers
内のディレクトリ分割がなくなるsrc_core/Drivers
,src_user/Drivers
がsrc_core/driver
,src_user/driver
になる