-
Notifications
You must be signed in to change notification settings - Fork 1
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
Atrribute Introspect shape #6197
Comments
From @dwarringAFAIK there's currently no way of introspecting the shape of a Class I'd like this feature for the Native::Packing module. For example to class C { At the moment, I just can't determine the size of shaped native arrays, say .type, .container (Positional[byte])(array[byte]) |
From @zoffixznetOn Tue, 18 Apr 2017 20:34:15 -0700, david.warring wrote:
Seems .container does have method .shape, but it returns a Whatever: class C { my byte @z[6]; |
The RT System itself - Status changed from 'new' to 'open' |
From @dwarringI've added a fudged test to S12-introspection/attributes.t On Wed, 19 Apr 2017 03:14:35 -0700, cpan@zoffix.com wrote:
|
Rechecking as of 2022.03. The example in this is now a syntax error (with both
|
New formulation, based on this this SO question:
So, I'm still not sure of a way of introspecting the |
Migrated from rt.perl.org#131174 (status was 'open')
Searchable as RT131174$
The text was updated successfully, but these errors were encountered: