-
Notifications
You must be signed in to change notification settings - Fork 1
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
backend/auto_operation以下の構造を整理 #196
Conversation
#193 とコンフリクトしそう |
|
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.
2点あります!
1点はnits(変更希望だけど再レビュー依頼までは不要な変更)な変更です。
もう1点はshouldな変更です。
- 変更箇所1(nits)
backend/auto_operation/README.md
内にauto_operation/central_controller/State.py
という記述が残っています。誤解を生まないためにも変更先のパスに修正していただけると嬉しいです。 - 変更箇所2 (should)
自動生成コードの生成コマンドが置いてあるところの修正をお願いしたいです。
場所はbackend/Makefile
です。ats_python
の部分で使用しているcd
コマンドの場所を変えていただければコードの自動生成もうまくいきます!
以上です。初回の変更依頼ですので修正が終わったら僕あてに Re-request review を出していただけると嬉しいです!
…ueckoken/plarail2022 into plarailers/fix-folder-structure
レビューありがとうございます! Re-request 出しました |
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.
修正ありがとうございます!あともう一歩です。
僕が変なタイミングでコミットしてしまったので見にくいのですが、コードを自動生成するジョブが落ちています。 ( https://github.com/ueckoken/plarail2022/actions/runs/3410852945/jobs/5674318945 )
この原因はbackend/auto_operation/protoc-gen.sh
のパス指定を修正すると直りそうです。
あっ、コード検索で出てこないの罠でした…… |
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です。
マージします~ |
内容
backend/auto_operation/visualizer
をdebug/auto_operation_visualizer
に移動しましたbackend/auto_operation/central_controller
をbackend/auto_operation
に移動しました.DS_Store
を消しました関連 issue
Close #185
#183 ?