patch-01: remove the Qt GUI (bitcoin-qt)#1
Merged
Conversation
Accept fork_*.py as a functional-test naming prefix so every patch in the series can ship its contract tests under the fork_ namespace (FORK_WORKFLOW.md §2.6). Also bootstraps patches/SERIES.md. Spec and invariants: patches/00-fork-conventions/SPEC.md Contract test: test/functional/fork_conventions.py
Delete the GUI entirely: src/qt/ and its test suite, GUI build options (BUILD_GUI, BUILD_GUI_TESTS, WITH_QRENCODE, WITH_DBUS), Qt/qrencode/X11 depends packages, macdeploy tooling, translation tooling, GUI CI configuration, and documentation references. Spec and invariants: patches/01-remove-gui/SPEC.md Contract test: test/functional/fork_no_gui.py Provenance: re-created from 2140-dev#4 on base bc33509 (patches/01-remove-gui/notes/provenance.md)
1ab8c04 to
2c6922e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Delete the GUI entirely: src/qt/ and its test suite, GUI build options (BUILD_GUI, BUILD_GUI_TESTS, WITH_QRENCODE, WITH_DBUS), Qt/qrencode/X11 depends packages, macdeploy tooling, translation tooling, GUI CI configuration, and documentation references.
Spec and invariants: patches/01-remove-gui/SPEC.md
Contract test: test/functional/fork_no_gui.py
Provenance: re-created from 2140-dev#4 on base bc33509 (patches/01-remove-gui/notes/provenance.md)