Merged
Conversation
ryanofsky
reviewed
Mar 15, 2021
| string.visit([&](const kj::ArrayPtr<const char>& piece) { | ||
| if (result.size() > MAX_SIZE) return; | ||
| for (char c : piece) { | ||
| if ('c' == '\\') { |
Contributor
Author
There was a problem hiding this comment.
Surprised there isn't a compiler warning for these kinds of things.
ryanofsky
reviewed
Mar 15, 2021
| //! 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 |
Collaborator
There was a problem hiding this comment.
Further back, it's from E https://en.wikipedia.org/wiki/E_(programming_language)#Computational_model
Collaborator
|
Thank you! |
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
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.
Just a few little changes made while reviewing. Feel free to discard or change any of the documentation edits.