|
Parrot 5.4.0 "Austin Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 1 June 2013. |
|||
|
00:19
rurban joined
00:57
cooper joined
00:59
woosley joined,
woosley left
01:00
woosley joined
01:20
rurban joined
01:26
quias joined
02:20
rurban joined
|
|||
| dalek | rrot: 1b6fc75 | jimmy++ | config/gen/makefiles/docs.in: fixed build on win32 |
02:33 | |
| Coke | Was there a ticket for that one? ^^ (pretty sure the build wasn't broken on win32 for a while, or we'd hear it from jnthn) | 02:35 | |
|
03:17
rurban joined
03:38
preflex_ joined
04:26
Psyche^ joined
04:59
zby_home joined
05:00
rurban joined
06:01
rurban joined
06:42
denisboyun_ joined
07:03
rurban joined
08:04
rurban joined
08:07
awwaiid joined
08:16
bouncy joined
09:08
rurban joined
10:08
rurban joined
|
|||
| Maddingue | who maintains smolder.parrot.org/app/projects/smoke_reports/1 ? | 10:09 | |
| were there any patches applied to this version? | |||
|
11:09
rurban joined
11:40
quias joined
12:02
kid51 joined
12:10
rurban joined
|
|||
| dalek | kudo/jvm-support: 623eeb3 | jonathan++ | src/Perl6/Metamodel/ (2 files): Add a couple of missing .^mro methods. |
12:43 | |
|
12:58
Khisanth joined
13:11
rurban joined
13:26
denisboyun joined
14:00
rurban joined
14:10
kid51 joined
14:28
darbelo joined
15:27
denisboyun_ joined
|
|||
| atrodo | So who all is at YAPC::NA this week? | 15:32 | |
| Coke | Maddingue: to this version of... smolder itself? | 15:34 | |
|
15:35
kid51 joined
|
|||
| Coke | it is, SFAIK, an off the shelf (though likely old) version of smolder. | 15:35 | |
| I had started working on a replacement for smolder that avoided some of our admin issues with it, but got distracted. Should totally get back on that. | |||
| github.com/coke/muddle, if you want to play. | |||
| Maddingue | Coke: I was wondering because I saw that there are additional tags in the reports | 15:36 | |
| also, because I merged most of the existing forks into github.com/Smolder/smolder | |||
| in the hope to make Smolder live a bit more | |||
|
15:43
davidfetter joined
15:45
zby_home joined
|
|||
| Coke | tags on reports are added to the zip file on upload, I think. | 15:49 | |
| so that's core smolder functionality, I think. | |||
|
15:54
rurban joined
|
|||
| Maddingue | oh, ok | 15:57 | |
| by curiosity, what are the admin issues you were mentionning? | 15:59 | ||
| I just started using it, so I surely lack the experience with it in the long run | 16:00 | ||
| Coke | it generates a lot of small files. we ended up running out of inodes. | 16:13 | |
| Maddingue | oh, good to know | 16:14 | |
| Coke | and disk space, at one point. this was years ago, we haven't gotten any complaints in a while, presumably after reducing how much data we save. | ||
| dalek | p/rak-jvm-support: 0255fc8 | (Pawel Murias)++ | src/QAST/VM.nqp: Dump the contents of QAST::VM nodes when dumping the ast. |
16:17 | |
| p/rak-jvm-support: b0d3b9c | jonathan++ | src/QAST/VM.nqp: Merge branch 'master' into rak-jvm-support |
|||
| Heuristic branch merge: pushed 46 commits to rakudo/jvm-support by jnthn | 16:18 | ||
|
16:24
rurban joined
16:25
kid51 joined
16:39
rurban joined
16:56
rurban joined
|
|||
| dalek | kudo/jvm-support: 2367dad | jonathan++ | src/vm/parrot/ModuleLoaderVMConfig.nqp: Fix a merge-o. |
16:59 | |
|
17:00
denisboyun_ joined
|
|||
| dalek | Heuristic branch merge: pushed 173 commits to rakudo/nom by jnthn | 17:09 | |
| Heuristic branch merge: pushed 148 commits to nqp by jnthn | |||
|
18:05
zby_home joined
18:45
contingencyplan joined
18:53
rurban joined
19:04
rurban joined
19:06
kid51 joined
19:58
autark joined
20:00
rurban joined
20:05
johnnepson joined
|
|||
| johnnepson | Hi all. Does anyone know what happened to Ruby implemented using Parrot? Cardinal? Seems no commits for a year. Anyone know why? | 20:06 | |
|
20:06
donaldh joined
20:07
donaldh left
|
|||
| Coke | no, although I haven't seen much activity from any language targeting parrot aside from rakudo in the past year. | 20:11 | |
| excluding winxed, which is bundled with parrot. | |||
|
20:16
prammer joined
|
|||
| johnnepson | There is no official Perl 6 VM implementation is there? Parrot and Rakudo are both on the same level? | 20:19 | |
| Oh sorry, I see Rakudo works on Parrot | |||
| This Cardinal is insane - it's all written in Parrot bytecode! | |||
| masak | Rakudo targets Parrot, yes :) | 20:20 | |
| PerlJam | johnnepson: bytecode or PIR? | ||
| masak | to be frank, PIR is rather insane, too... ;) | ||
| johnnepson | PIR maybe - bytecode with some annotations | ||
| I'm not familiar with the tech - looks like JVM bytecode | |||
| masak | well, when people say "bytecode", they generally mean a binary format, not something that a human would read on the screen. | 20:21 | |
|
20:22
rurban joined
|
|||
| johnnepson | well it's bytecode - just serialised to text. saying that it's not bytecode, is like saying that a Perl AST serialised to test in a .pl file isn't Perl, nonsense | 20:23 | |
|
20:26
bbb joined
|
|||
| masak | yes, sure. just saying that's not how people tend to use that word. ;) | 20:34 | |
|
20:40
kid51 joined
|
|||
| darbelo | PIR isn't serialise bytecode either. That would be PASM. | 20:41 | |
|
20:42
zby_home joined
|
|||
| masak | right. | 20:42 | |
| PIR would be more of an... intermediate representation, I guess :P | 20:43 | ||
|
20:43
rurban joined
21:02
denisboyun joined
21:10
estrabd joined
22:10
rurban joined
22:21
myhrlin joined
22:49
rurban joined
23:12
preflex_ joined
23:32
myhrlin_ joined
23:35
preflex joined
|
|||