-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error Code (In progress) #23
Draft
amarts
wants to merge
24
commits into
gmaster
Choose a base branch
from
issue_280
base: gmaster
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
Change-Id: Iaa236ce1dbce4365e43897101d867098109ce347 Signed-off-by: Amar Tumballi <amar@kadalu.io>
``` git grep -l -e 'int32_t[ ]*op_ret' | xargs sed -i -e 's/[u]*int32_t\([ ]*\)op_ret/gf_return_t\1op_ret/g' git grep -l -e 'int[ ]*op_ret' | xargs sed -i -e 's/int\([ ]*\)op_ret/gf_return_t\1op_ret/g' DRY_RUN=1 ./rfc.sh # to run the clang-format on all changed files git commit ``` This patch is not compilable by itself, need to be merged along with other following fixes. Made as a single patch to avoid human check. Change-Id: Ib5e25f1d3fa88077de74a3606d79c61c134f82cf Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I5462725f5ba702781305cf2652d68193df74ef66 Signed-off-by: Amar Tumballi <amar@kadalu.io>
introduce a global variable 'gf_failure' which can be used for all generic failures. Change-Id: Ica732f464d05b5d2704d061658bc7404e301748b Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I94fb5178332ed9cee0c370cc6b63c32a78bdecc4 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I89e3ec2ecb3aa33a86ea96d4077dbe3206551c89 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I2b09cda0ef290b4ba970fb7858d7efaf2e8264ab Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I6646f932ed84b0a1e985125a916d32c8f07f625b Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I25e1e3e7dd513ac324c40e777c06f29c820e5d91 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: Id320e156a5550998bf75844d9ede9d18b4c9d830 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I63b15901787097373ef408be11befbfb3333374f Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: Ibb28c249b80aeddf42d64fef7f44d1e90146cbdf Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I32a9fe11fef019f2b94ddf86a3ca5854d3831825 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I4f7dc1490b928f77a00939f26ae777e001bb672d Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: Id92d341177dae7ccd587a25187c60293c25560ef Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I474bc957884bc69acaf21b8861ad372845c9f092 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I40a35403b56b5e5c294c927c73418059629bafdc Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I8881133b22dd22be2391976ea954354238f84731 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I329c666c14222968babf04f5ad774f907098c0b0 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: Ib56bd92f675f708729d69b05beca05184068c9bf Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: Iac764320109b294905fc8081d109c3a80ca2a2ed Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I34de2b5da56af06b18141c50f5bae786e88f2e4f Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I7de6e071ae04674f974a58519dc2e4cef5f4bbd5 Signed-off-by: Amar Tumballi <amar@kadalu.io>
Change-Id: I6a82398201de724c96aebb6d30264e07c266d98b Signed-off-by: Amar Tumballi <amar@kadalu.io>
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.
No description provided.