Parrot 5.4.0 "Austin Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 1 June 2013.
00:49 rurban joined 01:43 contingencyplan joined 02:03 rurban joined 03:08 rurban joined 03:38 preflex_ joined 03:55 rurban joined 04:26 Psyche^ joined 05:29 rurban joined 05:53 davidfetter joined 06:29 zby_home joined, rurban joined 07:10 cooper joined 07:30 rurban joined 07:33 denisboyun joined 08:35 rurban joined 12:21 kid51 joined 12:27 bouncy joined 12:38 bouncy joined 12:47 bouncy joined 13:14 dukeleto joined
dukeleto ~~ 13:15
dalek rrot/m0: 1bea4c7 | dukeleto++ | docs/pdds/draft/pdd32_m0.pod:
[doc][ci skip] Update m0 copyright and URL in draft PDD32
13:31
dukeleto See? M0 isn't dead. 13:40
github.com a 500 error for anybody else? 13:58
wow, somebody is having a really bad day at Github right now 14:01
github.com going down on a Sunday. Can't push or pull
14:06 jleto joined
jleto ~~ 14:07
dukeleto blarg
14:18 rurban joined 14:30 denisboyun_ joined
dukeleto denisboyun_: hey dude 14:34
denisboyun_ dukeleto: hi
dukeleto denisboyun_: please jump on gchat so we can hangout 14:36
denisboyun_: i see you as offline still
denisboyun_ dukeleto: ok, one moment please
14:40 denisboyun joined
denisboyun dukeleto: ok 14:42
dukeleto denisboyun: great chatting with you 14:59
denisboyun: if you want to contact me in real-time, send me a message here: twitter.com/dukeleto
denisboyun: let's try to meet on Wednesday at 10pm your time. I need to figure out what time that is for me...
15:10 zby_home joined
denisboyun dukeleto: Ok, let's try. thanks. 15:18
dukeleto denisboyun: also, i think you can send free international SMS's with a gateway 15:19
denisboyun: domestic-number@txt.att.net (SMS) 15:20
denisboyun: domestic-number@mms.att.net (MMS)
denisboyun: i will send you my phone # via email
denisboyun dukeleto: What programs are allowing to do that? 15:22
dukeleto: I'd never heared about that 15:23
dukeleto denisboyun: email 15:27
denisboyun: :)
denisboyun dukeleto: cool))
dukeleto denisboyun: send an email and it Just Works, hopefully :)
denisboyun dukeleto: ok, I have remembered 15:28
15:30 rurban joined
dukeleto denisboyun: i got it! 15:45
denisboyun: awesome :)
dalek kudo/nom: af2b6ce | (Elizabeth Mattijsen)++ | src/Perl6/ModuleLoader.nqp:
A temporary fix for faster module loading

  *All* directories and *all* types were being checked, whereas always only the
first was being used. This quick fix short-circuits search as soon as the first candidate is found.
15:59
kudo/nom: 0020ef7 | lizmat++ | src/Perl6/ModuleLoader.nqp:
Merge pull request #145 from lizmat/fastermoduleload

A temporary fix for faster module loading
kudo/nom: 0f88d34 | (Elizabeth Mattijsen)++ | src/ (2 files):
Fix for autoviv Typed hash problem

As suggested by jnthn. I think there is a ticket for this, but do not know its number.
kudo/nom: 7d5480e | lizmat++ | /:
Merge pull request #146 from lizmat/autovivtypedhash

Fix for autoviv Typed hash problem
kudo/nom: 88dae22 | (Elizabeth Mattijsen)++ | src/core/ (2 files):
Fix for "exists" handling on typed hashes

Made in cooperation with jnthn++ and moritz++
16:04
kudo/nom: 6973abb | (Elizabeth Mattijsen)++ | src/core/Hash.pm:
Suggested change by jnthn

See irclog.perlgeek.de/perl6/2013-05-28#i_7124130 . Spectested ok.
kudo/nom: 99c82d3 | lizmat++ | src/core/ (2 files):
Merge pull request #147 from lizmat/existstypedhash

Fix for "exists" handling on typed hashes
16:11 dalek joined
dalek kudo/nom: d670aaa | (Elizabeth Mattijsen)++ | src/Perl6/ModuleLoader.nqp:
Oops, we had a diff + in there that wasn't supposed to be there
16:19
kudo/nom: 4c6ef79 | labster++ | src/core/IO.pm:
make dir() lazy; written while waiting for plane to YAPCNA
16:31
kudo/nom: 9557da2 | (Brent Laabs)++ | src/core/IO.pm:
Merge pull request #161 from labster/nom

make dir() lazy; written while waiting for plane to YAPCNA
16:34 denisboyun_ joined 16:38 kid51 joined
dalek p/rak-jvm-support: cd35271 | jonathan++ | src/vm/parrot/6model/reprs/NativeCall.c:
Add missing gc_mark registration.
16:38
17:03 rurban joined 17:15 zby_home joined
dalek kudo/nom: 9cf3a88 | labster++ | src/core/IO.pm:
keep lines() with limit from reading an extra line
17:27
kudo/nom: 21a9579 | (Elizabeth Mattijsen)++ | src/core/Any.pm:
Support for subscript adverb :delete in combination with :kv :p :k :v

As described in S02:2514
17:41
kudo/nom: d0ac9a7 | (Elizabeth Mattijsen)++ | / (16 files):
Merge remote-tracking branch 'upstream/nom' into deleteadverbkvpkv

Conflicts:
  \tsrc/core/Any.pm
kudo/nom: d292900 | (Elizabeth Mattijsen)++ | src/core/Any.pm:
We don't need no Mu

After discussing this with jnthn at PLPW
kudo/nom: 12b13e5 | lizmat++ | src/core/Any.pm:
Merge pull request #158 from lizmat/deleteadverbkvpkv

Support for subscript adverb :delete in combination with :kv :p :k :v
kudo/nom: 2fe2537 | (Elizabeth Mattijsen)++ | src/core/List.pm:
Make List.gist not warn on undefined values
17:49
kudo/nom: 1dace73 | (Elizabeth Mattijsen)++ | src/core/List.pm:
.gist is better for defined values than .Str
kudo/nom: 7869a67 | (Elizabeth Mattijsen)++ | src/core/List.pm:
Always just use .gist to create the final .gist

As suggested by Moritz++
kudo/nom: b2072f5 | lizmat++ | src/core/List.pm:
Merge pull request #152 from lizmat/ListgistAnyok

Make List.gist not warn on undefined values
18:10 myhrlin joined 18:17 rurban joined 18:18 davidfetter joined 19:18 rurban1 joined 19:38 dukeleto joined
dukeleto ~~ 19:38
19:57 dukeleto joined 20:45 myhrlin_ joined 21:32 dukeleto joined 22:22 quias joined 22:33 silug joined 23:11 quias joined