LLFourn / p6-CompUnit-Util

Utility functions for introspecting and re-exporting compunits
MIT License
6 stars 7 forks source link

Deprecated warning in t/02-re-export.t #5

Open pmqs opened 5 years ago

pmqs commented 5 years ago

Just spotted this when building CompUnit::Util

t/02-re-export.t ........... Deprecated use of %*LANG<H:grammar> assignment detected in use; module should export syntax using $*LANG.define_slang("H:grammar",<grammar>,<actions>) instead
  (value in braid: Perl6::Metamodel::ClassHOW, value in %*LANG: Perl6::Metamodel::GrammarHOW)
Deprecated use of %*LANG<H:grammar> assignment detected in use; module should export syntax using $*LANG.define_slang("H:grammar",<grammar>,<actions>) instead
  (value in braid: Perl6::Metamodel::ClassHOW, value in %*LANG: Perl6::Metamodel::GrammarHOW)

I'm running a fresh install

$ perl6 -v This is Rakudo version 2018.12-293-gd904b7048 built on MoarVM version 2018.12-94-g2eab275df implementing Perl 6.d.

tbrowder commented 3 months ago

I don't get that with Raku 2024.07, but I do get another error which I've filed separately.

As far as I am concerned, this issue can be closed.