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

Protobuf::Meta::Attribute needs to specify an "is" parameter when creating anon classes #1

Open
GoogleCodeExporter opened this issue Oct 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. install recent enough release of Moose
2. perl Makefile.PL && make test

When running the tests, you get a lot of these warnings:

   Attribute (_protobuf_extra_fields) of class AppEngine::Service::MemcacheStatsResponse has no 
associated methods (did you mean to provide an "is" argument?)

This is only because Protobuf::Meta::Attribute does not specify the "is" field 
when calling 
create_from_descriptor().

I have not checked if these attributes need to be readonly or read/write, but 
the tests seems to 
pass with just a simple addition of is => "ro"

Original issue reported on code.google.com by [email protected] on 7 Jul 2009 at 8:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant