Conversation
|
Client artifacts: |
Signed-off-by: Dan Kelosky <14940561+dkelosky@users.noreply.github.com>
zFernand0
left a comment
There was a problem hiding this comment.
Changes MSTM! 😋
Does it make sense to rebase this PR against the main branch?
If we do, there are some changes required in native/c/zdstype.h 😢
Anyways, not that you have to use the terminal, but in case you do... 😋
git checkout main
git pull
git branch -D date-parse-syslog
git checkout -b date-parse-syslog
git cherry-pick 56d841bb58a96e320e66ec0cd5588a044d52e545
# resolve merge conflict - accept incoming changes
git commit -as
git cherry-pick e56a2805c7f38e11804742cdcbe0df1c212113de
git push -fAlso, I'm trying to test with examples/metal/demometal.c but no luck 😢
Thus why I opened #898
Co-authored-by: Trae Yelovich <trae.yelovich@broadcom.com> Signed-off-by: Dan Kelosky <14940561+dkelosky@users.noreply.github.com>
…ve-proto into date-parse-syslog
Signed-off-by: Dan Kelosky <14940561+dkelosky@users.noreply.github.com>
|
This PR is into @plavjanik branch, so we'll plan to sync with |


What It Does
How to Test
Review Checklist
I certify that I have:
Additional Comments