|
»ö« | perl6.org/ | nopaste: paste.lisp.org/new/perl6 | evalbot usage: 'perl6: say 3;' or rakudo: / pugs: / std: , or /msg p6eval perl6: ... | irclog: irc.pugscode.org/ | UTF-8 is our friend! Set by moderator on 20 October 2009. |
|||
|
00:00
xenoterracide joined
00:03
xenoterracide joined
00:08
xenoterracide joined
00:29
am0c joined
00:31
hatseflats joined
00:50
orafu joined
|
|||
| xp_prg | is anyone aware of a tool that can pull a web page off a server in such a way that it will work locally correcting all relative things etc... | 01:03 | |
| PerlJam | xp_prg: wget? | 01:08 | |
| sjohnson | xp_prg: firefox is the only way i know how to do it | 01:19 | |
| i dont know if will download all the img pics, etc | |||
|
01:21
NorwayGeek joined
|
|||
| PerlJam | sjohnson: wget will do it. | 01:23 | |
| now you know of two ways | |||
| sjohnson | sweet | 01:24 | |
|
01:27
stephenlb joined
02:03
frew joined
02:39
mikehh joined
03:10
pnate joined
03:11
mepplock joined
03:22
pnate2 joined
03:27
ShaneC joined
03:32
envi^home joined
03:35
colomon joined
03:37
mikehh joined
03:40
JimmyZ joined
03:59
tak11 joined
04:07
Bzek joined
04:36
kent\\n joined
|
|||
| carlin | Eugh. Changing recv is going to be messier than I thought ... | 05:32 | |
|
05:42
astrojp left
05:55
am0c joined
|
|||
| carlin will have to think about it more after $work | 05:56 | ||
|
06:05
eternaleye joined
06:07
TiMBuS joined
06:15
eternaleye joined
07:03
meteorjay joined
07:12
desertm4x joined
07:13
kent\\n joined
07:15
mikehh joined
07:17
desertm4x_ joined
07:18
tak__ joined
07:22
donaldh joined
07:24
xabbu42 joined
07:42
cotto joined
|
|||
| sjohnson | hello all | 07:44 | |
| spinclad | good globaltime(), sjohnson | 07:46 | |
| sjohnson | it is time i learn the Perl 6 ways | ||
| hows it going simcop2387 | |||
| oops.. spinclad | |||
|
07:47
am0c joined
|
|||
| spinclad | it goes well here, sjohnson | 07:48 | |
| though others might wonder how i can call this 'well', i suppose | 07:49 | ||
| it's good to see Perl 6 strengthening and starting to blossom | 07:50 | ||
| i have some experiments with environment structure i want to finally do, more than just witnessing the joy | 07:52 | ||
| it is time, in spite of my scattered attention. | 07:53 | ||
| i'll make a first writeup in the next days | 07:55 | ||
| the dao of Perl 6 is indeed strong | 07:58 | ||
| and how goes it with you, sjohnson | 07:59 | ||
| sjohnson | just thinking about perl | 08:01 | |
| ... perl 6 is a big deal | 08:02 | ||
| :) | |||
| spinclad | aye | ||
| colomon | indeed. | 08:06 | |
| rakudo: say i; | 08:08 | ||
| p6eval | rakudo 49e62f: OUTPUT«Could not find non-existent sub iin Main (file src/gen_setting.pm, line 295)» | ||
| colomon | rakudo: say pi; | ||
| p6eval | rakudo 49e62f: OUTPUT«3.14159265358979» | ||
| spinclad | i needs adding | 08:09 | |
| colomon | Just noticing that from the Oct 07 design minutes. | 08:10 | |
|
08:11
zloyrusskiy joined
|
|||
| colomon | ..and looking at how hard it would be to implement. | 08:11 | |
| as long as the hotel fire alarm has me up.... | 08:12 | ||
| colomon thinks they have finally stopped announcing that everything is okay, but is now pretty awake. | |||
| rakudo: constant i = 1i; say i; | 08:13 | ||
| p6eval | rakudo 49e62f: OUTPUT«0 + 1i» | ||
| colomon | oooo, that seems promising. | ||
| ... but does not work in the setting. Bah,. | 08:18 | ||
| I have a feeling this is one of those things pmichaud can do in his sleep. | |||
|
08:22
snarkyboojum joined
|
|||
| colomon | I don't see any sign that there is a test for i yet. But I think I'm ready to try going back to sleep... | 08:22 | |
|
08:34
colomon_ joined
08:45
Su-Shee joined
|
|||
| Su-Shee | good morning. :) | 08:45 | |
| sjohnson | hi | ||
| moritz_ | good morning all | ||
|
08:56
a-sh_ joined
09:02
tak11 joined
09:13
a-sh_ joined
09:29
tak__ joined
09:44
iblechbot joined
09:45
TopoMorto joined
09:47
tak11 joined
09:49
payload joined
09:53
ShaneC1 joined
09:56
ejs joined
09:58
tak__ joined
10:05
desertm4x joined
10:11
lichtkind joined
|
|||
| lichtkind | jnthn: what you ment by series operator ? | 10:12 | |
|
10:20
snarkyboojum joined
10:30
baest joined,
markmont joined
10:35
pnate joined
10:36
xenoterracide joined
10:39
payload1 joined
|
|||
| moritz_ | search for series in S03 :-) | 10:44 | |
| rakudo: .say for 1, 3 ... *+2, 9 | 10:45 | ||
| p6eval | rakudo 49e62f: OUTPUT«13579» | ||
| markmont | rakudo: try { fail("oh noes"); CATCH { say "caught"; } } | 10:47 | |
| p6eval | rakudo 49e62f: OUTPUT«caught» | 10:48 | |
| markmont | perl6: try { chdir("/no/such/directory"); CATCH { say "caught"; } } | ||
| p6eval | pugs, rakudo 49e62f: ( no output ) | ||
| ..elf 28890: OUTPUT«Unknown rule: statement_control:CATCHIt needs to be added to ast_handlers. at ./elf_h line 2850» | |||
| markmont | rakudo: try { chdir("/no/such/directory"); CATCH { say "caught"; } } | ||
| p6eval | rakudo 49e62f: ( no output ) | ||
| markmont | ...even though chdir() ends with .tailcall '!FAIL'('Unable to change to directory "', newdir, '"') | 10:49 | |
| Bad understanding on my part? Unimplemented feature? | |||
| moritz_ | seems like a rakudo bug | 10:52 | |
|
10:53
meppl joined
|
|||
| moritz_ | markmont: could you please report it by sending a mail to rakudobug@perl.org? | 10:53 | |
| markmont | Will do, thanks. | ||
|
10:55
pnate2 joined
|
|||
| moritz_ | thank you for reporting | 10:55 | |
|
10:58
payload joined
11:08
pmurias joined
11:10
NorwayGeek joined
11:12
Whiteknight joined
11:24
NorwayGeek joined
11:32
kent\\n joined
11:36
fax joined
|
|||
| lichtkind | moritz_: thanks | 12:07 | |
| moritz_: must be knew | 12:08 | ||
|
12:08
ruoso joined
12:12
tak11 joined
|
|||
| moritz_ | somewhat, yes | 12:15 | |
|
12:21
kent\\n joined
|
|||
| dalek | ok: 8d93fcb | moritz++ | src/regexes.pod: [RX] two typos noted by (Adrian White)++ (for which I opened <rt.cpan.org/Ticket/Display.html?id=50794>, and the � and � are lost, because TeX doesn't know the file is encoded as UTF-8. |
12:25 | |
| clkao | win 27 | 12:29 | |
| avar | dalek: you can define some macros to make tex grok utf8 | 12:32 | |
| moritz_ | avar: I tried a \\usepackage[utf8]{inputenc}, but it produced a lot of unrelated build errors that I didn't understand | 12:34 | |
|
12:37
agentzh joined
12:40
jan_ joined
12:55
naypalm joined
|
|||
| pugs_svn | r28891 | colomon++ | [t/spec] Add tests for i as 1i. | 13:00 | |
| arnsholt | moritz_: You could use the \\og and \\fg commands instead of literal UTF-8 guillemets? | 13:12 | |
| Although that might require some fiddling with babel to get the commands loaded | 13:13 | ||
|
13:13
namenlos joined
|
|||
| colomon | Seems like some hacking on Pod::PseudoPod::LaTeX may be needed? | 13:16 | |
| arnsholt | moritz_: If you use T1 fonts it turns out you can just write << and >> to get the guillemets | 13:25 | |
| Just like Perl 6 =) | |||
|
13:26
ad13 joined,
astrojp joined
13:28
jsut joined
|
|||
| jsut | is .isa() known to have problems with colons in class names? | 13:32 | |
| lisppaste3 | jsut pasted ".isa has problems with colons?" at paste.lisp.org/display/89206 | 13:35 | |
| moritz_ | arnsholt: I don't think I can use use that in POD | 13:37 | |
| jsut: looks like a bug, yes | |||
| jsut | should / can i turn that into a failing test for you guys? | 13:38 | |
|
13:38
Coleoid joined
|
|||
| moritz_ | jsut: yes, please. And a ticket to rakudobug@perl.org | 13:38 | |
| jsut: if you want something that works, you can use the type name without the quotes | 13:39 | ||
| jsut | i suppose i could look at the docs on rakudo.org to see how to send in the patch | ||
| really. | 13:40 | ||
| interesting ;) | |||
| i didn't try that obviously | |||
| the next rt ticket number is 70000 | 13:59 | ||
| moritz_ | and masak is not online ;-) | 14:00 | |
| jsut | does p6 have a use lib () yet? | 14:02 | |
| moritz_ | no, and it's not clear if it ever will | ||
| because modules need to be organized differently from Perl 5 | 14:03 | ||
| jsut | right now to run my little tests i'm setting PERL6LIB in env, which i guess is what you need to do. | ||
| moritz_ | for one to allow multiple versions of the same module | ||
| the other reason is that the file system can't always represent every possible module name | |||
| jsut | not having a concept like that seems like it'd make it harder for people to ship their own code. | ||
| moritz_ | that intermediate plan is to install the modules to ~/.perl6/lib/ | 14:04 | |
|
14:04
nihiliad joined
|
|||
| jsut | the "file systems not being able to represent every possible class name" bit could obviously be a big wrench in things | 14:06 | |
| at least if you're thinking about it from the p5 world. i guess that happens in p5 anyway though since you can use UTF8 in package names | |||
| moritz_ | another point is case sensitivty | 14:07 | |
|
14:07
szabgab joined
|
|||
| jsut | yeah | 14:07 | |
| thanks for you help, i sent the bug and just attached the patch with new tests | 14:08 | ||
| is that any better / worse than forking on github and sending pull requests? | |||
| moritz_ | jsut: please send patches (from git-format-patch) to the bug tracker | 14:11 | |
| jsut: and the tests go into the pugs testsuite, I can give you commit access for that | 14:12 | ||
| jsut: just tell me your desired nickname and your email address (by private message if you fear spam) | |||
|
14:13
araujo joined
14:15
icwiener joined
|
|||
| moritz_ | t/spec/S29-any/isa.t would be a good location | 14:16 | |
| the tests that are shipped with rakudo are just very basic sanity tests for thing we need in Test.pm | |||
| jsut | ok | ||
|
14:16
mikehh joined
|
|||
| moritz_ | jsut: welcome, you should have an invitation in your inbox now or very soon | 14:18 | |
| jsut: it's a custom to add yourself to AUTHORS in the first commit | 14:19 | ||
| jsut | okey | ||
|
14:21
ad13 left
|
|||
| pmurias | moritz_: can't linux use utf8 file names? | 14:32 | |
|
14:41
Chillance joined
|
|||
| moritz_ | pmurias: it can | 14:42 | |
| traditionally linux hasn't been the most troublesome platform for developers ;-) | 14:43 | ||
| but for example there might still be length limits | |||
| pugs_svn | r28892 | jsut++ | Tests for RT #69999, .isa on classes with colons in their names | 14:53 | |
|
14:56
Psyche^ joined
15:00
brunov joined
15:02
tak11 joined
15:13
xabbu42_ joined
15:14
Psyche^ joined
15:21
envi^home joined
15:28
payload joined
15:43
justatheory joined
15:50
KatrinaTheLamia joined
15:51
macroron joined
15:57
macroron joined
15:59
arthur-_ joined
16:00
macroron joined,
arthur-_ joined
16:02
macroron joined
16:17
szabgab joined
|
|||
| dalek | ok: 077ab7c | moritz++ | src/regexes.pod: [RX] more look-ahead, look-behind |
16:17 | |
|
16:23
arthur-_ joined
16:24
[particle] joined
16:29
zamolxes joined
|
|||
| dalek | ok: 0116ca3 | moritz++ | src/grammars.pod: [grammars] explain grammar inheritance |
16:35 | |
|
16:40
hanekomu joined
16:57
KyleHa joined
17:25
peppe joined
18:02
jaldhar joined
18:03
tak11 joined
18:14
justatheory joined
18:15
NorwayGeek joined
18:17
tak__ joined
18:20
canhope joined,
NorwayGeek joined
18:24
nbrown joined
18:36
nihiliad joined
18:38
c9s_ joined
18:54
mikehh joined
19:15
mikehh joined
19:43
eternaleye joined
19:45
nbrown_ joined
19:47
zloyrusskiy joined
19:49
tak11 joined
19:54
mikehh joined
20:01
Schwern joined
20:12
icwiener joined
20:24
ShaneC joined
|
|||
| TimToady | /names | 20:26 | |
|
20:35
Su-Shee left
20:37
tak__ joined
20:39
colomon joined,
frew__ joined
20:51
Coleoid joined
20:59
NorwayGeek joined
21:09
TiMBuS joined
21:10
kent\\n joined
21:15
tak11 joined,
mikehh joined
21:28
mikehh_ joined
21:32
ruoso joined
21:35
snarkyboojum joined
21:39
mikehh__ joined
21:44
kent\\n joined
21:59
tak11 joined
|
|||
| colomon wonders if the channel is worn out from all the releases this week... | 22:17 | ||
|
22:19
jsut joined
22:38
quietfanatic joined
23:03
Whiteknight joined
23:08
kent\\n joined
|
|||
| Grrrr | 14 | 23:10 | |
|
23:11
Eevee joined
23:14
hatseflats joined
23:17
hatseflats joined
23:19
mikehh joined
23:24
fax joined
23:44
eternaleye joined
|
|||
| pugs_svn | r28893 | kyle++ | [t/spec] label and fudge new tests from jsut++ | 23:55 | |