Parrot 4.0.0 "Hyperstasis" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 18 January 2012.
00:11 not_gerd joined
not_gerd just built Rakudo with a Win64 Parrot cross-compiler from Cygwin 00:12
not_gerd goes to sleep 00:17
00:18 not_gerd left
whiteknight good evening, #parrot 00:45
msg nine: university is much much more important than Parrot. I'm just want to make sure your work is not abandoned
aloha OK. I'll deliver the message.
benabik o/ whiteknight 00:48
whiteknight hello benabik!
dalek rrot: 83c8181 | jkeenan++ | src/ops/sys.ops:
[codingstd] Remove trailing whitespace.
01:15
rrot: 77a5843 | jkeenan++ | MANIFEST.SKIP:
Update MANIFEST.SKIP.
01:17
cotto ~~ 01:31
dalek rrot/kid51/fulltest_easy: 2b539e7 | jkeenan++ | t/fullharness:
Require TAP::Harness::Archive and related modules only if we' making an archive or sending to smolder.
01:48
03:38 Psyche^ joined 04:01 simcop2387 joined 05:58 dukeleto joined
dukeleto ~~ 05:58
cotto ~~ 08:14
dalek Heuristic branch merge: pushed 72 commits to parrot/233/file_based_config by leto 08:29
09:59 ehiggs joined
aloha (parrot/parrot) Issues opened : 702 (Make stripping a configure-time option) by gerdr : github.com/parrot/parrot/issues/702 10:45
10:56 whiteknight joined
whiteknight good morning, #parrot 12:27
dalek rrot: 3e6bc3e | dukeleto++ | / (89 files):
Merge remote branch 'origin/master' into 233/file_based_config
12:29
rrot: d313e63 | jkeenan++ | / (8 files):
Merge branch '233/file_based_config'
aloha (parrot/parrot) Issues closed : 233 (configuration-file interface does not accept arguments with whitespace) by gerdr : github.com/parrot/parrot/issues/233 12:36
dalek rrot/kid51/fulltest_easy: ea13f56 | jkeenan++ | t/fullharness:
Remove the BEGIN block, which is no longer needed.
12:46
aloha (parrot/parrot) Issues opened : 703 (make manitest broken on Cygwin) by gerdr : github.com/parrot/parrot/issues/703 13:41
13:58 dmalcolm joined 14:14 PacoAir joined 14:32 Psyche^ joined, fperrad joined
dalek p: 58f5268 | jnthn++ | src/QAST/Compiler.nqp:
Fix regression of tests 23,24,25,44,45 that were broken in backtracking into subrules patches, which all had the same root cause.
14:44
p: 6fb60c8 | jnthn++ | 3rdparty/dyncall/configure:
Fix dyncall build on Cygwin; not_gerd++.
14:47
whiteknight shoveling snow is for the birds 14:54
15:01 fperrad joined 15:16 not_gerd joined
not_gerd hello, #parrot 15:16
dalek p: 942907e | jnthn++ | src/QRegex/Cursor.nqp:
Fix !cursor_next; this unbusts all of the remaining regressed QRegex tests apart from 545, which we only passed before for the wrong reason.
15:18
p: 078ea5d | jnthn++ | t/qregex/rx_backtrack:
Todo a QRegex test we passed for the wrong reasons before (it tested :, and passed not because it's implemented but because backtracking into subrules never worked.)
whiteknight hello not_gerd 15:25
not_gerd any objection to closing github.com/parrot/parrot/issues/642 by forcing sizeof (INTVAL) == sizeof (void *) in Configure.pl? 15:44
whiteknight I'm not opposed. That seems like something that needs testing especially on win64
I know on win64 sizeof(long) == sizeof(INTVAL) != sizeof(void*) 15:45
you need long long
not_gerd I know - see my comment on that issue 15:46
could be factored to fix #242 as well...
dalek sella/gh-pages: 16cdf6f | Whiteknight++ | / (2 files):
Add in stub docs file for reflect
15:55
sella: 3fb0493 | Whiteknight++ | src/unstable/reflect/ (7 files):
Add some docs for reflect
sella: a36ed00 | Whiteknight++ | src/query/Iterable.winxed:
Fix typo in Iterable.to_hash
sella: f8da6eb | Whiteknight++ | t/reflect/ (7 files):
Add in some stub tests for reflect
sella: 92fe87b | Whiteknight++ | t/date/Date.t:
Add in a stub test file for Date
sella: 941efde | Whiteknight++ | / (4 files):
Add in a few more multi candidates for Date constructor, to help in some weird situations where MMD can't find the right candidate. Test fixes. Add Reflect to the test harness
sella: 4a117d6 | Whiteknight++ | / (18 files):
Reflect is now stable. Update build script and test harness.
not_gerd any, I'm off for now, but will probably take a shot at it later today... 16:00
16:00 not_gerd left
dalek sella/gh-pages: 72df3d3 | Whiteknight++ | _layouts/rosella.html:
small html fix
16:00
sella/gh-pages: e42c154 | Whiteknight++ | libraries/reflect.md:
use the correct layout
16:02
16:16 fperrad joined
dalek sella: 9b98817 | Whiteknight++ | s (2 files):
Fix reflect build, and fix a method call
16:25
16:46 GodFather joined
dalek kudo/nom: fa821c1 | moritz++ | src/core/Temporal.pm:
Date.gist should be the same as Date.Str

because TimToady++ says so
17:10
17:34 fperrad joined
dalek rrot/kid51/makefiles_more_clean: a9b4c50 | jkeenan++ | config/gen/makefiles/root.in:
Add some *.pbc files generated during testing to make test-clean. For Issue #703.
17:44
rrot/kid51/makefiles_more_clean: 1a4b948 | jkeenan++ | config/gen/makefiles/root.in:
Add two files to appropriate 'clean' targets. For Issue #703.
rrot/kid51/makefiles_more_clean: 0ccafa1 | jkeenan++ | MANIFEST:
Add hidden file to MANIFEST. For Issue #703.
rrot/kid51/makefiles_more_clean: 7210c30 | jkeenan++ | lib/Parrot/Manifest.pm:
Allow for t/library/.gitattributes to remain in MANIFEST when tools/dev/mk_manifest_and_skip.pl is run. For Issue #703.
17:44 contingencyplan joined 17:48 nnunley joined 17:55 nnunley joined
aloha (parrot/parrot) Issues closed : 242 (Memalign fix) by gerdr : github.com/parrot/parrot/issues/242 18:09
dukeleto ~~ 18:10
whiteknight hello dukeleto 18:11
cotto ~~ 18:13
whiteknight hello cotto 18:14
dukeleto anybody have issues with merging the m0 branches?
i haven't seen any feedback on that
re: my email to parrot-dev 18:15
and jolly good day!
cotto dukeleto, are you planning on merging them together or into master? 18:16
dukeleto cotto: both into master
cotto: but both together would be a good start
moritz as long as it doesn't break anything for nqp or rakudo, I'm all for it.
dukeleto cotto: right now m0 is relegated to a stale branch
moritz: yep, no interaction with nqp/rakudo at all
cotto dukeleto, I'm fine with together
less sure about master, since it's still experimental 18:17
dukeleto cotto: but you want to keep it out of master for now?
cotto: yeah, that is reasonable. wfm
cotto: so I am going to merge m0-spec and m0-prototype together, merge with latest parrot and then push it as a new branch 18:18
cotto: sound good?
cotto: no merging into master, yet
cotto dukeleto, fire at will 18:19
dukeleto++ 18:20
dukeleto incoming 18:27
dalek rrot/m0: 5a25e29 | dukeleto++ | / (76 files):
Merge remote-tracking branch 'origin/m0-prototype' into m0-spec
18:28
rrot/m0: e66f175 | dukeleto++ | / (623 files):
Merge remote-tracking branch 'origin/master' into m0-spec

Conflicts:
  \tconfig/gen/makefiles/root.in
dukeleto cotto: shall i get rid of the m0-(prototype|spec) branches now? everything is in the "m0" branch now 18:29
cotto dukeleto, no reason to keep them 18:30
+1
dukeleto github.com/parrot/parrot/compare/m0
cotto dukeleto, it's nice to see some activity on that. 18:36
msg alvis If you know PHP well enough to make sense of it, the Drupal parrotbug code I'm working on is github.com/cotto/parrotbug-service and the interesting function is _parrotbug_service_create. 19:04
aloha OK. I'll deliver the message.
19:44 contingencyplan joined
dalek sella: 46508cf | Whiteknight++ | s (4 files):
Refactor mk_winxed_header to use Query and Reflect
20:31
sella: 1ee765d | Whiteknight++ | s (4 files):
Refactor test_template utility to use Reflect. This actully fixes a bug we had in packfile loading. Also, filter out private methods and constructors from the test output
sella: 7f061cf | Whiteknight++ | s (2 files):
Refactor test_all_lib to use Reflect and Query
sella: a552eda | Whiteknight++ | setup.winxed:
Cleanup the utilities portion of setup.winxed a little
21:06 fperrad joined 21:22 fperrad joined 21:46 jsut joined 22:07 Khisanth joined
dalek sella: 17d620c | Whiteknight++ | src/ (2 files):
Implement a Iterator.TakeSkip.reset method.
22:18
22:20 donaldh joined 22:45 fperrad joined 23:22 kid51 joined
dalek rrot/kid51/makefiles_more_clean: e46827e | jkeenan++ | config/gen/makefiles/root.in:
[cygwin] Provide for cleanup of libparrot.dll.a. For Issue #703.
23:44