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

xt/examples-compilation.t fails #1693

Closed
coke opened this issue Nov 29, 2017 · 6 comments
Closed

xt/examples-compilation.t fails #1693

coke opened this issue Nov 29, 2017 · 6 comments
Labels
xt Regarding current or new xt/ tests or the utils/

Comments

@coke
Copy link
Collaborator

coke commented Nov 29, 2017

https://docs.perl6.org/type/Telemetry

has this sample:

use Telemetry :COLUMNS;   # imports all of the possible columns of report 

but this dies with:

16:30 < [Coke]> m: use Telemetry :COLUMNS;
16:30 <+camelia> rakudo-moar 4a32089fd: OUTPUT: «===SORRY!=== Error while
                 compiling <tmp>␤Error while importing from 'Telemetry': no
                 such tag 'COLUMNS'␤at <tmp>:1␤------> use Telemetry
                 :COLUMNS⏏;␤»
@coke coke added the xt Regarding current or new xt/ tests or the utils/ label Nov 29, 2017
@tisonkun
Copy link
Member

I think @lizmat knows about it.

@lizmat
Copy link
Collaborator

lizmat commented Dec 4, 2017

This is documentation being out of date. Telemetry doesn't export any columns anymore, as it has become completely pluggable with Instruments. I will work on updating the documentation this week.

@zoffixznet
Copy link
Contributor

reminder ping

zoffixznet added a commit that referenced this issue Dec 16, 2017
The only thing remaining is #1693
and I don't know the right new behaviour to document it.

P.S.: I sorted the code.pws with `sort xt/code.pws -u -o xt/code.pws`
which seems to move words with marks on them from the end of the file.
@lizmat
Copy link
Collaborator

lizmat commented Dec 17, 2017 via email

@AlexDaniel
Copy link
Member

AlexDaniel commented Dec 17, 2017

PING lizmat (lizmat) 56(84) bytes of data.
64 bytes from lizmat: icmp_seq=1 ttl=57 time=44520000.0 ms
^C
--- lizmat ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 44520000.000/44520000.000/44520000.000/0.000 ms

@coke
Copy link
Collaborator Author

coke commented Dec 29, 2017

looks like this was fixed, thanks.

@coke coke closed this as completed Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
xt Regarding current or new xt/ tests or the utils/
Projects
None yet
Development

No branches or pull requests

5 participants