On 7/9/2015 8:30 PM, Will Coleda via RT wrote:
On Sat Nov 02 10:31:21 2013, equinox wrote:
C:\rakudo\bin>perl6 -I D:\m\p6\perl6grammer\nqp\src -I
D:\m\p6\perl6grammer D:\m\p6\perl6grammer\Perl6\Grammar.pm6
[18:20:12] [jaffa4] ===SORRY!===
[18:20:12] [jaffa4] Could not find QRegex in any of:
D:\m\p6\perl6grammer, D:\m\p6\perl6grammer\nqp\src,
C:/rakudo/lib/parrot/5.9.0/languages/
I report the fact that the error message doesn't give line and file.
Can you verify that this is still an issue with a recent rakudo, and also
provide a full test - this appears to depend on files not attached to the
ticket.
Not getting this error in current version.
test:
use QRegex:from<NQP>;
use NQPP6QRegex:from<NQP>;
use NQPP5QRegex:from<NQP>;
Jaffa4