Skip to content

Commit

Permalink
Revert "Make sure a RakuAST regression doesn't bother us"
Browse files Browse the repository at this point in the history
This reverts commit 28771d7.

The compiler issue has been fixed, no need for this workaround anymore.
  • Loading branch information
niner committed Feb 13, 2023
1 parent 63d48fa commit b74d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BUILDPLAN.rakumod
Expand Up @@ -178,7 +178,7 @@ sub showop(@actions --> Str:D) {
}

sub EXPORT(*@classes) {
note BUILDPLAN(nqp::isconcrete($_) ?? (::($_)) !! $_)
note BUILDPLAN(nqp::isconcrete($_) ?? ::($_) !! $_)
for @classes;

EXPORT::DEFAULT::
Expand Down

0 comments on commit b74d6ac

Please sign in to comment.