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

fix: unique file naming #165

Closed
wants to merge 2 commits into from
Closed

fix: unique file naming #165

wants to merge 2 commits into from

Conversation

kuruk-mm
Copy link
Member

@kuruk-mm kuruk-mm commented Jul 26, 2023

What?

Change comms.proto files to have an unique name.

Why?

Currently, comms v1, comms v2, and comms v3 are not included in the public\comms.proto, and that is the reason that is not throwing an error (we could remove those because they are not used right now), but when you're generating the code from the files themselves (proto/**/*.proto), the comms.proto name is repeated x5 times, so there is a conflict there.

For generating C# files, I couldn't manage to generate the files from the imported files (what is in public/*.proto).

Breaking change

Some projects need to fix the filename imports, there is no protocol breaking change

@github-actions
Copy link

Test this pull request

  • The @dcl/protocol package can be tested in scenes by running
    npm install "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-5672950469.commit-e1279bd.tgz"

@leanmendoza
Copy link
Contributor

Should we push this, or close it?

@kuruk-mm kuruk-mm closed this May 10, 2024
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