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

Grid #580

Open
AlexDaniel opened this issue Feb 27, 2019 · 3 comments
Open

Grid #580

AlexDaniel opened this issue Feb 27, 2019 · 3 comments
Labels
fixed The module was fixed, waiting for it to be closed automatically

Comments

@AlexDaniel
Copy link
Member

Module Grid cannot be installed (AlwaysFail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Grid
===> Found: Grid:ver<0.0.1> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Grid:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1551235060.6088.7739/Grid-0.0.1.tar.gz
===> Extraction [OK]: Grid to /home/alex/Blin/data/zef-data/store/Grid-0.0.1.tar.gz
===> Testing: Grid:ver<0.0.1>
[3 4] is not subgrid of @grid
[1 7] is not subgrid of @grid
Can't have grid of 5 elements with 4 columns
Can't have grid of 6 elements with 4 columns
# Looks like you planned 42 tests, but ran 37
t/basic.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/42 subtests 

Test Summary Report
-------------------
t/basic.t (Wstat: 65280 Tests: 37 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 42 tests but ran 37.
Files=1, Tests=37,  8 wallclock secs ( 0.04 usr  0.00 sys +  6.89 cusr  0.26 csys =  7.19 CPU)
Result: FAIL
===> Testing [FAIL]: Grid:ver<0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Grid:ver<0.0.1>
===> Install [OK] for Grid:ver<0.0.1>

1 bin/ script [array-grid.p6] installed to:
/home/alex/Blin/installed/Grid_0.0.1/bin

Ping @hythm7

@Altai-man Altai-man added the fixed The module was fixed, waiting for it to be closed automatically label Mar 2, 2019
@Altai-man
Copy link
Member

I think tests were fixed with hythm7/Grid@4c7ab72
There are some very recent commits present.
It tests and installs fine:

➜  Grid git:(development) zef --dry install .
===> Testing: Grid:ver<0.0.2>
===> Testing [OK] for Grid:ver<0.0.2>
➜  Grid git:(development) 

@hythm7
Copy link

hythm7 commented Mar 3, 2019

@AlexDaniel @Altai-man
Planned test are 42 but there was only 37 test, adding 5 more tests fixed the issue.
Just uploaded version 0.0.2 with the fix to cpan.

@Altai-man
Copy link
Member

➜  ~ zef install Grid
===> Searching for: Grid
===> Testing: Grid:ver<0.0.2>
===> Testing [OK] for Grid:ver<0.0.2>
===> Installing: Grid:ver<0.0.2>
➜  ~ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The module was fixed, waiting for it to be closed automatically
Projects
None yet
Development

No branches or pull requests

3 participants