|
Parrot 5.7.0 "Azure-rumped Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 31 August 2013. |
|||
|
00:12
Psyche^ joined
00:49
hdanak joined
01:45
kid51 joined
03:12
preflex_ joined
06:54
FROGGS joined
07:09
denis_boyun joined
08:26
jsut_ joined
|
|||
| dalek | p: 6b4b034 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: nqp::iscont should not blow up over a null value. This fixes a broken case of .clone that the subscripting changes in Rakudo hit. Thus, this fixes a more general issue. |
09:42 | |
| p: 3898d17 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Normalize $*OS on Windows to be MSWin32. Many things identify Windows in this way at present. |
11:37 | ||
| kudo/nom: 7cede9d | jnthn++ | src/core/IO/Spec.pm: Pick correct IO::Spec when running on JVM. |
11:38 | ||
| kudo/nom: 74bb712 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Binder.java: Fix double-container bug with 'as'. |
|||
| p: a47a76b | jnthn++ | src/QRegex/P6Regex/ (2 files): Parse _ in ** quantifier values. Also sneak in a decent NYI error for the ** {...} case. |
11:41 | ||
| p: b591400 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/io/ProcessHandle.java: nqp::openpipe handling for Windows. |
11:55 | ||
| p: 9591fa8 | jnthn++ | t/jvm/02-pipes.t: Make 02-pipes.t Windows-friendly. |
|||
| p: bd3d68a | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Fix mkdir on JVM on Windows. |
12:01 | ||
| kudo/nom: f87ed39 | jnthn++ | tools/build/NQP_REVISION: Bump NQP_REVISION for ** parse fix, Win/JVM fixes. |
12:10 | ||
|
12:21
FROGGS joined
|
|||
| dalek | p: f97e725 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Provide a non-decont'ing version of istype. |
12:53 | |
|
13:15
PacoAir joined
|
|||
| dalek | p: 82ea40f | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: More OS name canonicalization. |
13:21 | |
| kudo/nom: f390e41 | jnthn++ | / (2 files): Fix Proxy and thus substr-rw on JVM. |
13:22 | ||
| kudo/nom: cc5e06f | jnthn++ | tools/build/NQP_REVISION: Get OS canon fix. |
|||
| p: 4280732 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/ (2 files): Include class in method not found errors. |
13:59 | ||
| kudo/nom: 3d25fb3 | jnthn++ | / (2 files): Throw X::Method::NotFound on JVM. |
|||
| kudo/nom: 153daeb | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/RakudoContainerSpec.java: Correct Nil handling on JVM. |
14:24 | ||
|
14:40
denis_boyun joined
|
|||
| dalek | p: 645b0c3 | jnthn++ | src/vm/parrot/6model/storage_spec.h: Fix typo. |
14:59 | |
| p: 37c6d7f | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/sixmodel/StorageSpec.java: Add is_unsigned slot to JVM StorageSpec. |
|||
|
15:48
bluescreen joined
15:54
particle joined
15:56
schm00ster joined
|
|||
| dalek | p: 9561e47 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ (3 files): Have P6int on JVM handle unsigned in compose. |
16:07 | |
| p: f3ce73e | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/ (5 files): Unsigned native int array support for JVM. Means we can get buf8, utf8, buf16, utf16 types behaving on JVM. |
16:08 | ||
| kudo/nom: d50a0fc | jnthn++ | tools/build/NQP_REVISION: Bump NQP_REVISION for unsinged int bufs on JVM. |
16:11 | ||
| p: 76820d4 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Fix readfh for Buf[uint8]. |
16:20 | ||
|
16:37
mtk joined
16:41
mtk joined
16:45
mtk joined
16:49
mtk joined
|
|||
| dalek | p: ced8450 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Fix writefh on JVM to not emit trailing nullbytes. |
16:53 | |
|
16:57
mtk joined
|
|||
| dalek | kudo/nom: 6336d4d | jnthn++ | src/core/IO.pm: Fix double-open/close issues. |
17:14 | |
| kudo/nom: ded7250 | jnthn++ | tools/build/NQP_REVISION: Bump to get various binary IO fixes. |
|||
| kudo/nom: 1e238c8 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/RakOps.java: Fix thinko in error reporting. |
17:35 | ||
| p: 61f2f50 | (Tobias Leich)++ | src/HLL/sprintf.nqp: only substr to precision when needed |
18:25 | ||
| kudo/nom: f0b3edb | (Tobias Leich)++ | tools/build/NQP_REVISION: bump nqp revision |
18:27 | ||
| kudo/nom: 7e981ca | jnthn++ | src/core/List.pm: Fix squish with :as to work on JVM. |
19:47 | ||
| kudo/nom: ddf3222 | jnthn++ | src/core/Duration.pm: Make Duration.Num actually Num. |
20:14 | ||
| kudo/nom: 6ff75a5 | (Elizabeth Mattijsen)++ | src/core/ (4 files): Simplify DEPRECATED / is DEPRECATED for now Before, I was thinking of having sub DEPRECATED figure out what is was warning for, with using callframe(). But this proved to be very fragile. So instead, sub DEPRECATED now just gets the old and new name, and the "is DEPRECATED" trait adds a closure in the form of once block in an ENTER phaser for the routine. For this to work inside routines without explicit ENTER blocks, the time that "finish_code_object" in Actions.nqp is called, must be changed. But I'll leave that for tomorrow. |
20:33 | ||
|
21:03
autark joined
21:35
mtk joined
21:58
perlite_ joined
21:59
mtk joined
22:15
mtk joined
22:41
kid51 joined
|
|||
| dalek | p: 7b02322 | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JASTToJVMBytecode.java: Let JASTToJVMBytecode work with a list of lines instead of a huge string. |
22:46 | |
| p: 130c815 | (Donald Hunter)++ | src/vm/jvm/ (2 files): Add variants of compilejast and compilejasttofile that accept array of strings. |
|||
| p: f674b87 | (Donald Hunter)++ | src/vm/jvm/stage0/ (10 files): Update bootstrap with compilejast list ops. |
|||
| p: 6758068 | (Donald Hunter)++ | src/vm/jvm/ (2 files): Use the new compilejast list ops. |
|||
| p: c8351fe | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java: Use pre-sized ArrayList instead of LinkedList in compilejastlist |
|||
| p: 14028a1 | (Donald Hunter)++ | src/vm/jvm/ (3 files): Remove old string compilejast opcodes. |
|||
| p: 02570f3 | (Donald Hunter)++ | src/vm/jvm/stage0/ (10 files): New bootstrap for JAST to JVM optimization. |
|||