You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: