Parrot 5.7.0 "Azure-rumped Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 27 September 2013.
00:06 rurban1 joined 00:12 Psyche^ joined 01:25 davidfetter joined 01:44 FROGGS_ joined 01:56 hdanak joined 01:58 rurban1 joined 02:41 benabik joined 02:57 rurban1 joined 03:58 eternaleye joined 04:00 preflex_ joined 04:02 rurban1 joined 05:03 rurban1 joined 05:10 rurban1 joined 06:32 denis_boyun joined 06:33 denis_boyun__ joined 06:48 denis_boyun joined
dalek rrot: d2d6229 | gerd++ | config/auto/perldoc.pm:
in new perl5 versions the perldoc documentation moves from perldoc to Pod::perldoc
07:02
07:03 rurban1 joined 08:03 rurban1 joined
dalek rrot: d03bbff | gerd++ | config/auto/perldoc.pm:
fix to pass t/codingstd/trailing_space.t
08:58
09:04 rurban1 joined 10:05 rurban1 joined 10:31 denis_boyun joined 10:34 denis_boyun joined 10:55 p6eval joined 11:05 rurban1 joined 13:08 mtk joined 13:10 PacoAir joined 13:17 denis_boyun joined 13:20 darbelo joined 14:06 rurban1 joined 14:10 perlite joined 14:13 bluescreen joined 14:30 perlite joined 14:35 perlite joined 14:49 benabik joined 15:08 rurban1 joined 16:22 rurban1 joined
dalek p: c659ef3 | coke++ | docs/nqp-opcode.txt:
Remove old nqp op list.

We now have a test (t/docs/*) that provides a list of codes from the vms. Other comments in here are design considerations that are now resolved, and docs for an obsolete opcode.
See docs/ops.markdown going forward.
16:38
p: 18f113a | coke++ | docs/ops.markdown:
document most exceptional ops
17:22 rurban1 joined
dalek p: e0bc2b7 | coke++ | docs/ops.markdown:
Fixup docs for some _I ops

  moritz++
17:26
17:53 rurban1 joined 18:24 darbelo_ joined
dalek kudo/nom: 01c2e2a | (Elizabeth Mattijsen)++ | src/core/ (6 files):
Initial implementation of .grab for Set/Bag/Mix
18:36
18:54 rurban1 joined
dalek kudo/nom: 0a2efdb | (Elizabeth Mattijsen)++ | src/core/Baggy.pm:
For some reason, one must specify $_ here? Otherwise:

No such method 'key' for invocant of type 'Nil'
   in method pick at src/gen/CORE.setting:15268
   in block at t/spec/S02-types/bag.rakudo.parrot:281
18:54
18:55 bluescreen joined 19:17 FROGGS joined 19:21 rurban1 joined
dalek kudo/nom: 4fd3721 | (Elizabeth Mattijsen)++ | src/core/Setty.pm:
We need Set.grab to return a List, rather than a Parcel
19:32
20:00 rurban1 joined 20:34 hdanak joined
dalek kudo/nom: c962e51 | (Elizabeth Mattijsen)++ | src/core/ (3 files):
Make .total constant attribute for Set/Bag/Mix
20:40
rurban PARROT_CONFIG_ARGS="" PARROT_OPTIMIZE="" PARROT_TEST="codingstd_tests" CC="clang" failed 20:56
travis-ci.org/parrot/parrot/jobs/12126093
t/codingstd/pdd_format.t 20:57
2.: icu headers now in /usr/include/x86_64-linux-gnu/unicode/ucnv.h 21:00
dalek rrot: 2a1f28b | rurban++ | docs/pdds/pdd28_strings.pod:
[codingstd] Fix pdd_format.t failures caused by 7d9af9c36fffa
21:08
kudo/nom: 9f6f443 | (Elizabeth Mattijsen)++ | src/core/ (2 files):
Burdening all Set/Bag objects with .total calculation, doesn't make sense
21:10
21:12 rurban1 joined
dalek rrot: 5264436 | rurban++ | .travis.yml:
[ci] travis back to irc old-style, Test::Perl::Critic, typos

  moritz irc notifications do not work anymore. use the old-style
add Test::Perl::Critic tests (let us see if we hit the timeout) fix some typos
21:14
21:15 rurban2 joined 21:24 travis-ci joined
travis-ci [travis-ci] parrot/parrot#916 (master - 2a1f28b : Reini Urban): The build was fixed. 21:24
[travis-ci] Change view : github.com/parrot/parrot/compare/d...1f28bd64ac
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/12150405
21:24 travis-ci left 21:26 denis_boyun joined 21:33 rurban1 joined 21:34 travis-ci joined
travis-ci [travis-ci] parrot/parrot#917 (master - 5264436 : Reini Urban): The build was fixed. 21:34
[travis-ci] Change view : github.com/parrot/parrot/compare/2...64436752f5
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/12150633
21:34 travis-ci left 21:42 perlite joined
dalek kudo/nom: be96b97 | (Elizabeth Mattijsen)++ | src/core/Mixy.pm:
Make sure that Mixy allows for negative values when building
21:58
kudo/nom: 560b416 | (Elizabeth Mattijsen)++ | src/core/Baggy.pm:
Make sure we coerce multiplication factors to Int for Baggy
22:02
rurban yes, travis reports nowe again to #parrot 22:06
dalek kudo/nom: 4b41c01 | (Elizabeth Mattijsen)++ | src/core/ (4 files):
Make sure Mixy / Baggy coerce correctly to each other
22:12
p: bb33397 | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/CompilationUnit.java:
Avoid allocating zero length arrays in CodeRef.
22:41
p: 5ef6bcc | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArray.java:
Presize arrays when deserializing.
p: 5cab6ef | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance.java:
Allow min size of VMArrayInstance to be 4 elems.
22:46 kid51 joined
dalek p: 464b5d4 | (Donald Hunter)++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/StaticCodeInfo.java:
Avoid allocating HashMaps when lexical vars are null.
22:54
kudo/nom: 93c6271 | (Elizabeth Mattijsen)++ | t/spectest.data:
Make sure we run the Mix/MixHash tests as well
22:58
23:17 rurban1 joined