-
Notifications
You must be signed in to change notification settings - Fork 13
use protoc with presence #108
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
Open
c-cube
wants to merge
31
commits into
main
Choose a base branch
from
simon/protoc-with-presence-2025-10-30
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6e8877f
test: reference test for encoding size
c-cube 4066cad
test: improve t_size
c-cube 2a2baeb
update test core
c-cube 30d446c
makefile
c-cube bf09b58
update generated protobuf code
c-cube f000c11
update the emit test so it records how many bytes were emitted
c-cube 0f1452e
update generated code
c-cube a35ea4c
fixes
c-cube c27cb13
fix test
c-cube 6f75e90
fix test
c-cube 81b6a81
update core test
c-cube 5ef84a4
update test output
c-cube 49ca5be
test
c-cube 15140e0
chore: update OTEL to 1.8.0
c-cube 51f783a
udpate generated proto code
c-cube 41d8b0c
fix
c-cube 5dcf26b
update generated tests
c-cube f51d52a
chore: CI: pin specific commit for pbrt/ocaml-protoc
c-cube 8290b9b
fix warnings
c-cube 6da4aa4
yes yes use the right commit please
c-cube ef5b5f5
nix
c-cube e2c545d
luv2edit sha256
c-cube d4b4424
update generated code again, repeated fields are optional again
c-cube 5400f52
update generated code
c-cube 2e69dd5
update ocaml-protoc in CI
c-cube ba1a8ee
update protobuf code
c-cube 2544493
fix nix sha256
c-cube d2478f1
update test output
c-cube 7839ba9
test
c-cube 4b91971
more test output
c-cube 3182064
update opam constraints for pbrt
c-cube File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
fyi a nice way to do this even for testing is using a
pin-dependsfield in an *.opam.template file:https://github.com/semgrep/semgrep/blob/develop/semgrep.opam.template#L17-L20
this gets picked up picked up by dune when it generates the opam file. Additionally, this will also get picked up by nix so you don't have to make the change to flake.nix you have
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.
Note that currently this opam package fails to install w/out this change
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.
Now that ocaml-protoc 4.0 is released, pinning 4.0 should also work!