Skip to content
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

chore: add common.proto to javascript-web #273

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

pgautier404
Copy link
Contributor

This commit updates the list of files to compile with protoc to include common.proto, which contains messages shared among other protos. The preprocessing of protos specific to js-web is also updated to remove the package qualifiers from messages in common.proto in the same fashion that permission_messages.Permissions is being handled. Finally, a second protoc pass that was necessary to accommodate messages duplicated across protos has been removed, as the common messages are now shared instead of being re-declared in multiple places.

Copy link
Contributor

@anitarua anitarua left a comment

Choose a reason for hiding this comment

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

nice!

Copy link
Contributor

@bruuuuuuuce bruuuuuuuce left a comment

Choose a reason for hiding this comment

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

:shipit:

@pgautier404 pgautier404 merged commit 3d72924 into main Mar 8, 2024
7 checks passed
@pgautier404 pgautier404 deleted the add-common-protos-to-jsweb branch March 8, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants