Page MenuHomePhabricator

[chronik-client] Setup scripts should have yield False on last steps
AbandonedPublic

Authored by bytesofman on Jan 30 2024, 22:51.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

yield False for the last step. This makes the setup to raise an error if this is unexpected and ensure both TS and python are in sync

Test Plan

Leave it to CI or check D14915 for local building and testing steps

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cc-yield-false-end
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26771
Build 53110: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang
Build 53109: arc lint + arc unit

Event Timeline

Fabien added a subscriber: Fabien.

Not sure where this was lost in the process, but apparently it's on me

This revision is now accepted and ready to land.Jan 31 2024, 08:57
Fabien requested changes to this revision.Jan 31 2024, 09:47

Not sure where this was lost in the process, but apparently it's on me

Indeed I used the iteration exception instead of the return value in my final design and forgot about it. Sorry for the noise, you can abandon the diff.

This revision now requires changes to proceed.Jan 31 2024, 09:47