You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user looks up a non-existant type, the message is somewhat LTA. I'd expect it to catch the failed use and tell me there's no such type:
zoffix@VirtualBox:~$ p6doc -f Blarg.push
Could not find Blarg at line 0 in:
/home/zoffix/.perl6
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor
/home/zoffix/.rakudobrew/moar-nom/install/share/perl6
CompUnit::Repository::AbsolutePath<68834912>
CompUnit::Repository::NQP<68268368>
CompUnit::Repository::Perl5<68268408>
in sub locate-curli-module at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 219
in sub locate-module at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 39
in sub MAIN at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 128
in block <unit> at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 226
If the user looks up an existent routine but on the wrong type, the utility displays a misleading error:
``
`p6doc -f Str.push
"No documentation found for method 'push'"
The text was updated successfully, but these errors were encountered:
This is a three-part issue:
The instructions of p6doc prepend
Type::to type names and that makes users think theType::is a necessary prefixIf the user looks up a non-existant type, the message is somewhat LTA. I'd expect it to catch the failed use and tell me there's no such type:
``
`p6doc -f Str.push
"No documentation found for method 'push'"
The text was updated successfully, but these errors were encountered: