|
Parrot 5.9.0 "Fantastick Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 20 October 2013. |
|||
|
00:12
Psyche^ joined
00:25
benabik joined
|
|||
| dalek | p: 183b8af | dwarring++ | examples/rubyish/ (2 files): rubyish =begin .. =end multiline comments. simplify slurpy hashes |
00:45 | |
| kudo/nom: cf0b0ca | jonathan++ | src/vm/jvm/core/Threading.pm: Better enforce Exception object coercion. |
00:56 | ||
| kudo/nom: 3208450 | jonathan++ | src/vm/jvm/core/Threading.pm: Use Promise::Keeper in Channel. To be more robust. |
|||
| kudo/nom: 9d54481 | jonathan++ | src/vm/jvm/core/Threading.pm: Add Subscribable, and initial publish bits. This is the first piece towards enabling reactive programming with push-collections, a la Rx. Many combinators to come. |
|||
|
01:02
rurban1 joined
01:11
benabik joined
01:12
preflex_ joined
01:26
PacoAir joined
03:28
rurban1 joined
04:52
preflex_ joined
05:23
rurban1 joined
05:24
davidfetter joined
05:30
rurban2 joined
06:32
rurban1 joined
06:58
denis_boyun joined
07:04
davidfetter joined
07:33
rurban1 joined
07:52
davidfetter joined,
denis_boyun_ joined
08:09
nnunley joined
08:33
rurban1 joined
08:40
PacoAir joined
09:12
muixirt joined
|
|||
| muixirt | good morning | 09:18 | |
|
09:19
davidfetter joined
|
|||
| FROGGS | @all, I filed a bug report about wrong icu incdir here: bugs.launchpad.net/ubuntu/+source/...ug/1247024 | 09:20 | |
|
09:35
davidfetter joined
09:55
rurban1 joined
09:57
he joined
10:03
rurban2 joined
10:21
woosley left
10:28
preflex joined
10:53
davidfetter joined
11:04
rurban1 joined
11:51
awwaiid joined
11:53
davidfetter joined
12:06
rurban1 joined
12:50
denis_boyun joined
13:07
rurban1 joined
13:12
davidfetter joined
13:18
wagle joined
13:30
davidfetter joined
13:46
bluescreen joined
13:54
nnunley joined
14:07
rurban1 joined
|
|||
| dalek | rrot: 4f89acc | util++ | compilers/imcc/imcc.y: Fix compile failure introduced by 4d0deaf . Failure not spotted because you have to already know to run `perl Configure.pl --maintainer` and `rm compilers/imcc/imcparser.{c,h}` to regenerate the IMCC grammar; otherwise `make` will silently not even try to re-compile imcc.{y,l} . Needs ticket to be opened on this silent issue. |
14:10 | |
| rrot: c8aa479 | util++ | compilers/imcc/imcparser. (2 files): Regenerate imcc grammar. |
|||
| rrot: fa7bf3d | (Gerhard R)++ | / (3 files): Add Parrot_pf_single_sub_by_tag() to packfile API. Additionally, add method first_sub_in_const_table() to PackfileView PMC as a stopgap measure until properly tagged subs are generated. |
|||
| rrot: fcd58e0 | (Gerhard R)++ | src/pmc/imccompiler.pmc: Enable new API by returning PackfileView instead of Eval from IMCCompiler |
|||
| rrot: 1cce717 | (Gerhard R)++ | / (15 files): Use new packfile API [GH #937] evalpmc can now be removed. |
|||
| rrot: 0d6a409 | (Gerhard R)++ | / (8 files): Remove Eval PMC |
|||
| rrot: 7143dac | rurban++ | / (2 files): ChangeLog and api.yaml entries for #937 |
|||
| rrot: 679782d | util++ | src/pmc/imccompiler.pmc: Fix failure in c_arg_assert.t (unused assert macros found - src/pmc/imccompiler.pmc: get_packfile_eval_pmc) |
|||
| rrot: 453560a | util++ | compilers/imcc/imcc.y: Fix compile failure introduced by 4d0deaf . Failure not spotted because you have to already know to run `perl Configure.pl --maintainer` and `rm compilers/imcc/imcparser.{c,h}` to regenerate the IMCC grammar; otherwise `make` will silently not even try to re-compile imcc.{y,l} . Needs ticket to be opened on this silent issue. |
|||
| rrot: 07b4086 | util++ | compilers/imcc/imcparser. (2 files): Regenerate imcc grammar. |
|||
| rrot: 2752461 | util++ | / (28 files): Merge branch 'new-packfile-api' |
|||
| Util | rurban: I cherry-pick'ed 453560a 07b4086 into master, and then merged new-packfile-api into master. | 14:12 | |
| Merge completed. | |||
|
14:14
travis-ci joined
|
|||
| travis-ci | [travis-ci] parrot/parrot#926 (master - c8aa479 : Bruce Gray): The build has errored. | 14:14 | |
| [travis-ci] Change view : github.com/parrot/parrot/compare/4...aa4793936b | |||
| [travis-ci] Build details : travis-ci.org/parrot/parrot/builds/13365203 | |||
|
14:14
travis-ci left
14:18
travis-ci joined
|
|||
| travis-ci | [travis-ci] parrot/parrot#927 (master - 2752461 : Bruce Gray): The build has errored. | 14:18 | |
| [travis-ci] Change view : github.com/parrot/parrot/compare/c...5246111b6e | |||
| [travis-ci] Build details : travis-ci.org/parrot/parrot/builds/13365240 | |||
|
14:18
travis-ci left
15:06
benabik joined
|
|||
| Util | FYI: The builds are failing due to a network problem on the build machines during `apt-get install` of the prerequisite packages. | 15:06 | |
|
15:23
denisboyun joined
|
|||
| rurban | Util: We had the travis issue before | 16:50 | |
| Util | rurban: ok, thanks | 16:51 | |
| rurban | Util++ | ||
| I'm busy now with B::C issues for ~2 weeks or so | 16:52 | ||
| JSON::XS is also severly broken with shared hek's | |||
| Util | rurban: I understand. Thanks for finishing the Eval removal. rurban++ | 16:53 | |
|
17:19
rurban1 joined
17:52
rurban1 joined
18:23
gtodd joined
|
|||
| dalek | p: 149a377 | (Pawel Murias)++ | Configure.pl: Make Configure.pl --help use the real list of backends. |
18:24 | |
|
18:25
bluescreen joined
18:56
bluescreen joined
18:57
bluescreen joined
19:13
Mike-PerlRecruiter_ joined
19:31
bluescreen joined
20:15
PacoAir joined
20:47
denis_boyun joined
|
|||
| dalek | kudo/nom: 3f92477 | jonathan++ | src/vm/jvm/core/Threading.pm: Various combinators for Subscribables. |
21:00 | |
| kudo/nom: 2a0f6c9 | jonathan++ | src/vm/jvm/core/Threading.pm: Naming cleanup in Publish.for implementation. |
21:01 | ||
|
21:19
bluescreen joined
21:58
davidfetter joined
22:06
PacoAir joined
22:08
PacoAir joined
22:27
rurban1 joined
22:39
davidfetter joined
23:04
davidfetter joined
23:23
kid51 joined
|
|||