diff options
| author | Wladimir J. van der Laan <[email protected]> | 2020-07-02 16:02:09 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-07-02 16:10:49 +0200 |
| commit | 7173a3c73ba939b8eb59b01cca604fe67e25ebb5 (patch) | |
| tree | 0156aec894f5b2aea91fb5753458c8a59110c99b /src/script/script_error.cpp | |
| parent | Merge #19427: ci: Run all tests on native mac again (diff) | |
| parent | Enable Wswitch for OutputType (diff) | |
| download | discoin-7173a3c73ba939b8eb59b01cca604fe67e25ebb5.tar.xz discoin-7173a3c73ba939b8eb59b01cca604fe67e25ebb5.zip | |
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
fa927ff884ae373c676deed63180a8d238872cdc Enable Wswitch for OutputType (MarcoFalke)
faddad71f648ed99734f4f8811bd4bc7232ca670 Remove confusing OutputType::CHANGE_AUTO (MarcoFalke)
fa2eb383522249a5f4d48726c520cec5de496614 interfaces: Remove unused getDefaultChangeType (MarcoFalke)
Pull request description:
`OutputType::CHANGE_AUTO` is problematic for several reasons:
* An output that is not change must never be described by `CHANGE_AUTO`. Simply allowing that option makes the code confusing and review harder than it needs to be.
* To make review even harder, `CHANGE_AUTO` requires `-Wswitch` to be disabled for `OutputType`
Fix both issues by removing `CHANGE_AUTO` and then enabling `-Wswitch` for `OutputType`
ACKs for top commit:
promag:
Code review ACK fa927ff884ae373c676deed63180a8d238872cdc.
laanwj:
Code review ACK fa927ff884ae373c676deed63180a8d238872cdc
Tree-SHA512: 24fd809757aa343866c94dafe9a7130b50cda4f77c97666d407f99b813f75b115a7d8e688a6bc2a737e87cba64ddd4e43f2b3c5538fd35fabb5845807bb39134
Diffstat (limited to 'src/script/script_error.cpp')
0 files changed, 0 insertions, 0 deletions