svn switch --relocate svn.openfoundry.org/pugs svn.pugscode.org/pugs/ | run.pugscode.org | spec.pugscode.org | paste: sial.org/pbot/perl6 | pugs.blogs.com
Set by avar on 16 November 2006.
01:38 dduncan joined 01:40 weinig joined 01:41 weinig is now known as weinig|away 01:43 pmurias joined
pmurias Alias_: it's only 2:43 here 01:44
dduncan but its 17:46 here 01:46
Alias_ 12:48pm here 01:50
pmurias good bye :) 02:01
02:01 pmurias left 02:06 ozo joined
DebolazX en.wikipedia.org/w/index.php?title=...d=97401177 02:13
lambdabot tinyurl.com/yj65w5
02:22 balony joined, meppl joined, Maddingue joined, orafu joined, hcchien joined, gugod joined, obra joined, clkao joined, spinclad joined, lumi joined, statico joined, lisppaste3 joined, rafl_ joined, sonorous joined 02:23 ozo joined, devogon joined, ayrnieu joined, kanru joined, buetow joined, mr_ank joined, svnbot6 joined, pmichaud_ joined, PerlJam joined, jnthn_ joined, webmind joined, wolverian joined, glasser joined, takanori_ joined, nipotaway joined, greenail_ joined, revdiablo joined, kolibrie joined, xinming_ joined, Kattana joined, theorbtwo joined, cookys joined, buu joined, weinig|away joined, wilx joined, Aankhen`` joined, lambdabot joined, pstickne joined, baest joined, nanonyme joined, TimToady joined, pnu joined, cj joined, [particle] joined, tewk_ joined, Debolaz joined, kcwu joined, shachaf joined, qmole joined, GeJ joined, f0rth joined, gaal joined, ingy joined, cognominal joined, tumulus joined, ofer0 joined, autark_ joined, beppu joined, Odin-LAP joined, spoop joined, awwaiid joined, dvorak joined, nelhage joined, turrepurre joined, buubot joined, perlbot joined, Juerd joined, DebolazX joined, Yappo joined, felipe joined 02:26 lambdabot joined
prism good year all 02:33
Alias_ And fresh connections for all! 02:34
DebolazX ponders if he should revert or rewrite the edit a bit.
avar garg @ perl6 repos 02:50
02:53 dmq joined 02:57 pstickne joined 03:15 mako132 joined 04:32 Steve_p joined 04:37 ozo left 05:56 lambdabot joined 06:19 lambdabot joined 06:23 b00t joined
svnbot6 r14974 | agentz++ | [syn_index.html] 06:23
r14974 | agentz++ | - fixed the link for S26 (Documentation.pod)
r14974 | agentz++ | since we don't have a perl 6 POD HTMLifier atm, plain POD
r14974 | agentz++ | is preserved.
r14975 | agentz++ | [syn_index.html] 06:29
r14975 | agentz++ | - removed markstos' comments since i've already fixed the
r14975 | agentz++ | links
r14975 | agentz++ | - made it explicit that S26 is in Perl 6 POD.
Alias_ Is there a graph anywhere of committers and commits? 06:34
I saw at one point ages ago Audreyt had one
dduncan just a minute ... I may know where one is ... 06:47
okay, this is far from flawless, but it has some of what you want: www.ohloh.net/projects/3300 06:51
lambdabot Title: Pugs - Ohloh Metrics Report
dduncan Alias_
Alias_ ta, looking 06:52
Wow, not many comments
Is it just misparsing?
wolverian doesn't read haskell, eh? :) 06:57
dduncan nope ... I did say it was far from flawless
Alias_ right 06:58
07:03 LeeD joined 07:18 Aankhen`` joined 07:22 b00t joined 07:34 kanru joined 07:56 devogon joined, nipra joined 08:34 Alias__ joined 09:01 iblechbot joined 09:10 lambdabot joined 09:22 b00t joined 09:26 nipra joined 09:44 kanru joined 09:45 LeeD joined 09:50 b00t joined 10:17 BooK joined 10:36 _bernhard joined 11:24 BooK_ joined
cognominal How can I get to compile MAD in perl5 without answerinfgmanually all the questions? 11:36
./Configure -DPERL_MAD -des # does not work 11:37
11:40 chris2 joined 11:56 II0o203l7 joined 12:16 luqui joined 12:17 Alias__ joined 12:18 ozo joined 12:25 cdfh joined 12:41 dduncan left 13:14 buetow joined 13:19 Jedai joined
LeeD hi, I have some trouble on compile pugs(r14975) with embeded parrot 13:32
after enable embeded parrot, I find some include path is wrong
at line 446 of Makefile.PL, 13:33
my $include_path = parrot_config($base, $parrot_config, 'prefix') . parrot_config($base, $parrot_config, my $include_path = parrot_config($base, $parrot_config, 'prefix') . parrot_config($base, $parrot_config, my $include_path = parrot_config($base, $parrot_config, 'prefix') . parrot_config($base, $parrot_config, my $include_path = parrot_config($base, $parrot_config, 'prefix') . parrot_config($base, $parrot_config, my $include_path = parrot_config($base, $parr
ot_config, 'prefix') . parrot_config($base, $parrot_config, 'inc');'inc');'inc');'inc');'inc');
this will generate wrong include path, like /home/lee/parrot/workinginclude 13:34
but after I fix this Makefile.PL, I got more compile error 13:35
like this
[ 1 of 96] Compiling UTF8 ( src/UTF8.hs, dist/build/UTF8.o ) 13:36
In file included from /home/lee/parrot/working/include/parrot/string.h:17,
from /usr/local/lib/ghc-6.6/include/HsBase.h:59,
from /tmp/ghc11400_0/ghc11400_0.hc:4:0: 13:37
and something like this
ghc use parrot's string.h instead of /usr/include/string.h 13:38
Anyone see this problem before? 13:40
line 446 of Makefile.PL is 13:41
cognominal that was ./Configure -Dmad # and one must not set PERL_MADSKILLS and PERL_XMLDUMP before compilation 13:43
LeeD my $include_path = parrot_config($base, $parrot_config, 'prefix') . parrot_config($base, $parrot_config, 'inc'); 13:46
13:50 f0rth_ joined 14:01 SCalimlim joined 14:03 rafl joined
LeeD I have post this problem to [email@hidden.address] and [email@hidden.address] 14:18
diakopter TimToady or someone else very familiar with the synopses - where is "say" defined in the Synopses, juxtaposed with "print" 14:39
14:39 kanru joined 14:45 kanru_ joined 14:52 ofer1 joined
diakopter nm; found it. 14:52
14:58 marmic joined 15:07 lenbust joined
svnbot6 r14976 | diakopter++ | Fixed the last two smartlinks, for now. Now to add a bunch more. 15:07
15:32 Alias__ joined 15:35 asz joined 15:36 kanru_ is now known as kanru, asz left 15:40 elmex joined 15:51 Alias_ joined 16:15 luqui joined 16:50 iblechbot joined 16:53 foo\ joined 16:54 mako132 joined 17:02 riffraff joined
riffraff hi 17:02
someone knows how to set a default value for an Hash?
17:03 Belaf joined 17:12 andara joined 17:15 baest joined 17:27 mako132 joined 17:41 araujo joined, nipra joined 17:44 foo\bar joined 17:49 avar joined, larsen_ joined 17:55 Schwern joined 18:01 ozo joined 18:04 avar joined 18:14 BooK joined
riffraff sorry, this is pretty dumb, but how do I use pugs' builtin fact() function? 18:32
wolverian I don't see that builtin
riffraff ah, then probably you're right :) 18:34
18:44 andara left 18:46 nipra joined 18:49 finchely joined
TimToady ?eval [*] ^10 18:50
18:50 evalbot_r14960 is now known as evalbot_r14976
evalbot_r14976 0.0 18:50
TimToady ?eval [*] 1..10
evalbot_r14976 3628800
18:56 cognominal left, cognominal joined 20:02 larsen__ joined 20:21 diakopter_ joined 20:23 larsen_ joined 20:25 riffraff joined 20:31 rffrff joined 20:32 rffrff is now known as riffraff 20:39 andara joined 20:49 larsen__ joined 21:11 larsen_ joined 21:12 greymaus joined, greymaus left
diakopter_ ?eval [*] 1..61 21:16
evalbot_r14976 507580213877224798800856812176625227226004528988036003099405939480985600000000000000
diakopter_ ?eval [*] 1..62 21:17
evalbot_r14976 31469973260387937525653122354950764088012280797258232192163168247821107200000000000000
diakopter_ ?eval [*] 1..66
evalbot_r14976 544344939077443064003729240247842752644293064388798874532860126869671081148416000000000000000
riffraff ?eval gather{ take 1; take 1 unless gathered} 21:18
evalbot_r14976 Error: No compatible subroutine found: "&gathered"
riffraff mh.. mh.. no gathered yet :/
allbery_b gathered is a proposal (which got little discussion that I saw, so don't expect much) 21:19
riffraff it is a proposal? I thought it was specced out since the beginning 21:20
allbery_b no, someone recently asked on the mailing list if such a thing (he called it "was_taken") might be considered 21:24
see the latest perl6 weekly summary on planetsix.perl-foundation.org 21:25
(it's at the end of the summary document)
21:28 weinig|away is now known as weinig_, weinig_ is now known as weinig
riffraff yes, I saw that, but I remeber gathered from Perl6::Gather and it was there 21:28
21:51 andara left 22:06 frankg joined 22:07 wamiks joined 22:15 Aankhen`` joined 22:17 ashelyb_ joined 22:52 rffrff joined 23:26 Psyche^ joined 23:33 ozo left 23:40 Psyche^ is now known as Patterner 23:43 pstickne joined 23:46 pstickne joined