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

Campatability with google/protobuf #432

Open
stan-stately opened this issue Aug 19, 2024 · 0 comments
Open

Campatability with google/protobuf #432

stan-stately opened this issue Aug 19, 2024 · 0 comments

Comments

@stan-stately
Copy link

Hi, I'm trying to migrate my codebase from google-protobuf to ruby-protobuf but there are some legacy protos that I cant remove yet that are generated google-protobuf.

Now that I've added ruby-protobuf to my application im noticing that I cant even import these legacy google protos anymore. I just get

ArgumentError:
  wrong number of arguments (given 2, expected 0..1)

at the line that runs: require 'google/protobuf'

Can anyone confirm whether or not an application should be able to support both, side by side.

If its a bug I can make a repro but i dont want to spend time on this if its an unsupported usecase

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

No branches or pull requests

1 participant