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

Make buffrs compatible with legacy packages #202

Closed
wants to merge 1 commit into from
Closed

Conversation

qsantos
Copy link
Contributor

@qsantos qsantos commented Dec 18, 2023

  • vendor/package_name/defs.protovendor/defs.proto
  • import "package_name/defs.proto"package "package-name/defs.proto"
  • package module_namepackage clarity.module_name
  • module_name.type x;clarity module_name.type x;

- `vendor/package_name/defs.proto` → `vendor/defs.proto`
- `import "package_name/defs.proto"` → `package "package-name/defs.proto"`
- `package module_name` → `package clarity.module_name`
- `module_name.type x;` → `clarity module_name.type x;`
@qsantos qsantos closed this Dec 18, 2023
@qsantos qsantos deleted the legacy-compat branch December 18, 2023 08:32
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.

1 participant