Skip to content

Comments and LogEscape#45

Merged
ryanofsky merged 4 commits intobitcoin-core:masterfrom
jamesob:jamesob-2021-03-misc
Mar 15, 2021
Merged

Comments and LogEscape#45
ryanofsky merged 4 commits intobitcoin-core:masterfrom
jamesob:jamesob-2021-03-misc

Conversation

@jamesob
Copy link
Copy Markdown
Contributor

@jamesob jamesob commented Mar 15, 2021

Just a few little changes made while reviewing. Feel free to discard or change any of the documentation edits.

@jamesob jamesob requested a review from ryanofsky March 15, 2021 16:52
Comment thread src/mp/util.cpp
string.visit([&](const kj::ArrayPtr<const char>& piece) {
if (result.size() > MAX_SIZE) return;
for (char c : piece) {
if ('c' == '\\') {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🤦

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Surprised there isn't a compiler warning for these kinds of things.

Comment thread include/mp/proxy-io.h
//! processes. Cap'n Proto doesn't reference clients or servers per se; instead everything
//! is just a vat.
//!
//! See also: https://github.com/capnproto/capnproto/blob/9021f0c722b36cb11e3690b0860939255ebad39c/c%2B%2B/src/capnp/rpc.capnp#L42-L56
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@ryanofsky ryanofsky merged commit c2f866f into bitcoin-core:master Mar 15, 2021
@ryanofsky
Copy link
Copy Markdown
Collaborator

Thank you!

@bitcoin-core bitcoin-core locked and limited conversation to collaborators Jun 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants