Parrot 0.5.3 Released | parrotcode.org/ | see www.parrotcode.org/misc/parrotsketch-logs/ for logs
Set by moderator on 27 February 2008.
svnbotl r26170 | chromatic++ | trunk: 00:05
: [src] Ensure that all STRINGs stored in the HLL structures is constant. This
: should clear up some of the problems with Tcl and Lua, especially with regard
: to namespaces disappearing.
diff: parrotvm.org/svn/parrot/revision/?rev=26170
00:09 slightlyoff joined
svnbotl r26171 | chromatic++ | trunk: 00:12
: [GC] Removed the constant PMC marking code. If there are any constant PObjs
: that themselves point to non-constant PObjs, we need to find them and fix that.
: There should be a minor speed improvement after this change.
diff: parrotvm.org/svn/parrot/revision/?rev=26171
00:30 Limbic_Region joined 00:33 silug joined 00:36 Theory joined
svnbotl r26172 | chromatic++ | trunk: 00:36
: [Lua] Fixed a (Perl) compiler warning in test.
diff: parrotvm.org/svn/parrot/revision/?rev=26172
00:39 particl1 joined
svnbotl r26173 | chromatic++ | trunk: 00:42
: [tools] Made fakecutables perform a full memory freeing at the end of the
: process. This may catch a few buglets in global destruction.
diff: parrotvm.org/svn/parrot/revision/?rev=26173
00:43 particle joined 01:06 particle joined 01:20 particle joined
spinclad ENOPIPER 01:58
Robrt /msg'd 02:02
03:10 slightlyoff joined 03:13 kid51 joined
svnbotl r26174 | petdance++ | trunk: 03:42
: optimizing away some extra checks for NULL; parenthesized some macros
diff: parrotvm.org/svn/parrot/revision/?rev=26174
03:48 Andy joined
Andy ping anyone 03:50
purl I can't find anyone in the DNS.
cotto anyone? 04:02
purl Bueller? Bueller?
svnbotl r26175 | petdance++ | trunk: 04:07
: parenthesized some macros
diff: parrotvm.org/svn/parrot/revision/?rev=26175
04:08 rdice joined
spinclad Andy: pong 04:31
Andy oh, I am past my Moment Of Crisis. 04:32
But thatnkyou
spinclad glad to be of presence
it's one way to take a census, i guess 04:33
04:42 bb3 joined 04:59 Piper joined
Piper Hi there. I am Piper. I am now publicly logging this channel. If you don't want to be logged, please leave now. 04:59
05:00 x___ joined
svnbotl r26176 | petdance++ | trunk: 05:03
: The headerizer now works on compilers/imcc/imcc.y, so we have properly headerized functions from there so splint will work better when analyzing IMCC
diff: parrotvm.org/svn/parrot/revision/?rev=26176
05:05 gabriel joined
cotto in PIR, how can I manually destroy a PMC? 05:38
nm. delete will be good enough 05:39
05:40 petdance joined
svnbotl r26177 | petdance++ | trunk: 05:45
: instrumenting functions in imcc.y
diff: parrotvm.org/svn/parrot/revision/?rev=26177
r26178 | allison++ | trunk: 06:29
: [pdd] Rewritten Security PDD.
r26179 | allison++ | trunk:
: [pdd] Kicking the Security PDD out of draft.
diff: parrotvm.org/svn/parrot/revision/?rev=26179
07:23 cj joined 08:06 cj joined 08:12 iblechbot joined 09:14 bb3 joined 09:29 barney joined
barney inadvertedly changed imcc.y in r26164 09:57
10:00 AndyA joined
svnbotl r26180 | bernhard++ | trunk: 10:05
: #42769: Remove unneeded type names from PIR
: Adapt expected error message, untodo a test
: after changing imcc.y in r26164
diff: parrotvm.org/svn/parrot/revision/?rev=26180
r26181 | bernhard++ | trunk: 10:12
: #51308: [BUG] t/perl/Parrot_Test.t failing
: Fix provided by kraai.
diff: parrotvm.org/svn/parrot/revision/?rev=26181
10:25 iblechbot joined 11:49 vhold joined 12:04 DarkWolf84 joined 12:20 jrockway joined
barney wonders about indentation of 3 in imcc.y 12:37
12:41 x___ joined 12:43 silug joined 12:59 iblechbot joined
svnbotl r26182 | bernhard++ | trunk: 13:16
: [Parrot m4]
: .local Hash -> .local pmc
diff: parrotvm.org/svn/parrot/revision/?rev=26182
13:20 x___ joined 13:41 x___ joined 13:55 kid51 joined 14:07 wknight8111 joined 14:44 rdice joined 15:22 iblechbot joined 15:27 Andy joined 15:30 silug joined 16:19 cesag joined
cesag hi guys! 16:19
purl OI! i'm a girl ye monkey!
cesag I fetched latest svn parrot version
and I got pbc_to_exe errors during perl6 building 16:20
if someone is interested, a micro patch 16:21
--- parrot/tools/dev/pbc_to_exe_gen.pl Sun Mar 2 16:44:13 2008
+++ parrot.my/tools/dev/pbc_to_exe_gen.pl Sun Mar 2 16:42:04 2008
@@ -289,7 +289,7 @@
.local string compile
compile = cc
- compile .= ' -Fo'
+ compile .= ' -o'
compile .= objfile 16:22
compile .= ' -I'
compile .= pathquote
regards.
(Oh, i'm on OpenBSD 4.3 system, after patch perl6 runs!) 16:26
bye.
16:53 marmic joined
cognominal jonathan, I have corrected and extended your colonpair grammar and actions. More to be done. I starded to write a .perl method for pairs too. Should I send you the patch? 16:57
17:05 wknight8111 joined
Coke cognominal: If you don't get an answer, just open a ticket and cc him. 17:11
cognominal well I will send a patch once I get things cleant 17:17
jonathan is usually responsive
I am happy. I start to grok rakudo compilation chain. 17:18
hum, I should go to vote for the French municipal election... 17:23
17:24 davidfetter joined 17:28 Coke joined 17:53 DarkWolf84 joined 18:41 peeps[work] joined 18:42 grim_fandango joined 18:49 silug joined 19:10 Dave joined 19:53 Theory joined 20:10 amoore joined
cognominal what is the convention to insert pir code in Perl 6? 20:15
...besides calling a helper function coded in Pir. 20:16
I don't see anything in rakudo grammar.pg :( 20:18
maybe some reserved function
Tene cognominal: eval('...',:lang<pir>); should be one option. 20:20
Don't think it works right now, though.
cognominal I need to finish colonpair for that syntax to work. 20:22
Tene ;)
I remember something like: {{{ ... }}}
20:32 parrot-poke joined 21:28 gabriel joined 22:14 kid51 joined
cognominal can someone with the commit bit add that? scsys.co.uk:8001/13650 22:21
kid51 cognominal: (Since I just came online ...) is this in response to a particular RT? 22:30
Or is it a new contribution?
22:31 davidfetter joined, slightlyoff joined
cognominal it is a new contribution 22:35
mostly corrects and add some stuff to jonathan implementation of pairs 22:37
and a partial .perl Pair implementation to check out it works
hum, = and , seem to have wrong respective precedences 22:41
it seems to work like perl5 and not perl6 :( 22:42
kid51 Then you should submit it via Parrotbug: email parrotbug@parrotcode.org, with [PATCH] at start of subject line, and patch as email attachment.
The patch is outside of my particular scope, so I shouldn't apply it myself. So it should be reviewed like any other patch. 22:43
cognominal ok 22:44
22:58 particl1 joined
cognominal kid51, what is your particular scope? :) 23:09
kid51 Testing of the configuration and build tools written in Perl 5 23:18
Things like Configure.pl, tools/build/ops2pm.pl, etc., and the modules underlying those scripts. 23:19
I only began to poke my nose into the Parrot-specific testing recently ... with mixed results.
cognominal parrot is very big 23:21
davidfetter oh, parrot, you are so big... 23:22
cognominal right now, I just want rakudo to be the equivalent of a cleaner Perl 5 so I can start using it. Apparently there is not much missing for that 23:23
also, I don't know how much is missing for rakudo to compile itself instead of using nqp 23:25
kid51 Well, the only thing I've done with rakudo is "Hello world". So others will have to help you out there. But weekdays our heavy-duty Rakudo folks are usually on channel (pmichaud, particle, chromatic, etc.). 23:28
cognominal I peronnally know jonathan so I have chosen him as my mentor :) even if he is way younger than me :) 23:30
I met him in French Perl workshop and at YAPC:EU. Also at a hackathon at arnhem on holland 23:31
kid51 Yes, he is quite the itinerant Parrot hacker. I met him at a hackathon in Chicago in Nov 2006. 23:32
cognominal when he does not understand the local language, he spend most of his time coding. 23:33
sometimes the very thing he will present next
kid51 Yes, he wrote that that's what he did in Kiev recently: Ukraine Perl Workshop 23:34
cognominal JIT programming
23:40 contingencyplan joined 23:42 jrockway joined