Skip to content
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

fix: return the updated credential from process_credential() #9

Merged
merged 13 commits into from
Dec 18, 2023

Conversation

bvoiturier
Copy link

@bvoiturier bvoiturier commented Dec 14, 2023

The method process_credential gets its parameters with pass-by-reference. It can change their values, so we need to handle this case for the other programming languages (Kotlin, Swift, Scala).

Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
@hamada147 hamada147 added the bug Something isn't working label Dec 14, 2023
Signed-off-by: Ahmed Moussa <[email protected]>
Copy link

@FabioPinheiro FabioPinheiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM I will do a relasse to test

@FabioPinheiro FabioPinheiro merged commit 23f389e into main Dec 18, 2023
2 checks passed
goncalo-frade-iohk pushed a commit that referenced this pull request Dec 18, 2023
fix: return the updated credential from process_credential()

Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Ahmed Moussa <[email protected]>
Co-authored-by: Ahmed Moussa <[email protected]>
Signed-off-by: goncalo-frade-iohk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants