Skip to content

import statements in proto files need to be quoted#14669

Closed
JesseWeinstein wants to merge 1 commit intosignalapp:mainfrom
JesseWeinstein:quote_protobuf_imports
Closed

import statements in proto files need to be quoted#14669
JesseWeinstein wants to merge 1 commit intosignalapp:mainfrom
JesseWeinstein:quote_protobuf_imports

Conversation

@JesseWeinstein
Copy link
Copy Markdown
Contributor

Contributor checklist

  • I am following the Code Style Guidelines
    N/A I have tested my contribution on these devices:
  • My contribution is fully baked and ready to be merged as is
    N/A I ensured that all the open issues my contribution fixes are mentioned in the commit message

Description

While Wire (the tool from Square that is used to parse protobuf files) does currently accept unquoted imports, that violates the spec, so it'd be better to avoid relying on it.

I've opened an issue asking them to address this: square/wire#3545

@JesseWeinstein
Copy link
Copy Markdown
Contributor Author

Wire has now removed the acceptance of unquoted strings -- so this will need to go in once we update to the new version: square/wire#3554

@jeffrey-signal
Copy link
Copy Markdown
Contributor

Nice catch! Fix merged into version 8.5.

@JesseWeinstein
Copy link
Copy Markdown
Contributor Author

Fixed in commit 72a1a9b

@JesseWeinstein JesseWeinstein deleted the quote_protobuf_imports branch March 25, 2026 22:12
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.

2 participants