Parrot 6.9.0 "Rosy-faced Lovebird" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Fridays 13:30 UTC
Set by moderator on 2 November 2014.
00:03 travis-ci joined
travis-ci parrot/parrot#1207 (smoke-me/cygwin-gcc4-gh1116 - 7fddd78 : Reini Urban): The build was fixed. 00:03
Change view : github.com/parrot/parrot/compare/8...ddd78d3bb5
Build details : travis-ci.org/parrot/parrot/builds/39896047
00:03 travis-ci left
dalek rrot: 4d22d87 | rurban++ | / (3 files):
cygwin: check for wrong gcc-4, --disable-shared

replace wrong gcc-4/g++-4 with gcc/g++. GH #1116 set proper libparrot_ldflags for --disable-shared
   (the static lib is in blib/lib)
fix wrong $disable_shared logic in defaults
00:11
Heuristic branch merge: pushed 16 commits to parrot/rurban/gcdebug-gh1108 by rurban 00:13
00:25 travis-ci joined
travis-ci parrot/parrot#1208 (master - 4d22d87 : Reini Urban): The build passed. 00:25
Change view : github.com/parrot/parrot/compare/e...22d87c417f
Build details : travis-ci.org/parrot/parrot/builds/39897970
00:25 travis-ci left 01:58 kid51 joined 06:34 particle joined 07:51 FROGGS joined 11:59 rurban joined 12:04 kid51 joined
dalek rrot/smoke-me/inline-probe-gh1118: 65cdbb5 | rurban++ | / (2 files):
[config] silence failing auto::inline probes

Use run_cc_capture and actually check the result. Fixes GH #1118.
12:18
FROGGS rurban: have you seen my messages on #perl6? 12:20
rurban no 12:21
today?
FROGGS irclog.perlgeek.de/perl6/2014-11-04#i_9607609
aye
rurban ah, the tables! 12:22
FROGGS yeah :o9
err, :o)
rurban hmm, how could that happen. all cleared. we should add a sanity check there 12:23
on cygwin I get different values also, but this is a different libc there
FROGGS but why do we generate that file when it is under version control? 12:25
12:30 travis-ci joined
travis-ci parrot/parrot#1209 (smoke-me/inline-probe-gh1118 - 65cdbb5 : Reini Urban): The build passed. 12:30
Change view : github.com/parrot/parrot/commit/65cdbb524955
Build details : travis-ci.org/parrot/parrot/builds/39937950
12:30 travis-ci left
rurban why? because the libc variants differ across the architectures. and parrot cclass should be consistent with libc, not? 12:42
FROGGS rurban: but then it should not be under version control 12:44
rurban I thought as fallback 12:45
as the other bootstrapped files also
but I can remove the make rule for the tables. I just added it recently
if it's broken I'll fix it. and it looks broken 12:46
FROGGS IMO the properties of characters should be identical across platforms/VMs
rurban Do you want to file an issue for it?
FROGGS otherwise the user would have to care about these things, and that is likely to go wrong 12:47
rurban revert automatic bootstrap-tables
I still need a few hours to setup my backup systems
on my work laptop only the screen backlit is broken, not the mainboard. good 12:48
FROGGS :/
I'll create an issue
rurban I just added one: github.com/parrot/parrot/issues/1119 12:50
FROGGS thank you 12:52
dalek rrot/smoke-me/inline-probe-gh1118: 19b0898 | rurban++ | / (2 files):
[config] silence failing auto::inline probes

Use run_cc_capture and actually check the result. Fixes GH #1118.
rurban thanks you for the report 12:53
I was too naive, thought that it would lead to no problems.
FROGGS and sadly nqp had no test for that 12:55
dalek rrot/smoke-me/tables-gh1119: cba82bd | rurban++ | / (2 files):
[build] Revert automatic regeneration of encoding tables

This is a regression added in 6.9.0. The table should stay stable. Use manual bootstrap-tables to regenerate manually only. Fixes #1119
12:58
FROGGS ewww, that happens with latest parrot: 13:01
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7abd1b4 in Parrot_FixedPMCArray_elements (interp_unused=0x60f050, _self=0x11cf2878) at ./src/pmc/fixedpmcarray.pmc:185
185\t VTABLE INTVAL elements() :no_wb {
I'll try that on 6.9.0 now 13:02
rurban But we changed nothing there... 13:03
maybe a clash with another installed libparrot.so?
FROGGS I only have one parrot 13:04
rurban hmm, strange. I'll need to repro that to see the backtrace
FROGGS I'll provide more details after some testing 13:05
rurban I'll work on nqp warnings soon. Then I can change it. right now still the GC problems
I got a new idea, but for this I need valgrind
FROGGS I can also fix the nqp warnings
13:08 travis-ci joined
travis-ci parrot/parrot#1210 (smoke-me/inline-probe-gh1118 - 19b0898 : Reini Urban): The build passed. 13:08
Change view : github.com/parrot/parrot/compare/6...b0898ad3be
Build details : travis-ci.org/parrot/parrot/builds/39940125
13:08 travis-ci left
dalek rrot/smoke-me/tables-gh1119: a61e236 | rurban++ | / (2 files):
[build] Revert automatic regeneration of encoding tables

This is a regression added in 6.9.0. The table should stay stable. Use manual bootstrap-tables to regenerate manually only. Fixes #1119
13:10
rrot: 19b0898 | rurban++ | / (2 files):
[config] silence failing auto::inline probes

Use run_cc_capture and actually check the result. Fixes GH #1118.
13:11
FROGGS hmmm, the problem I am facing might also be the result of a GC bug, because the error message changes from time to time 13:26
13:27 travis-ci joined
travis-ci parrot/parrot#1212 (smoke-me/tables-gh1119 - a61e236 : Reini Urban): The build passed. 13:27
Change view : github.com/parrot/parrot/compare/c...1e23664572
Build details : travis-ci.org/parrot/parrot/builds/39941456
13:27 travis-ci left 13:35 travis-ci joined
travis-ci parrot/parrot#1213 (master - 19b0898 : Reini Urban): The build passed. 13:35
Change view : github.com/parrot/parrot/compare/4...b0898ad3be
Build details : travis-ci.org/parrot/parrot/builds/39941557
13:35 travis-ci left
dalek rrot: 875f99e | rurban++ | config/init/hints/cygwin.pm:
[codingstd] untabify config/init/hints/cygwin.pm
13:38
rrot: 3a6375c | rurban++ | / (2 files):
[build] Revert automatic regeneration of encoding tables

This is a regression added in 6.9.0. The table should stay stable. Use manual bootstrap-tables to regenerate manually only. Fixes #1119
13:56 travis-ci joined
travis-ci parrot/parrot#1214 (master - 875f99e : Reini Urban): The build passed. 13:56
Change view : github.com/parrot/parrot/compare/1...5f99ef2bf6
Build details : travis-ci.org/parrot/parrot/builds/39943552
13:56 travis-ci left 14:10 travis-ci joined
travis-ci parrot/parrot#1215 (master - 3a6375c : Reini Urban): The build passed. 14:10
Change view : github.com/parrot/parrot/compare/8...6375cd80d4
Build details : travis-ci.org/parrot/parrot/builds/39943641
14:10 travis-ci left 14:17 mirjam joined 16:18 FROGGS joined
mirjam The GC bug manifests itself only with GC assertions 16:56
rurban but no assertion with —optimize. no idea about the symptoms with —optimize 17:02
17:50 FROGGS_ joined 19:37 davidfetter joined