-
Notifications
You must be signed in to change notification settings - Fork 37.7k
move-only: PASTE macros to util/macros.h #17073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
hebasto
approved these changes
Oct 7, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 0d86f4d, I have reviewed the code and it looks OK, I agree it can be merged.
promag
reviewed
Oct 7, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 0d86f4d.
ACK 0d86f4d -- diff looks correct |
laanwj
added a commit
that referenced
this pull request
Oct 8, 2019
0d86f4d refactor: consolidate PASTE macros (James O'Beirne) Pull request description: Really dumb move-only stolen from #16805. Some of my pull requests also depend on this, so I split it up to not depend on #16805. ACKs for top commit: practicalswift: ACK 0d86f4d -- diff looks correct hebasto: ACK 0d86f4d, I have reviewed the code and it looks OK, I agree it can be merged. promag: ACK 0d86f4d. Tree-SHA512: 19208a8cbf83034b1ef25138d8f08d8f32ace7775f654b1597fc4599dd576f0758145f592f161cfdcaaa29d4907ac9aa5553f6f524e2b960205c760605a05901
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Oct 8, 2019
0d86f4d refactor: consolidate PASTE macros (James O'Beirne) Pull request description: Really dumb move-only stolen from bitcoin#16805. Some of my pull requests also depend on this, so I split it up to not depend on bitcoin#16805. ACKs for top commit: practicalswift: ACK 0d86f4d -- diff looks correct hebasto: ACK 0d86f4d, I have reviewed the code and it looks OK, I agree it can be merged. promag: ACK 0d86f4d. Tree-SHA512: 19208a8cbf83034b1ef25138d8f08d8f32ace7775f654b1597fc4599dd576f0758145f592f161cfdcaaa29d4907ac9aa5553f6f524e2b960205c760605a05901
MarkLTZ
added a commit
to litecoinz-core/litecoinz
that referenced
this pull request
Nov 17, 2019
deadalnix
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Apr 26, 2020
Summary: This is a backport of Core [[bitcoin/bitcoin#17073 | PR17073]] Test Plan: make check Reviewers: #bitcoin_abc, majcosta Reviewed By: majcosta Differential Revision: https://reviews.bitcoinabc.org/D5845
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 16, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 16, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 24, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 25, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 25, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 26, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 26, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 27, 2021
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Jun 27, 2021
UdjinM6
added a commit
to dashpay/dash
that referenced
this pull request
Jun 27, 2021
partial bitcoin#15638, bitcoin#21966, bitcoin#16889, merge bitcoin#14555, bitcoin#20499, bitcoin#14074, bitcoin#17073: util refactoring
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Really dumb move-only stolen from #16805. Some of my pull requests also depend on this, so I split it up to not depend on #16805.