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
Document Telemetry and Telemetry::Period, lizmat++ #1660
Conversation
|
Can we also add a note saying that this is a Rakudo feature that is available starting with 2017.11 release? |
doc/Type/Telemetry/Period.pod6
Outdated
|
|
||
| =head1 Other methods | ||
|
|
||
| =head2 method gist / method Str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it doesn't build because of this line?
Also note these warnings:
The subkinds of routine T in Telemetry cannot be determined. Are you sure that routine is actually defined in Telemetry's file?
The subkinds of routine snap in Telemetry cannot be determined. Are you sure that routine is actually defined in Telemetry's file?
The subkinds of routine snapper in Telemetry cannot be determined. Are you sure that routine is actually defined in Telemetry's file?
The subkinds of routine periods in Telemetry cannot be determined. Are you sure that routine is actually defined in Telemetry's file?
The subkinds of routine report in Telemetry cannot be determined. Are you sure that routine is actually defined in Telemetry's file?
12/267: doc/Type/Telemetry/Period.pod6 => type/Telemetry::Period
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The warnings occur because there are no definitions.
https://github.com/perl6/doc/blob/b3bf11df35203bf91cefe67f61338161818fc6f0/htmlify.p6#L612-L621
Maybe @lizmat knows where the definitions(Signatures) of these routines is.
|
@AlexDaniel is it a rakudo only feature? |
|
Yes, no tests in roast, just like |
|
eh, where did doc/Type/Telemetry.pod6 go ??? It's not in the branch ? |
|
@lizmat , it's in this branch, both of them cause build failure. try to figure it out now. |
|
odd, in my local checkout it's definitely not there if I checkout the branch |
|
it's in branch |
|
Ok, I'll leave you to it then :-) |
|
Locally build ok, will merge it once travis-ci pass |
These pod6 files cause build failure, maybe we can rewrite it in correct format.