forked from n-ando/OpenRTM-aist-Python
-
Notifications
You must be signed in to change notification settings - Fork 7
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
masterブランチの修正をRELENG_2_0ブランチに取り込む #272
Merged
Nobu19800
merged 16 commits into
OpenRTM:RELENG_2_0
from
n-kawauchi:merge_from_master_to_RELENG20
Apr 21, 2022
Merged
masterブランチの修正をRELENG_2_0ブランチに取り込む #272
Nobu19800
merged 16 commits into
OpenRTM:RELENG_2_0
from
n-kawauchi:merge_from_master_to_RELENG20
Apr 21, 2022
Conversation
This file contains 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
n-kawauchi
force-pushed
the
merge_from_master_to_RELENG20
branch
from
March 9, 2022 04:37
60f854c
to
ebebcb7
Compare
Nobu19800
approved these changes
Apr 21, 2022
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.
close #267
Identify the Bug
Link to #267
Description of the Change
HTTPTransportの追加 #252 : 0135bfe
ポート接続時の相手のポートと既に接続済みかを確認するときに、相手のポートのプロファイルを取得していた部分を修正 #260 : c9b5fa5
モジュールロード失敗時のエラーメッセージ出力にSystem loggerを使わないようにする #262 : 5ffb9c7
静的解析用のワークフローファイル、Dockerファイル追加 #265 : e64eba7 efb16ab 72dfc2f d582a01 577bfb 4dfa19d b6f0974
変数名の間違い、モジュールのimport漏れ、関数の多重定義、比較演算子の警告、エラー修正 #264 : 8350844 171729e 4df2a34
SimpleIOのConnector.pyのprint文を削除 #270 : 84b7163
ネームサーバー接続失敗時、オブジェクト取得時のエラーメッセージを出力しないようにする #269 : 0cfa57e 390576c
Verification