Skip to content

Conversation

laanwj
Copy link
Member

@laanwj laanwj commented Dec 6, 2019

Last update was in 2017.
Updates tinyformat to upstream commit c42f/tinyformat@705e3f4.
Re-apply (and mark) bitcoin core specific changes.

No changes that affect our use, as far as I can see, but this gets rid of the gcc -Wimplicit-fallthrough warnings, at least.

Last update was in 2017.
Updates tinyformat to upstream commit 705e3f4e1de922069bf715746d35bd2364b1f98f.
Re-apply bitcoin core specific changes.

No changes that affect our use, as far as I can see, but this gets rid
of the gcc `-Wimplicit-fallthrough` warnings, at least.
@practicalswift
Copy link
Contributor

Concept ACK

1 similar comment
@jonatack
Copy link
Member

jonatack commented Dec 9, 2019

Concept ACK

@maflcko
Copy link
Member

maflcko commented Dec 9, 2019

ACK 978b255, extracted our patches based on the last update, did the update to v2.3.0 myself and re-applied the patches. Only diff is NULL/nullptr and explicit 🔝

Show signature and timestamp

Signature:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

ACK 978b25528c5f336e0aade73bd1b320500f257f70, extracted our patches based on the last update, did the update to v2.3.0 myself and re-applied the patches. Only diff is NULL/nullptr and explicit 🔝
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUgu0AwAidtHOWvDh7ib2RFjgZmeeVyCcvFHRDTMXoswKLHKa7saZ+NbtknOmh9G
fvcXNmLtf58q/+5t33UNmTUirM3Kc9souyxupj1m9EnvShN6id5Z0gJ8SHwN1ewU
d31rJrmCYBtf+fwS2kBl39y/3NDP6gsZTlWJfGXK9Fv0CaWaksRA/gwSZjuC9Zm2
vKrx2PyAgiq8aF82A74lz7pDisBtY/YKw9qkQW43kB/SrT3YY3N5yZwPlk0Za37e
shIOxLI5L0Kj3/+z3+ZvmmE/viFqXH/L2AnCFACYQUgSGtfL63L4ayL0U/mUma1L
/CqcbduqijYExWXg5seLc3kVlJz0VVKmlS5deubVmHproHWDOqEGbrBSv3tQ/nnT
qpMz58VTY0AuLHeo9+KcEXkmvm6mPkQqTG/gAFEs9X2NBSJl/uTXuah5w5/UTMOH
NwaxlFVDPO6o2yM101zrmZRrGcUaxOGfkHfqOVBlOQspBb6VDpnQMd8qoBtfdi/U
h0moYZV4
=0r3w
-----END PGP SIGNATURE-----

Timestamp of file with hash 36155dd25f3a6af9194eab9b27bf6eda0ef37f59753d0687ea73d0ae20e9b02e -

maflcko pushed a commit that referenced this pull request Dec 9, 2019
978b255 util: Update tinyformat to upstream (Wladimir J. van der Laan)

Pull request description:

  Last update was in 2017.
  Updates tinyformat to upstream commit  c42f/tinyformat@705e3f4.
  Re-apply (and mark) bitcoin core specific changes.

  No changes that affect our use, as far as I can see, but this gets rid of the gcc `-Wimplicit-fallthrough` warnings, at least.

ACKs for top commit:
  MarcoFalke:
    ACK 978b255, extracted our patches based on the last update, did the update to v2.3.0 myself and re-applied the patches. Only diff is NULL/nullptr and explicit 🔝

Tree-SHA512: 2ba09e1095878d088520f379d545b40c7286ef199ecbbc17fdd5c85bca447d9b0c7a1829d4038bb6d432cd1ff92ad7bba75c0f2f96c71aeb6fa6031002f1ea1d
@maflcko maflcko merged commit 978b255 into bitcoin:master Dec 9, 2019
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Dec 9, 2019
978b255 util: Update tinyformat to upstream (Wladimir J. van der Laan)

Pull request description:

  Last update was in 2017.
  Updates tinyformat to upstream commit  c42f/tinyformat@705e3f4.
  Re-apply (and mark) bitcoin core specific changes.

  No changes that affect our use, as far as I can see, but this gets rid of the gcc `-Wimplicit-fallthrough` warnings, at least.

ACKs for top commit:
  MarcoFalke:
    ACK 978b255, extracted our patches based on the last update, did the update to v2.3.0 myself and re-applied the patches. Only diff is NULL/nullptr and explicit 🔝

Tree-SHA512: 2ba09e1095878d088520f379d545b40c7286ef199ecbbc17fdd5c85bca447d9b0c7a1829d4038bb6d432cd1ff92ad7bba75c0f2f96c71aeb6fa6031002f1ea1d
@laanwj
Copy link
Member Author

laanwj commented Dec 10, 2019

Only diff is NULL/nullptr and explicit

I didn't notice. But I think we should avoid carrying these kind of (non core specific, non critical) changes locally.

jasonbcox pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Nov 9, 2020
Summary:
> Last update was in 2017.
> Updates tinyformat to upstream commit 705e3f4e1de922069bf715746d35bd2364b1f98f.
> Re-apply bitcoin specific changes.
> No changes that affect our use, as far as I can see, but this gets rid
> of the gcc `-Wimplicit-fallthrough` warnings, at least.

This is a backport of Core [[bitcoin/bitcoin#17682 | PR17682]]

Test Plan: `ninja all check-all`

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: deadalnix, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D8307
sidhujag pushed a commit to syscoin-core/syscoin that referenced this pull request Nov 10, 2020
978b255 util: Update tinyformat to upstream (Wladimir J. van der Laan)

Pull request description:

  Last update was in 2017.
  Updates tinyformat to upstream commit  c42f/tinyformat@705e3f4.
  Re-apply (and mark) bitcoin core specific changes.

  No changes that affect our use, as far as I can see, but this gets rid of the gcc `-Wimplicit-fallthrough` warnings, at least.

ACKs for top commit:
  MarcoFalke:
    ACK 978b255, extracted our patches based on the last update, did the update to v2.3.0 myself and re-applied the patches. Only diff is NULL/nullptr and explicit 🔝

Tree-SHA512: 2ba09e1095878d088520f379d545b40c7286ef199ecbbc17fdd5c85bca447d9b0c7a1829d4038bb6d432cd1ff92ad7bba75c0f2f96c71aeb6fa6031002f1ea1d
kwvg pushed a commit to kwvg/dash that referenced this pull request May 19, 2021
kwvg added a commit to kwvg/dash that referenced this pull request May 19, 2021
kwvg added a commit to kwvg/dash that referenced this pull request May 20, 2021
kwvg added a commit to kwvg/dash that referenced this pull request May 20, 2021
kwvg added a commit to kwvg/dash that referenced this pull request May 20, 2021
kwvg added a commit to kwvg/dash that referenced this pull request May 20, 2021
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants