Parrot 3.4.0 released | parrot.org | Log: irclog.perlgeek.de/parrot/today
Set by moderator on 17 May 2011.
dukeleto bubaflub: unpong 00:00
00:02 dafrito joined
dalek rrot/leto/embed_grant: b59b869 | dukeleto++ | t/src/embed/api.t:
Add coverage to some Parrot_api_* functions
00:18
00:22 hudnix left 00:36 Drossel joined 00:42 Kulag left
dalek rrot/m0-prototype: c890b3c | dukeleto++ | / (2 files):
Add some coda
00:46
whiteknight dukeleto++ 00:48
# embed API test coverage for the win
dalek rrot/m0-prototype: 4a92fce | dukeleto++ | t/m0/m0_assembler.t:
Fix typo
00:59
rrot/m0-prototype: 93298db | dukeleto++ | t/m0/ (2 files):
Add a test for colliding chunk names
01:20 hudnix joined
dalek rrot/m0-prototype: 5728c49 | dukeleto++ | t/m0/ (7 files):
Add an M0 integration test
01:31
01:49 kid51 joined
dalek sella: 20fb680 | Whiteknight++ | / (2 files):
Update reporting for Benchmark.Result to be nicer. Fix a mistake in the sort benchmark, I wasn't using the compare routine in the insertion sort. Fix that and re-tune to recapture some performance
01:49
01:49 whiteknight left 02:10 Kovensky left 02:21 cotto left
dalek rrot-gmp: deba329 | bubaflub++ | TODO.md:
Edited TODO.md via GitHub
02:26
02:30 davidfetter joined 02:45 cotto joined 02:49 davidfetter left
dalek website: soh_cah_toa++ | Breakpoints, Take 2 02:56
website: www.parrot.org/content/breakpoints-take-2
02:57 cotto left 03:02 hudnix left 03:14 Limbic_Region left 03:22 kid51 left
dukeleto soh_cah_toa++ # bloggin' 03:49
bubaflub++ # parrot-gmp hackin' 03:51
04:41 benabik left 04:47 soh_cah_toa left 04:48 benabik joined
dalek website: bubaflub++ | Parrot-GMP: Abandon Hope All Ye Who Enter Here 05:01
website: www.parrot.org/content/parrot-gmp-a...enter-here
05:08 bubaflub left 05:44 davidfetter joined 06:33 davidfetter left 06:35 cotto joined
cotto ~~ 06:35
06:36 dodathome joined
cotto sleeps 06:38
07:42 ligne left
sorear aloha: msg sorear test 07:44
aloha sorear: OK. I'll deliver the message.
sorear aloha: msg bubaflub Have you considered using the Parrot C parser that bacek++ wrote for ops2c/M0? 07:45
aloha sorear: OK. I'll deliver the message.
07:46 ligne joined 07:49 mj41 joined 08:33 ShaneC joined 10:59 whiteknight joined 11:16 mj41 left 11:30 AzureSto_ joined 11:33 AzureStone left
whiteknight good morning, #parrot 11:44
11:46 Drossel left 11:47 Kulag joined 11:51 Kulag left 11:58 preflex left
whiteknight msg NotFound: __FUNCTION__ is very useful in winxed. Would be nice if we had __CLASS__ too (and maybe __NAMESPACE__) 12:01
aloha OK. I'll deliver the message.
12:02 lucian joined, preflex joined 12:19 ligne left 12:42 Kulag joined 12:44 autark_ left
dalek sella: 73289fc | Whiteknight++ | s (5 files):
Cleanups for Prototype. Get back closer to the implementation that NotFound suggested.
12:55
13:06 whiteknight left 13:20 ambs joined 14:13 ligne joined 14:18 bubaflub joined 14:22 bubaflub left 15:49 ShaneC left 16:33 jsut left, jsut joined 16:46 davidfetter joined 16:49 contingencyplan joined 17:03 lucian_ joined 17:07 lucian left 17:09 lucian joined 17:11 lucian_ left 17:38 bubaflub joined 17:41 Limbic_Region joined 17:50 JimmyZ joined 17:52 JimmyZ left
bubaflub sorear: thanks for the suggestion - i'll take a look at it. 18:02
dukeleto ~~ 18:28
bubaflub: nice to see you using the github issues to track stuff 18:29
dukeleto is writing up a big blog post about the M0 meeting yesterday
18:31 davidfetter left 18:32 mj41 joined
tadzik ++dukeleto 18:34
18:41 hudnix joined
dukeleto msg cotto During the transition period, when PBC and m0b exist side-by-side, how will m0b and pbc interact, if at all? 18:44
aloha OK. I'll deliver the message.
dalek rrot/m0-spec: 0de26d7 | dukeleto++ | docs/pdds/draft/pdd32_m0.pod:
List which milestones are done and which are incomplete
18:56
19:01 Limbic_Region left
dalek rrot/m0-spec: 6d21de7 | dukeleto++ | docs/pdds/draft/pdd32_m0.pod:
Add a security section to the M0 spec
19:04
19:39 soh_cah_toa joined 19:40 bubaflub left, whiteknight joined 19:45 bubaflub joined 19:48 Kulag left, Kulag joined
soh_cah_toa could somebody explain what the ASSERT_ARGS macro is used for? why does every function have this as the first statement? 19:52
20:07 Drossel joined 20:08 Kulag left 20:13 Kulag joined, Drossel left
whiteknight soh_cah_toa: ASSERT_ARGS verifies all the arguments are not NULL, if they shouldn't be 20:19
so an argument labeled ARGIN() should not be null, and ASSERT_ARGS will check that 20:20
ARGIN_NULLOK() can be NULL, so ASSERT_ARGS ignores it
cotto dukeleto, it's great to see you working on the m0 spec. I'm going to be offline until this evening but I've got a printout of the gist and have been giving it as many brain cycles as I can spare. 20:29
dalek sella/gh-pages: a4b4618 | Whiteknight++ | libraries/filesystem.md:
Add a skeleton of docs for the new FileSystem library
sella/gh-pages: 721bab3 | Whiteknight++ | libraries/filesystem.md:
start fleshing out some of the filesystem docs
sella: f262711 | Whiteknight++ | src/unstable/filesystem/Constants.winxed:
+some comments to the Constants file
sella: c5f047d | Whiteknight++ | s (10 files):
Refactor out common functionality from File and Directory into Entry. Rewrite Directory.walk and Visitor to take File and Directory objects, and reuse more existing code
cotto oh noes! Rosellaflood.
tadzik :) 20:31
cotto naps 20:39
20:40 ambs left
whiteknight 4 commits is a flood? 20:41
dalek sella/gh-pages: bb94656 | Whiteknight++ | libraries/filesystem.md:
flesh out class docs for filesystem
20:49
20:53 preflex left 20:56 preflex joined 21:06 dodathome left
dalek sella: af51a8f | Whiteknight++ | t/ (6 files):
add stub test files for FileSystem classes
21:16
21:18 mj41 left
lucian are there any docs on how PIR handles scope? 21:20
21:25 lucian left 21:45 Psyche^ joined 21:51 Patterner left, Psyche^ is now known as Patterner 21:59 ShaneC1 joined 22:37 davidfetter joined 22:41 ShaneC joined 22:44 ShaneC1 left 22:45 ShaneC left 22:58 davidfetter left 23:07 lucian joined
lucian hmm, i have a compiler for a subset of python that can add numbers 23:14
and that's about it
dukeleto lucian: nice. 23:22
lucian dukeleto: not really, i think it's dreadful :)
dukeleto lucian: docs/book/pir/ch06_subroutines.pod 23:23
lucian dukeleto: right, so i make a pmc for the scope, and then lex things into it 23:24
thanks 23:25
23:46 whiteknight left 23:58 davidfetter joined