Hi there!

I use role to mix in some functionality for testing:

my $s = November::Storage::File.new does Testing;

And I have Role definition _after_ this:

role Testing { ... }

Now this is fall with:

Null PMC access in isa()
current instr.: 'infix:does' pc 20660 (src/builtins/op.pir:403)
called from Sub '_block14' pc 108 (EVAL_20:47)

And all work again if I put definition _before_ instant and `does`.

It looks like bug for my, but mb this is right behaviour?

Thank you!

Ilya

Reply via email to