This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
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.
Multi protobuf module emission and consumption #2344
Multi protobuf module emission and consumption #2344
Changes from all commits
38a2786
4194f86
47c3a1b
abae2b2
7b1817a
2362a75
e2245c0
3155a0a
beeec3e
691994a
3c39745
0b53842
e161016
c6704d3
c99ed1e
f420097
f991a28
e2189c4
c26f7d8
118ff7d
0885f70
4830c89
5942386
fc136d4
ed93404
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.
can these be either
.fir
or.pb
files? A mixture?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.
We should figure that out. I think to start we should make it be only
.fir
or only.pb
files. Note that-i
actually doesn't care about file extensions, it just tries to deserialize as protobuf and if it fails it deserializes as.fir
but I think it's okay to require correct file extensions here.