-
Notifications
You must be signed in to change notification settings - Fork 712
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
sdbus-c++: upgrade 0.7.6 -> 0.8.1 #178
Closed
sangelovic
wants to merge
1
commit into
openembedded:master
from
Kistler-Group:feat/increase-sdbus-c++-version-to-v0.8.1
Closed
sdbus-c++: upgrade 0.7.6 -> 0.8.1 #178
sangelovic
wants to merge
1
commit into
openembedded:master
from
Kistler-Group:feat/increase-sdbus-c++-version-to-v0.8.1
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
See full changelog at https://github.com/Kistler-Group/sdbus-cpp/blob/v0.8.1/ChangeLog Signed-off-by: Stanislav Angelovic <[email protected]>
Hi Khem, any chance to merge this soon? :-) New version contains an important bugfix, several improvements and a new feature. Would be very glad to get it to master. Thanks :-) |
always check master-next branch, if it's staged in master-next then it is in the queue. |
merged with bb253b2 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 27, 2022
Changelog: =========== * add data descriptions: '.nbytes', '.padbits', '.readonly' * allow optional 'endian' argument to be 'None' when creating bitarrays * fix type annotation for 'canonical_decode()', openembedded#178 * frozenbitarray's padbits are now guaranteed to be zero * add tests Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 3, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 5, 2022
Changelog: ========== - Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185 - Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix openembedded#179: typo in wildcard routes section of README - Fix openembedded#180: minor typo in file and directory names in documentation - Fix openembedded#183: casting in IPC code hides error handling of recv() - Fix openembedded#186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix openembedded#187: strange behavior joining/leaving the same group - Fix openembedded#192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jan 28, 2023
Changelog: ========== - Add smcroutectl batch support, issue #189. Based on the IPC support added in issue #185 - Fix #178: invalid systemd daemon type Simple/Notify vs simple/notify - Fix #179: typo in wildcard routes section of README - Fix #180: minor typo in file and directory names in documentation - Fix #183: casting in IPC code hides error handling of recv() - Fix #186: NULL pointer dereference in utimensat() replacement function. Found accidentally by Alexey Smirnov. Only triggered on systems that don't have a native utimensat() in their C-library, or if you try to build SMCRoute without using its own build system ... - Fix #187: strange behavior joining/leaving the same group - Fix #192: typo in README Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit abc5011) Signed-off-by: Armin Kuster <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 17, 2023
0.21.1 - Output a proper error message when an invalid asyncio_mode is selected. - Extend warning message about unclosed event loops with additional possible cause. openembedded#531 - Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result. 0.21.0 - Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer. - pytest-asyncio cleans up any stale event loops when setting up and tearing down the event_loop fixture. This behavior has been deprecated and pytest-asyncio emits a DeprecationWarning when tearing down the event_loop fixture and current event loop has not been closed. 0.18.2 (22-03-03) - Fix asyncio auto mode not marking static methods. openembedded#295 - Fix a compatibility issue with Hypothesis 6.39.0. openembedded#302 0.18.1 (22-02-10) - Fixes a regression that prevented async fixtures from working in synchronous tests. openembedded#286 0.18.0 (22-02-07) - Raise a warning if @pytest.mark.asyncio is applied to non-async function. openembedded#275 - Support parametrized event_loop fixture. openembedded#278 0.17.2 (22-01-17) - Require typing-extensions on Python<3.8 only. openembedded#269 - Fix a regression in tests collection introduced by 0.17.1, the plugin works fine with non-python tests again. openembedded#267 0.17.1 (22-01-16) - Fixes a bug that prevents async Hypothesis tests from working without explicit asyncio marker when --asyncio-mode=auto is set. openembedded#258 - Fixed a bug that closes the default event loop if the loop doesn't exist openembedded#257 - Added type annotations. 0.17.0 (22-01-13) - [pytest-asyncio]{.title-ref} no longer alters existing event loop policies. openembedded#168, openembedded#188 - Drop support for Python 3.6 - Fixed an issue when pytest-asyncio was used in combination with [flaky]{.title-ref} or inherited asynchronous Hypothesis tests. openembedded#178 openembedded#231 - Added flaky to test dependencies - Added unused_udp_port and unused_udp_port_factory fixtures (similar to unused_tcp_port and unused_tcp_port_factory counterparts. openembedded#99 - Added the plugin modes: strict, auto, and legacy. See documentation for details. openembedded#125 - Correctly process KeyboardInterrupt during async fixture setup phase openembedded#219 License-Update: whitespace Signed-off-by: Justin Bronder <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 6, 2023
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 6, 2023
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 6, 2023
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 7, 2023
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 7, 2023
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
See full changelog at https://github.com/Kistler-Group/sdbus-cpp/blob/v0.8.1/ChangeLog
Signed-off-by: Stanislav Angelovic [email protected]