Closed
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
Greptile OverviewGreptile SummaryAdded mypy type checking to CI pipeline that runs in parallel with other tests using the ros-dev container with ROS Humble type stubs.
Confidence Score: 3/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant CC as check-changes
participant ROS as ros-dev build
participant Tests as run-ros-tests
participant MyPy as run-mypy
GH->>CC: Trigger on push/PR
CC->>CC: Filter changed paths
CC->>CC: Determine branch tag
CC->>ROS: Build ros-dev image (if needed)
ROS->>Tests: Image ready/skipped
ROS->>MyPy: Image ready/skipped
par Parallel execution
Tests->>Tests: Run pytest with ROS tests
MyPy->>MyPy: Set MYPYPATH to ROS packages
MyPy->>MyPy: Execute mypy type checking on dimos/
end
Tests-->>GH: Test results
MyPy-->>GH: Type check results
|
c59f61c to
8752676
Compare
Contributor
Author
|
Closed. Replaced with #805 . |
paul-nechifor
added a commit
that referenced
this pull request
Dec 8, 2025
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it.
leshy
pushed a commit
that referenced
this pull request
Jan 5, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it.
spomichter
pushed a commit
that referenced
this pull request
Jan 8, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: 4d545ec
spomichter
pushed a commit
that referenced
this pull request
Jan 8, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: 2fe9911
spomichter
pushed a commit
that referenced
this pull request
Jan 8, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: ee6c22c [formerly 2fe9911] Former-commit-id: 3ff17ec
spomichter
pushed a commit
that referenced
this pull request
Jan 8, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: ee6c22c [formerly 2fe9911] Former-commit-id: 3ff17ec
paul-nechifor
added a commit
that referenced
this pull request
Jan 8, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: 810f970 [formerly 4d545ec] Former-commit-id: 478413b
jeff-hykin
pushed a commit
that referenced
this pull request
Jan 9, 2026
* This PR uses Python 3.10 and ROS Humble to run the mypy checks. * The previous PR, #790, now closed, used Python 3.12 and ROS Jazzy. * Added a convenience script to run mypy through docker so that you get the same output as GitHub: ```bash ./bin/mypy-ros ``` * **NOTE:** the above script builds the docker images. It takes a long while the first time you run it. Former-commit-id: 065dffe [formerly 4d545ec] Former-commit-id: 478413b
This file contains hidden or 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
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.
No description provided.