-
Notifications
You must be signed in to change notification settings - Fork 3k
Replace uses of ArrayView with mbed::Span #10659
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
Conversation
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.
The change looks good. Thanks @LDong-Arm
.../FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_SOFTDEVICE/TARGET_NRF51/source/nRF5xGap.cpp
Outdated
Show resolved
Hide resolved
@LDong-Arm, thank you for your changes. |
39bf7bd
to
2baa3c9
Compare
2baa3c9
to
37d13d9
Compare
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.
Provided that the changes are covered by some tests it LGTM.
The platform API mbed::Span provides the same features as ArrayView.
All use of ArrayView within mbed-os have been removed, and it is not a public API.
37d13d9
to
7426a8a
Compare
@0xc0170 What's missing for this PR to be tested ? |
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.
tested, merge
We will schedule CI once rc3 is out, all needs: CI should get in |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Lots of random failures over the weekend. Restarting CI. |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
CI restarted after smart tester fixes |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Looking into the artifacts, there seems to be greentea failures on |
The All
(I removed the |
Description
The public API Span provides the same features as ArrayView (internal to BLE). There's no point to maintain the latter.
Pull request type
Reviewers
@pan- @paul-szczepanek-arm