pugscode.org/ | nopaste: sial.org/pbot/perl6 | ?eval [~] <m oo se> | We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/ Set by diakopter on 11 July 2007. |
|||
00:04
vel left
00:06
theorbtwo joined
00:14
HiTech69 left
00:17
cmarcelo left,
theorb left
00:35
fglock joined
01:02
fglock left
01:03
veek is now known as veek`,
zakame left
01:08
amnesiac left
01:10
fglock joined
01:15
Limbic_Region left
01:27
devogon left
01:35
riffraff left
01:42
weinig left
01:49
polettix left
02:01
justatheory left
02:06
fglock left
02:16
weinig joined
02:17
weinig left,
weinig joined
02:23
justatheory joined
02:59
justatheory left
03:05
jjore-m joined
03:08
ashleyb left
03:35
thoughtpolice left
03:49
weinig is now known as weinig|away
04:21
jjore-m is now known as amonynuff
04:39
stevan__ joined
05:02
vel_ left
06:15
Aankhen`` joined
06:36
cognominal_ joined
06:49
statico2 left
06:54
zakame joined
07:14
cognominal_ left
07:18
ahmadz joined
|
|||
ahmadz | hi | 07:19 | |
run.pugscode.org is online again | |||
07:22
ahmadz left
07:35
Alias_ joined
08:00
alc left
08:12
BinGOs joined
08:22
zakame_ joined
08:26
zakame__ joined
08:27
wilx` joined,
wilx` is now known as wilx,
drrho joined
08:28
BinGOs left
08:34
jisom joined
08:37
zakame left
08:39
BinGOs joined
08:41
zakame_ left
09:18
devogon joined
09:39
xinming left
09:40
kane__ joined
10:02
drrho left
10:15
jisom_ joined
10:33
jisom left
10:40
zakame__ left
11:02
jisom_ left
11:05
agentzh joined,
zakame__ joined
11:07
xinming joined
11:09
pmurias joined
11:15
zakame__ left
11:17
drrho joined
11:31
xinming_ joined
11:38
xinming left,
zakame joined
11:43
xinming_ left
|
|||
pmurias | hi | 11:45 | |
11:47
barney joined
|
|||
pugs_svn | r18878 | fglock++ | [kp6-perl5] lazy autovifification refactoring | 11:52 | |
12:02
xinming joined
12:05
SinDoc joined
12:20
SinDoc left
|
|||
ggoebel | just updated source. I'm getting fewer failures. dlo++. The only one I'm getting now is a kp6-mp6 test failure on t/kp6/internals/02-gather........................no method 'elems' in Class 'ValueProxy' at compiled/perl5-kp6-mp6/lib/KindaPerl6/Runtime/Perl5/MOP.pm line 345 | 12:21 | |
12:29
drrho left
|
|||
pmurias | ggoebel: you have Coro? | 12:47 | |
the tests works for me | 12:48 | ||
12:54
xinming_ joined
|
|||
ggoebel | no. shouldn't that be listed as a dependency somewhere? | 12:57 | |
fetching... | 12:58 | ||
13:01
devogon left
13:02
devogon joined
13:03
xinming left
13:06
gantrixx joined
|
|||
gantrixx | I heard a rumor a while ago that Perl6 would be released before this Christmas | 13:06 | |
any truth to that? | |||
Alias_ | s/this// | 13:07 | |
ggoebel | thanks all test passing now with Coro installed | 13:08 | |
13:10
barney left
|
|||
pmurias | gantrixx: you mean a 6.0.0 release? | 13:11 | |
ggoebel | Any reason not to add Coro to the PREREQ_PM hash in Makefile.PL? | 13:12 | |
pmurias | it's an optional dependency | ||
ggoebel | then shouldn't we skip 02-gather if Coro isn't installed? | 13:14 | |
pmurias | yes | ||
we should skip | 13:19 | ||
ggoebel | I'll look into it... never done tests which were optional on a module being installed. | 13:21 | |
before | 13:22 | ||
13:28
devogon left,
devogon joined
13:44
masak joined
|
|||
gantrixx | pmurias: yes, the first real realease | 13:46 | |
the first non-beta release | 13:47 | ||
and when will the first unix/linux distro include Perl6 | |||
13:48
rindolf joined
|
|||
pmurias | gantrixx: i don't think there will be a non-beta realse this year | 13:59 | |
14:00
lichtkind joined
|
|||
agentzh thinks gantrixx is living in the year 2009 or 2010. | 14:00 | ||
14:07
vdrab joined
|
|||
pmurias | gantrixx: gentoo includes pugs in portage | 14:08 | |
14:12
Alias_ left
14:20
rindolf left
14:24
chris2 joined
|
|||
lichtkind | found some bugs in pugs | 14:26 | |
eval: say (1,2) X (3,4) | |||
buubot | lichtkind: ''ERROR: Bareword found where operator expected at (eval 216) line 1, near ") X"syntax error at (eval 216) line 1, near ") X " | ||
lichtkind | eval: say "(1,2) X (3,4)"; | 14:27 | |
buubot | lichtkind: ''ERROR: String found where operator expected at (eval 216) line 1, near "say "(1,2) X (3,4)""syntax error at (eval 216) line 1, near "say "(1,2) X (3,4)"" | ||
lichtkind | eval: say "("; | ||
buubot | lichtkind: ''ERROR: String found where operator expected at (eval 216) line 1, near "say "(""syntax error at (eval 216) line 1, near "say "("" | ||
lichtkind | eval: say " "; | ||
buubot | lichtkind: ''ERROR: String found where operator expected at (eval 216) line 1, near "say " ""syntax error at (eval 216) line 1, near "say " "" | ||
lichtkind | eval: say ; | ||
buubot | lichtkind: say | ||
lichtkind | eval: say 4; | ||
buubot | lichtkind: ''ERROR: Number found where operator expected at (eval 216) line 1, near "say 4"syntax error at (eval 216) line 1, near "say 4" | ||
14:28
cookys left
|
|||
lichtkind | eval: (1,2) X (3,4); | 14:28 | |
buubot | lichtkind: ''ERROR: Bareword found where operator expected at (eval 216) line 1, near ") X"syntax error at (eval 216) line 1, near ") X " | ||
lichtkind | eval: (1,2) x (3,4); | ||
buubot | lichtkind: 2222 | ||
lichtkind | argh | ||
pmurias | lichtkind: buubot eval perl5 | ||
* evals | 14:29 | ||
lichtkind | ah | ||
pmurias | pugs: (1,2) X (3,4) | ||
lichtkind | and how to eval perl 6? | ||
exp_evalbot | OUTPUT[((1, 3), (1, 4), (2, 3), (2, 4))ā¤] | ||
lichtkind | ah | ||
pmurias | kp6: say "123" | ||
exp_evalbot | r18878: OUTPUT[123ā¤] | ||
lichtkind | ougs: (1,2) X (3,4) <a b>; | ||
pugs: (1,2) X (3,4) <a b>; | |||
exp_evalbot | OUTPUT[*** ā¤ Unexpected end of inputā¤ at /tmp/b0F1TzJIgJ line 1, column 21ā¤] | ||
lichtkind | pugs: (1,2) X (3,4) X <a b>; | ||
exp_evalbot | OUTPUT[((1, 3, "a"), (1, 3, "b"), (1, 4, "a"), (1, 4, "b"), (2, 3, "a"), (2, 3, "b"), (2, 4, "a"), (2, 4, "b"))ā¤] | ||
lichtkind | ah thats better than mine pugs version | 14:30 | |
pugs: (2,3,4).minmax | 14:31 | ||
exp_evalbot | OUTPUT[*** No such method in class Array: "&minmax"ā¤ at /tmp/WAxpQn9lM6 line 1, column 1 - line 2, column 1ā¤] | ||
lichtkind | pugs: (2,3,4) minmax (5,6,7) | ||
exp_evalbot | OUTPUT[*** No such subroutine: "&infix:minmax"ā¤ at /tmp/AmiAoYowT2 line 1, column 1 - line 2, column 1ā¤] | ||
lichtkind | pmurias: thanks but this is definitly a missing feature | 14:32 | |
pmurias | i don't think pugs even claims to be complete | 14:37 | |
14:40
iblechbot left
14:42
vdrab left
14:52
chris2 left
14:59
alc joined
15:25
wilx left
15:34
wilx joined
15:35
wilx left
|
|||
ggoebel | hmm... why would you say Coro.pm is optional if perl5 is the default backend for testing? | 15:43 | |
I'm scratching my head on how to have a kp6 test be skipped if the underlying backend doesn't have a module dependency installed... | 15:44 | ||
It would seem a little draconian to skip the whole test suite... | |||
15:47
pbuetow left
15:48
pbuetow joined
15:49
snearch joined
15:51
wilx joined
15:53
andara joined
|
|||
andara | hi all | 15:54 | |
15:59
snearch left,
pohyg joined
|
|||
andara | I have patched Pugs for compilation with GHC 6.8.1. However, the changes break the 6.6.1 build. So do we stick with 6.6.1 or upgrade to 6.8.1? | 16:00 | |
16:01
pmurias left
16:04
andara left
16:06
perlmonkey2 joined
|
|||
Patterner | Upgrade to 6.8.1 | 16:08 | |
16:08
andara joined
|
|||
perlmonkey2 | When someone talks about "stubs" generated by a library, what are they talking about? The API? | 16:12 | |
Patterner | Usually it's a small piece of code that just adjusts parameters and forwards to a library or kernel functions. | ||
perlmonkey2 | whups, wrong channel, but thanks Patterner :) | 16:13 | |
Patterner | Which would've been the right channel? #stubs? :) | 16:14 | |
perlmonkey2 | Hah, usually I ask dorky question on #perl. This channel always seemed to be full of very important work that shouldn't be bothered. | 16:15 | |
16:17
r0bby_ joined
16:28
perlmonkey2 left
16:32
barney joined
16:33
iblechbot joined
16:48
cmarcelo joined
16:59
Psyche^ joined
17:12
IllvilJa left,
Patterner left,
Psyche^ is now known as Patterner
17:16
cerridwen is now known as _the_evil_
17:19
Juerd is now known as ^^,
^^ is now known as Juerd
17:25
_the_evil_ is now known as julchen
17:45
weinig joined
17:52
masak left
17:57
Notrix joined
18:00
thoughtpolice joined
18:01
weinig|away left
18:04
r0bby_ left
18:11
rindolf joined
18:14
sunnavy left
18:22
cognominal_ joined,
cognominal_ left,
cognominal_ joined,
amnesiac joined
18:26
sunnavy joined
18:38
Notrix left
18:40
cognominal_ left
|
|||
lichtkind | obra: ping? | 18:41 | |
obra | not really here. email me? [email@hidden.address] | 18:42 | |
18:48
jonathanturner joined
|
|||
lichtkind | obra: allright | 18:50 | |
19:00
andara left
19:04
weinig left,
amonynuff is now known as jjore-l
19:05
weinig joined
19:08
thoughtpolice left
19:20
alc left
19:24
jisom joined
19:39
drupek12 left
19:40
pmurias joined
|
|||
pmurias | ggoebel: ping | 19:40 | |
20:18
cognominal_ joined
20:32
rindolf left
20:34
barney left
20:38
kane__ left
20:39
jisom left
20:50
jjore-l left
21:21
jjore-m joined
21:25
dreeves joined,
weinig left
21:31
amnesiac left,
pmurias left
21:37
devogon left
21:38
iblechbot left
21:45
Aankhen`` left
21:50
devogon joined
21:51
pbuetow left
21:53
pbuetow joined
22:06
revdiablo joined
22:14
zakame left
22:28
weinig joined
22:29
weinig left
22:30
weinig joined
22:49
cyberpass2 joined
|
|||
cyberpass2 | what ever happend to perl6? | 22:49 | |
people have been talking about it for years... | |||
another vaporware | 22:50 | ||
dreeves | survey question: Fill in the year X so that this is true: "If we don't see perl6 launched for real by X then it's pretty surely never going to happen." | 22:52 | |
22:52
polettix joined
|
|||
ggoebel | pmurias: pong | 22:53 | |
cyberpass2: The problem lies with the "people talking about it". Would you like a commit bit? There are people doing it. But not enough of them. There are 3 implementations in various states of development. If you're impatient for perl6 to arrive, stop talking and do something. Find some task that needs doing and do it. Then lather, rinse, and repeat. | 23:05 | ||
23:11
pbuetow left
23:15
jrockway_ joined
|
|||
cyberpass2 | damn | 23:16 | |
where have all the perl people gone? | |||
23:16
pbuetow joined
|
|||
cyberpass2 | ruby? | 23:16 | |
pbuetow | whats about ruby? | ||
cyberpass2 | nvm | ||
23:20
jrockway left
23:25
cognominal_ left
23:28
Alias_ joined
23:38
jrockway_ left
23:42
thestarslookdown joined
23:43
jrockway joined
23:59
pohyg left
|