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

Errors when writing disambiguation files #2883

Closed
JJ opened this issue Jul 5, 2019 · 0 comments
Closed

Errors when writing disambiguation files #2883

JJ opened this issue Jul 5, 2019 · 0 comments
Labels
bug Error of some kind, from a typo to errors in the examples.

Comments

@JJ
Copy link
Contributor

JJ commented Jul 5, 2019

The problem

There are a couple of errors this way:

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 english-list at /home/jmerelo/Code/forks/perl6/doc/lib/Perl6/Documentable.pm6 (Perl6::Documentable) line 28

Suggestions

Disambiguation files will probably go #2499, but this is a common error with htmlify.p6 (also #1823). It catches errors very late, and does not give a hint of where or why the error is produced. It's in Pod6::Documentable in this case...

@JJ JJ added the bug Error of some kind, from a typo to errors in the examples. label Jul 7, 2019
@JJ JJ closed this as completed in e9f3a9d Sep 1, 2019
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.
Projects
None yet
Development

No branches or pull requests

2 participants
@JJ and others