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
e: BEGIN 'sandbox/Foo.pm6'.IO.spurt: 'unit class Foo;'; use lib <sandbox>; require Foo; say Foo.HOW.^name
evalable6 Zoffix, rakudo-moar 154d98551: OUTPUT: «Perl6::Metamodel::PackageHOW»
I thought it meant to be the PackageHOW just between compilation and runtime and then require would replace it with ClassHOW thing.
Is this a bug that it doesn't, or is my understanding wrong?
The text was updated successfully, but these errors were encountered:
https://irclog.perlgeek.de/perl6/2018-05-24#i_16202885
I thought it meant to be the
PackageHOWjust between compilation and runtime and then require would replace it with ClassHOW thing.Is this a bug that it doesn't, or is my understanding wrong?
The text was updated successfully, but these errors were encountered: