-
Notifications
You must be signed in to change notification settings - Fork 194
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
Removed subdevice parameter in device wrappers implementations #3011
Merged
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
randaz81
had a problem deploying
to
code-analysis
August 30, 2023 16:02 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
August 30, 2023 16:02 — with
GitHub Actions
Failure
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in |
randaz81
had a problem deploying
to
code-analysis
August 30, 2023 20:36 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
August 30, 2023 20:36 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
August 31, 2023 08:17 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
August 31, 2023 08:17 — with
GitHub Actions
Failure
randaz81
force-pushed
the
master
branch
3 times, most recently
from
November 30, 2023 12:46
71900d2
to
ead1caf
Compare
randaz81
changed the title
Removed subdevice parameter
Removed subdevice parameter in device wrappers implementations
Feb 5, 2024
…oved from all yarp wrapper devices. It will be reintroduced at a different level shared by all devices.
randaz81
force-pushed
the
subdevice_removed
branch
from
February 5, 2024 22:26
63f078c
to
994722a
Compare
randaz81
had a problem deploying
to
code-analysis
February 5, 2024 22:28 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 5, 2024 22:28 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 5, 2024 22:28 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 10:53 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 10:53 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 10:53 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 16:15 — with
GitHub Actions
Failure
randaz81
temporarily deployed
to
code-analysis
February 6, 2024 16:15 — with
GitHub Actions
Inactive
randaz81
temporarily deployed
to
code-analysis
February 6, 2024 16:15 — with
GitHub Actions
Inactive
randaz81
force-pushed
the
subdevice_removed
branch
from
February 6, 2024 16:16
edc5d44
to
64b8066
Compare
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 16:17 — with
GitHub Actions
Failure
randaz81
temporarily deployed
to
code-analysis
February 6, 2024 16:17 — with
GitHub Actions
Inactive
randaz81
temporarily deployed
to
code-analysis
February 6, 2024 16:17 — with
GitHub Actions
Inactive
randaz81
force-pushed
the
subdevice_removed
branch
from
February 6, 2024 16:27
2965e67
to
6f96e34
Compare
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 16:42 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 6, 2024 16:42 — with
GitHub Actions
Failure
randaz81
temporarily deployed
to
code-analysis
February 6, 2024 16:42 — with
GitHub Actions
Inactive
Quality Gate failedFailed conditions 29.7% Coverage on New Code (required ≥ 80%) |
randaz81
had a problem deploying
to
code-analysis
February 7, 2024 13:41 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 7, 2024 13:41 — with
GitHub Actions
Failure
randaz81
had a problem deploying
to
code-analysis
February 7, 2024 13:41 — with
GitHub Actions
Failure
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.
The individual implementations of the parameter
subdevice
have been removed from all yarp wrapper devices.Depends on #3079
Discussed in details in #3078