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

p6doc IO::Path on windows #2534

Closed
ufobat opened this issue Jan 3, 2019 · 2 comments
Closed

p6doc IO::Path on windows #2534

ufobat opened this issue Jan 3, 2019 · 2 comments
Labels
bug Error of some kind, from a typo to errors in the examples. docs Documentation issue (primary issue type)

Comments

@ufobat
Copy link
Contributor

ufobat commented Jan 3, 2019

p6doc doesn't work on windows

$ P6DOC_DEBUG=1 p6doc IO::Path
:candidates(["C:\\rakudo\\share\\perl6\\site/doc//IO/Path.pm", "C:\\rakudo\\share\\perl6\\site/doc//IO/Path.pm6", "C:\\rakudo\\share\\perl6\\site/doc//IO/Path.pod", "C:\\rakudo\\share\\perl6\\site/doc//IO/Path.pod6", "C:\\rakudo\\share\\perl6\\site/doc/Type/IO/Path.pm", "C:\\rakudo\\share\\perl6\\site/doc/Type/IO/Path.pm6", "C:\\rakudo\\share\\perl6\\site/doc/Type/IO/Path.pod", "C:\\rakudo\\share\\perl6\\site/doc/Type/IO/Path.pod6", "C:\\rakudo\\share\\perl6\\site/doc/Language/IO/Path.pm", "C:\\rakudo\\share\\perl6\\site/doc/Language/IO/Path.pm6", "C:\\rakudo\\share\\perl6\\site/doc/Language/IO/Path.pod", "C:\\rakudo\\share\\perl6\\site/doc/Language/IO/Path.pod6"])
launching 'echo "In IO::Path"&perl6.bat --doc C:\rakudo\share\perl6\site/doc/Type/IO/Path.pod6  | more'
  in sub locate-module at C:\rakudo\share\perl6\site\resources\EB70C061232B6A3279423789D3A65A014B099D36 line 37
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 sub show-docs at C:\rakudo\share\perl6\site\resources\EB70C061232B6A3279423789D3A65A014B099D36 line 80
The spawned command 'echo "In IO::Path"&perl6.bat --doc C:\rakudo\share\perl6\site/doc/Type/IO/Path.pod6  | more' exited unsuccessfully (exit code: 1)
  in block <unit> at C:\rakudo\share\perl6\site\resources\EB70C061232B6A3279423789D3A65A014B099D36 line 316
  in sub MAIN at C:/rakudo/share/perl6/site/bin/p6doc line 2
  in block <unit> at C:/rakudo/share/perl6/site/bin/p6doc line 2

@ufobat ufobat changed the title p6doc IO::Path on windows p6doc IO::Path on windows Jan 3, 2019
@JJ JJ added docs Documentation issue (primary issue type) bug Error of some kind, from a typo to errors in the examples. labels Jan 3, 2019
@JJ
Copy link
Contributor

JJ commented Jan 3, 2019

Is it limited to that class? From the looks of the error, I would say it wouldn't work on any class...

@coke
Copy link
Collaborator

coke commented Mar 13, 2021

p6doc is no longer a part of this repository; it is now called rakudoc and is part of http://github.com/raku/rakudoc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error of some kind, from a typo to errors in the examples. docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

4 participants