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
Apparently the :from trait has stopped working with the latest changes to the compiler.
Any attempt to apply a use statement with that token fails like:
raku -e 'use Inline::Perl5; use Email::Sender:from<Perl5>'
===SORRY!=== Error while compiling -e
Too many positionals passed; expected 1 argument but got 2
The text was updated successfully, but these errors were encountered:
Apparently the :from trait has stopped working with the latest changes to the compiler.
Any attempt to apply a use statement with that token fails like:
The text was updated successfully, but these errors were encountered: