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

IO::Prompter #425

Open
AlexDaniel opened this issue Feb 8, 2019 · 2 comments
Open

IO::Prompter #425

AlexDaniel opened this issue Feb 8, 2019 · 2 comments
Labels
issue sent Posted a previously unreported issue with the original author to investigate

Comments

@AlexDaniel
Copy link
Member

Module IO::Prompter 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: IO::Prompter
===> Found: IO::Prompter [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: IO::Prompter to /home/alex/Blin/data/zef-data/tmp/1549580743.19025.499/io-prompter.git
===> Extraction [OK]: IO::Prompter to /home/alex/Blin/data/zef-data/store/io-prompter.git
===> Testing: IO::Prompter
t/01-prompt.t ........ ok
# Failed test 'Got the correct results'
# at t/02-prompt-block.t line 22
# expected: '10 20 fdfd 40'
#      got: ''
# Failed test 'Got the correct results'
# at t/02-prompt-block.t line 34
# expected: '10 20 40'
#      got: ''
# Failed test 'Got the correct results'
# at t/02-prompt-block.t line 46
# expected: '10 20.2 4e+21'
#      got: ''
# Failed test 'Got the correct results'
# at t/02-prompt-block.t line 58
# expected: 'True False False True'
#      got: ''
# Failed test 'Got the correct results'
# at t/02-prompt-block.t line 70
# expected: 'fdfd Hello!'
#      got: ''
# Looks like you failed 5 tests of 5
t/02-prompt-block.t .. 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests 
t/YES__def.t ......... ok
t/YN__def.t .......... ok
t/explicit_prompt.t .. ok
t/fail.t ............. ok
t/integer.t .......... ok
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
  in method Str at /home/alex/Blin/data/zef-data/store/io-prompter.git/f6d08af1a6351ef47656f45035c51c25abbe6f2f/lib/IO/Prompter.pm (IO::Prompter) line 10
t/must.t ............. 
Failed 1/2 subtests 
t/number.t ........... ok
t/verbatim.t ......... ok
t/wipe.t ............. ok
t/yes_def.t .......... ok
t/yn_def.t ........... ok

Test Summary Report
-------------------
t/02-prompt-block.t (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
t/must.t           (Wstat: 0 Tests: 2 Failed: 1)
  Failed test:  2
Files=13, Tests=61, 13 wallclock secs ( 0.07 usr  0.01 sys + 12.58 cusr  0.98 csys = 13.64 CPU)
Result: FAIL
===> Testing [FAIL]: IO::Prompter
Failed to get passing tests, but continuing with --force-test
===> Installing: IO::Prompter
===> Install [OK] for IO::Prompter

Ping @colomon

Previous ticket: #182

@AlexDaniel AlexDaniel added the issue sent Posted a previously unreported issue with the original author to investigate label Feb 9, 2019
@AlexDaniel
Copy link
Member Author

There is an issue: colomon/io-prompter#9

@colomon
Copy link

colomon commented Feb 10, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue sent Posted a previously unreported issue with the original author to investigate
Projects
None yet
Development

No branches or pull requests

2 participants