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:48 woosley left 01:09 kid51_ joined
dalek Heuristic branch merge: pushed 91 commits to nqp/stdsigspace by Mouq 02:12
p: 2c2d3bc | coke++ | docs/ops.markdown:
first pass at stat() docs.

Pulled solely from the JVM impl.
02:56
03:16 Timbus joined 03:35 preflex_ joined 05:57 he joined 06:42 denisboyun joined 06:46 allison joined 07:08 FROGGS joined
dalek p: e336a06 | moritz++ | tools/build/Makefile-Parrot.in:
[parrot] fix race condition in the build

the dyncall ops depend on the basic nqp ops; this failed reliably for me with make -j3
07:15
07:22 d09 joined
dalek kudo/nom: 78f9616 | moritz++ | tools/lib/NQP/Configure.pm:
[Configure] fix parsing of config values

  = should not be allowed inside option names, because it is the delimiter
07:33
kudo/nom: c37dfc7 | moritz++ | src/core/Backtrace.pm:
guard against undefined code object in backtraces

I have no idea why this is necessary, but it seems to fix a lot of broken spectests
08:11
08:37 denisboyun joined
dalek kudo/config: 36ce066 | (Tobias Leich)++ | / (3 files):
added perl6_ops.c and compile it to dll

This pulls in nqp::backendconfig to get build flags to build it.
08:59
09:38 d09 joined 09:39 d09 joined 10:05 denisboyun joined 10:15 d09 joined 10:24 denisboyun joined 12:46 davidfetter joined 13:14 PacoAir joined 13:15 denis_boyun joined 13:37 bluescreen joined 14:09 benabik joined 14:12 d09 joined 14:31 benabik joined 14:48 darbelo joined 15:07 benabik joined
dalek kudo/config: 6f20b5f | jnthn++ | tools/build/Makefile-Moar.in:
One fix needed for Win32 extops build.
15:14
kudo/unified-moar: 7b98827 | moritz++ | / (13 files):
Merge branch 'nom' into unified-moar
kudo/unified-moar: d0033ea | moritz++ | tools/build/Makefile- (3 files):
prepare Makefile-Moar.in for unified build
15:18 d09 joined
dalek kudo/config: ad22d73 | jnthn++ | tools/build/Makefile-Moar.in:
More Win32 extops build fixes.
15:23
kudo/config: d123601 | jnthn++ | / (2 files):
More fixes for Windows build.

This seems to unregress stuff.
15:34
kudo/config: fc58712 | jnthn++ | tools/build/Makefile-Moar.in:
Correct Makefile to not just build extops.
15:37
kudo/config: fec3db7 | jnthn++ | src/vm/moar/ops/perl6_ops.c:
Try adding ext-op; comment out what won't link.
16:10
p: 31129a2 | moritz++ | tools/build/install-moar-runner.pl:
install nqp-on-moar as nqp-m
16:12
kudo/unified-moar: 7df2b37 | moritz++ | / (4 files):
Munge ConfigureMoar.pl into Configure.pl
16:13
kudo/unified-moar: 650f2e7 | moritz++ | tools/build/Makefile- (3 files):
[Makefile] moar*JVM makefile unification
16:19
16:27 benabik joined 16:28 FROGGS joined 17:14 Khisanth joined
dalek Heuristic branch merge: pushed 45 commits to rakudo/moar-support by moritz 17:48
18:29 kid51 joined 18:45 kid51 joined
dalek p: 7109d14 | moritz++ | tools/lib/NQP/Configure.pm:
import NQP::Configure changes from Rakudo
18:51
kudo/nom: 7378b2a | (Timo Paulssen)++ | src/core/traits.pm:
warn on is rw/readonly on private attributes
18:56
kudo/nom: 4e1c185 | lizmat++ | src/core/traits.pm:
Merge pull request #218 from timo/warn_useless_private_attribute_traits

warn on is rw/readonly on private attributes
19:06 kid51 joined 19:16 Mike-PerlRecruiter_ joined
dalek Heuristic branch merge: pushed 86 commits to nqp/config by jnthn 19:27
p/config: bbc47f8 | jnthn++ | src/vm/moar/stage0/ (9 files):
Updated MoarVM stage0 for config info.
19:28
p: 6437a71 | moritz++ | / (4 files):
[Configure] implement --gen-moar
19:29
p: 85b85cf | moritz++ | tools/ (2 files):
[Configure] fix double quoting fail
19:38
p: 9a1455c | (Tobias Leich)++ | src/vm/moar/ (2 files):
wire up and use nqp::backendconfig

This is just lacking a fresh stage0 to work.
p: edc5d88 | jnthn++ | / (56 files):
Merge branch 'master' into config
p: bbc47f8 | jnthn++ | src/vm/moar/stage0/ (9 files):
Updated MoarVM stage0 for config info.
p: 031cc32 | jnthn++ | src/vm/moar/ (11 files):
Merge branch 'config'
p: 77f6891 | jnthn++ | / (4 files):
Merge branch 'master' of github.com:/perl6/nqp
p: 29fc96c | jnthn++ | tools/ (2 files):
Merge branch 'master' of github.com:/perl6/nqp
19:39
p: 94b174b | (Arne Skjærholt)++ | src/NQP/ (2 files):
Use consistent grammar to parse subrule arguments.

This fixes the problem where <subrule(...)> could take any kind of arguments, while <subrule: ...> only accepted a list of strings (and didn't interpolate variables in double-quoted strings).
Closes #105.
19:41
kudo/moar-support: 36ce066 | (Tobias Leich)++ | / (3 files):
added perl6_ops.c and compile it to dll

This pulls in nqp::backendconfig to get build flags to build it.
19:59
kudo/moar-support: 6f20b5f | jnthn++ | tools/build/Makefile-Moar.in:
One fix needed for Win32 extops build.
kudo/moar-support: ad22d73 | jnthn++ | tools/build/Makefile-Moar.in:
More Win32 extops build fixes.
kudo/moar-support: d123601 | jnthn++ | / (2 files):
More fixes for Windows build.

This seems to unregress stuff.
kudo/moar-support: fc58712 | jnthn++ | tools/build/Makefile-Moar.in:
Correct Makefile to not just build extops.
kudo/moar-support: fec3db7 | jnthn++ | src/vm/moar/ops/perl6_ops.c:
Try adding ext-op; comment out what won't link.
kudo/moar-support: 7b4a723 | jnthn++ | / (3 files):
Merge branch 'config' into moar-support

Conflicts:
  \tConfigureMoar.pl
  \ttools/build/Makefile-Moar.in
kudo/moar-support: 0ee6fa8 | jnthn++ | / (2 files):
Get moar.dll symbols visible in extops on Win32.

This has all the elegance of a manatee, but seems to work.
21:25
kudo/moar-support: ab490e1 | jnthn++ | src/vm/moar/ops/perl6_ops.c:
Uncomment extop registration of p6init.

Builds on Win32 now. Hopefully it still builds elsewhere too.
p: ad5b106 | jnthn++ | src/NQP/ (2 files):
Support --vmlibs on MoarVM.
21:29
21:38 denisboyun joined
dalek kudo/moar-support: 4f6d59a | jnthn++ | src/vm/moar/ops/perl6_ops.c:
Make sure to export extops init symbol.
21:39
kudo/moar-support: 0738b78 | jnthn++ | tools/build/Makefile-Moar.in:
Add --vmlibs for compiling BOOTSTRAP.

Gets us further into handling the huge BEGIN block.
22:12 benabik joined 23:25 kid51 joined 23:37 benabik joined 23:57 benabik joined