Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test errors #67

Closed
JJ opened this issue Nov 4, 2018 · 2 comments
Closed

Test errors #67

JJ opened this issue Nov 4, 2018 · 2 comments

Comments

@JJ
Copy link
Contributor

JJ commented Nov 4, 2018

I get these errors with the current HEAD:

===> Testing: Red:ver<0.0.1>
===SORRY!=== Error while compiling /home/jmerelo/Code/forks/perl6/Red/lib/Red/Driver/Mock.pm6 (Red::Driver::Mock)
Method 'translate' must be implemented by Red::Driver::Mock because it is required by roles: Red::Driver.
at /home/jmerelo/Code/forks/perl6/Red/lib/Red/Driver/Mock.pm6 (Red::Driver::Mock):7

  in sub database at /home/jmerelo/Code/forks/perl6/Red/lib/Red/Database.pm6 (Red::Database) line 5
  in block <unit> at t/02-tdd.t line 9

===SORRY!=== Error while compiling /home/jmerelo/Code/forks/perl6/Red/lib/Red/Driver/Mock.pm6 (Red::Driver::Mock)
Method 'translate' must be implemented by Red::Driver::Mock because it is required by roles: Red::Driver.
at /home/jmerelo/Code/forks/perl6/Red/lib/Red/Driver/Mock.pm6 (Red::Driver::Mock):7

  in sub database at /home/jmerelo/Code/forks/perl6/Red/lib/Red/Database.pm6 (Red::Database) line 5
  in block <unit> at t/03-sqlite.t line 6

===> Testing [FAIL]: Red:ver<0.0.1>
Aborting due to test failure: Red:ver<0.0.1> (use --force-test to override)

That's with Perl 6 2018.09

I had to install DBIish by hand, since it failed, but it does not seem to be related.

@FCO FCO closed this as completed in bc6aa8d Nov 4, 2018
@JJ
Copy link
Contributor Author

JJ commented Nov 4, 2018

It works with 2018.10, though.

@FCO
Copy link
Owner

FCO commented Nov 4, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants