-
Notifications
You must be signed in to change notification settings - Fork 135
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
Roast depends on Rakudo when it shouldn't #640
Comments
|
From Test::Helpers apparently what's used is |
By putting it in here. Closes Raku#640.
By putting it in here. Closes #640.
Reopening because there are still problems with |
This last one is probably redundant, since it's actually testing |
And this one really closes Raku#640
On Sonntag, 10. Mai 2020 18:14:45 CEST Nick Logan wrote:
Test::Helpers is part of roast --
Yes and no. Roast contains a Test::Helpers distribution but that's an entirely
different thing from the Test::Helpers module in Rakudo's t/lib
|
Ah. Then sounds like they should use roast/packages/Test-Helpers/lib/Test/Util.pm6 Line 107 in 6d23891
|
Checking out roast and running
perl fudgeandrun $(sed 's/#.*//' spectest.data | grep '\.t')
using the system wide installed rakudo master yields the following test failures:S03-metaops/misc.t
andS26-documentation/block-leading-user-format.t
fail because they try to load a module calledTest::Helpers
which seems to be part of rakudo's tests.integration/advent2010-day03.t
fails because it expects the filesMakefile CREDITS LICENSE README.md
which are clearly part of rakudo and not roast.This is blocking automated spectests for every rakudo commit on the Open Build Service.
The text was updated successfully, but these errors were encountered: