Page MenuHomePhabricator

Refactor ParseScript logic to remove `else` conditions
ClosedPublic

Authored by deadalnix on Apr 16 2018, 20:57.

Details

Summary

This makes the code easier to understand by unclumping the logic of the parsing and using C++11 style loops.

Depends on D1290

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
parsescriptnits
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2324
Build 2785: Bitcoin ABC Buildbot (legacy)
Build 2784: arc lint + arc unit

Event Timeline

schancel retitled this revision from Explicit the logic in ParseScript to Refactor ParseScript logic to remove `else` conditions.Apr 16 2018, 22:41
This revision is now accepted and ready to land.Apr 16 2018, 22:44
This revision was automatically updated to reflect the committed changes.