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

[Refactor] Introduce extract functions #391

Merged
merged 6 commits into from
Aug 10, 2022
Merged

[Refactor] Introduce extract functions #391

merged 6 commits into from
Aug 10, 2022

Conversation

outcatcher
Copy link
Contributor

What this PR does / why we need it

Using extract functions allows to avoid using Result
structure and its derivatives

Which issue this PR fixes

Part of #389

Special notes for your reviewer

This is what I was talking about in comments of #389 and in #381 and #384 discussions
Also, if unit tests are required, I will provide them later today

Using extract functions allows to avoid using `Result`
structure and its derivatives
@outcatcher
Copy link
Contributor Author

outcatcher commented Aug 10, 2022

Actually, I wonder if this really required or json.Marshall/Unmarshall is sufficient

artem-lifshits
artem-lifshits previously approved these changes Aug 10, 2022
Aloento
Aloento previously approved these changes Aug 10, 2022
@Aloento Aloento added gate Merge PR and removed gate Merge PR labels Aug 10, 2022
@Aloento Aloento dismissed stale reviews from artem-lifshits and themself via e9884af August 10, 2022 10:41
Aloento
Aloento previously approved these changes Aug 10, 2022
@Aloento Aloento added enhancement New feature or request gate Merge PR and removed gate Merge PR labels Aug 10, 2022
@outcatcher outcatcher marked this pull request as draft August 10, 2022 14:29
artem-lifshits
artem-lifshits previously approved these changes Aug 10, 2022
@Aloento Aloento marked this pull request as ready for review August 10, 2022 16:29
Update golangci-lint rules allowing deprecations
Aloento
Aloento previously approved these changes Aug 10, 2022
@outcatcher outcatcher added the gate Merge PR label Aug 10, 2022
@Aloento Aloento added gate Merge PR and removed gate Merge PR labels Aug 10, 2022
@otc-zuul
Copy link
Contributor

otc-zuul bot commented Aug 10, 2022

Build succeeded.
https://zuul.otc-service.com/t/eco/buildset/005192fefd62467b85ffa98b25e040ce

✔️ otc-golangci-lint SUCCESS in 2m 15s
✔️ golang-make-vet SUCCESS in 1m 54s
✔️ golang-make-test SUCCESS in 2m 27s
✔️ golang-make-functional SUCCESS in 6m 26s

@otc-zuul otc-zuul bot merged commit e92c6cf into devel Aug 10, 2022
@otc-zuul otc-zuul bot deleted the extract-functions branch August 10, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants