This is one more step for consistent usage of bilingual_str
.
No new translation messages are defined.
This is one more step for consistent usage of bilingual_str
.
No new translation messages are defined.
12
13-static Mutex g_warnings_mutex;
14-static std::string strMiscWarning GUARDED_BY(g_warnings_mutex);
15+#include <vector>
16+
17+static Mutex g_warnings_mutex;;
0static Mutex g_warnings_mutex;
Updated 45cb61a835711df350ebee6a8ebddb8dc23ab47d -> ddafc58af052741d916a242c4a7df16e468efbdd (pr19233.01 -> pr19233.02, diff):
;
54
55 // Pre-release build warning
56 if (!CLIENT_VERSION_IS_RELEASE) {
57- warnings_concise = "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications";
58- warnings_verbose = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications").translated;
59+ warnings_concise = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications.");
Updated ddafc58af052741d916a242c4a7df16e468efbdd -> d49612f98add29066817b7c808b76c2d728948e5 (pr19233.02 -> pr19233.03, diff):
why change the translation?
GetWarnings
wasn’t one of the first things changed to this paradigm.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
tested with
0LC_ALL=de_DE.UTF-8 QT_QPA_PLATFORM=minimal BITCOIND=bitcoin-qt ./test/functional/feature_versionbits_warning.py -l DEBUG --tracerpc
failed with
0<-25- [0.000599] {"blocks": 578, "currentblockweight": 4000, "currentblocktx": 0, "difficulty": "4.656542373906925E-10", "networkhashps": 12, "pooledtx": 0, "chain": "regtest", "warnings": "Warnung: Unbekannte neue Regeln aktiviert (Versionsbit 27)"}
12020-06-10T13:49:59.737000Z TestFramework (ERROR): Assertion failed
2Traceback (most recent call last):
3 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/test_framework.py", line 119, in main
4 self.run_test()
5 File "./test/functional/feature_versionbits_warning.py", line 98, in run_test
6 assert WARN_UNKNOWN_RULES_ACTIVE in node.getmininginfo()["warnings"]
7AssertionError
ACK d49612f98add29066817b7c808b76c2d728948e5 🌂
Signature:
0-----BEGIN PGP SIGNED MESSAGE-----
1Hash: SHA512
2
3ACK d49612f98add29066817b7c808b76c2d728948e5 🌂
4-----BEGIN PGP SIGNATURE-----
5
6iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
7pUh4nwv+IFYF1/2XoeTK/sL9efCjqADnR3EFMgDVjfrQwcNWPDfxRE8H4iZ6cX2X
8FDTGKNrtTKQmyRaPiYIfDIOkrbeJhOmySwwAw9Xu2VVqG5wzZ514aanawaUVUplg
9CZc6yQ5If39j6uLGcdJqgeNd0rxfpsdMiLgPMvJ9Ypj3GN31AvGH1psPZcdUlCwV
10uMzQJyrD9Be5OSwT3ysg6pvVEIDWzySzBSyvdECLkDtxeSFWoCYOwSp/42i2rQCt
11GkxTwr1fvOAbUbiJSvd0FzgUNszb1wtKujAmDNZUmEjYNYWKAEQYwrgzxKEbuCaL
12aONEn/UOm6nwpUm2D+h73zGPk9du1TU7iUbbN/iaJyJToq7i+ZElwaIQXzqXIgwx
13TKt/5qq3UKvDOPNXDbrCBjxBUu66AvqktmfnUXUiL9wTSxClii1fHuOrATOnoMMt
141FWTIylffIVsF10GHaUvUNVUN0WaMFxoRmAj6WJIML4cw/DGpgo3mFWIhPNu9s8a
15CVh78fr0
16=BUAL
17-----END PGP SIGNATURE-----
Timestamp of file with hash dc976d1ef749013b37bb9e53e592084eef4fed150188607acf86340ed873f7e0 -
hebasto
MarcoFalke
laanwj
DrahtBot
Labels
Refactoring