Skip to content
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

make ParseOutputType return a std::optional<OutputType> #22621

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

fanquake
Copy link
Member

@fanquake fanquake commented Aug 4, 2021

Similar to #22220. Skipped using auto here for the same reasons outlined in that PR.

@practicalswift
Copy link
Contributor

Concept ACK

Copy link
Contributor

@jnewbery jnewbery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK fb52c43

src/test/fuzz/kitchen_sink.cpp Show resolved Hide resolved
@jnewbery
Copy link
Contributor

jnewbery commented Aug 4, 2021

utACK 32fa49a

Copy link
Member

@jonatack jonatack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review ACK 32fa49a and debian clang 13 debug build is clean / unit tests locally are green

nit, can ignore: parsed localvars could be declared const, e.g. as in src/test/fuzz/kitchen_sink.cpp

Copy link
Member

@maflcko maflcko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review ACK 32fa49a 🍢

Show signature and timestamp

Signature:

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

review ACK 32fa49a18497a9b8c72e36a72ae96e7b23930223 🍢
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUjxxwwAp2eMiuTSDyQF/v+XmEeFfPIBci2/mHzpaBanvLWTPpDEt4DBLcMExSyA
kNiGFoOOZWLjW00otIdoxVvEEaspLbA4LhBKqHnnoC0S9ubQwzCvYy3X9N7PraYi
LdSa58PASEwPwpu1XUs6ZfAdf7PmsVyeZzbnILfvx+IHp1jjAWQBNII5nSLoVZBq
YX+KJZW1bOzWsmqbZeZ+uYtx7XEoiB8wvx7IS5Q/DRvHjt5yu+rkILvjQ+GDj5jm
OlpD/QT02oWSHI3caS3ZPKswQ1+rSkgN7gA4JCQ5Y3G1EQgwL1HxNvp0QfYx0Zmy
VW9xWri9iRal9lVRciMWuya/qNoBT/aJzRhg6iwi6EVTBq3+Yw9Lq6o/l2X6EPSs
meFCAPdFMJx9CSGQYx7MPHTDbCID7gN85iSyuvuBTUnWKtNJuZbDBsja2qlPseph
MG/bMDXwSZHxfgFFSAze6Dh9ndZOEOnR5DkXd9rdekK1d8llBSDORuBtVFoXkzfw
OuZk3zp0
=Qnra
-----END PGP SIGNATURE-----

Timestamp of file with hash 91c943e8fe3b8d3fba23d0d084119eabd4fe46e1ab28f6b682bc8aa124a49d61 -

@maflcko maflcko merged commit 4f1a75b into bitcoin:master Aug 4, 2021
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Aug 4, 2021
…utType>

32fa49a make ParseOutputType return a std::optional<OutputType> (fanquake)

Pull request description:

  Similar to bitcoin#22220. Skipped using `auto` here for the same reasons outlined in that PR.

ACKs for top commit:
  jnewbery:
    utACK 32fa49a
  jonatack:
    Code review ACK 32fa49a and debian clang 13 debug build is clean / unit tests locally are green
  MarcoFalke:
    review ACK 32fa49a 🍢

Tree-SHA512: 7752193117669b800889226185d49d164395697853828f8acb568f07651789bc5b2cddc45555957450353886e46b9a1e13c77a5e730a14c6ee621fabc8dc3d10
@fanquake fanquake deleted the parse_output_type_optional branch August 5, 2021 01:26
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 16, 2022
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.

6 participants