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.
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
[Relay][Text Format] Text Printer Refactor and Debug Printing #2605
[Relay][Text Format] Text Printer Refactor and Debug Printing #2605
Changes from all commits
c13b2ae
aec4724
1595a46
7b6ce8b
c11260a
0a3210b
9f56672
1f8ff51
414fab4
497f4eb
c921cd0
b7cdf43
eabd52a
fd25456
bd21270
1a58f64
073029d
14e083f
1ba8a82
3ad0ad1
fb3d910
bba6b97
1d78b97
24f255f
61033d0
73ee892
00cbd9f
9795c10
2a7e94d
1d45241
f6c26f5
10fe7bf
7aa71cf
cf91b02
46835e0
d2cfe74
9b4bad7
0549d26
d117835
d6d4065
772aad9
6d5767c
1bb55bb
69370d2
589f778
f27c130
3586edf
84b9c13
e6e2d94
7fa7cff
cbd7c89
da6642f
89f58f6
f3a5728
d090704
9d8a167
1a26c84
a587a36
fb1345f
3a5d1de
5807815
e7201fa
3184de0
f5081bd
c8ab556
da68638
c7c8a67
81ea258
fd43b91
2eb7f6e
c9e7d88
a528fe2
3a4e41d
7f9921d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I dont think this is correct.
Use https://en.cppreference.com/w/cpp/iterator/back_insert_iterator instead.
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.
Or just use a for loop.
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.
Also check against this == &right
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.
https://stackoverflow.com/questions/201718/concatenating-two-stdvectors
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.
You still has to catch against this == &right.
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.
see latest commit