-
Notifications
You must be signed in to change notification settings - Fork 3k
Nanostack libservice #4235
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
Nanostack libservice #4235
Conversation
…from commit 67affc61b git-subtree-dir: features/FEATURE_COMMON_PAL/nanostack-libservice git-subtree-split: 67affc61b209786b745afc3026e76dec6aa94fd2
…FEATURE_COMMON_PAL/nanostack-libservice'
@adbridge This shall be run through the release script, to make it work ! |
@SeppoTakalo just to be certain, looking at the changes, this shall go to the next minor? |
Yes. |
/morph test-nightly |
Oh.. actually.. this can go to patch release, not minor. My bad, sorry. There is no API changes, but deprecated old APIs have been removed. |
@SeppoTakalo As far as I know, we remove deprecated stuff in 5.*.0 releases. |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
Looks like there's a missing definition of the function |
Argh.. Actually, looks like this is a binary break. Looks like we need to rework this and probably provide both, new and old API and deprecate them later. |
@SeppoTakalo What's your plan here? Should we expect this PR to be updated? or are you going to submit another one? |
…from 67affc61b..6444c8a4f 6444c8a4f Restore common_count_leading_zeros definition git-subtree-dir: features/FEATURE_COMMON_PAL/nanostack-libservice git-subtree-split: 6444c8a4f23dfe6d9b28014c78b41812879898b9
…k-libservice * commit '1d3c49a408faa231d18d83fb03c65425cf22c507': Squashed 'features/FEATURE_COMMON_PAL/nanostack-libservice/' changes from 67affc61b..6444c8a4f
Sorry for the long delay, this task has not been on my backlog. Pulled in latest change from libservice that restores the backward compatibility of |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
This cannot be patched across to 5.4 due to the large merge commit, relabeling this for 5.5 |
The merge visible on master is just a subtree maintenance artifact, and isn't a factor for patching - the commit could be cherry-picked fine using But I agree that it's for 5.5, as per previous discussion. |
Description
NOTE: Added as a git-subtree, this should be merged, not cherry-picked
Status
READY
Related PRs