Parrot 4.2.0 "Ornithopter" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 21 March 2012.
00:16 kid51 joined 00:17 araq_bnc_ joined 00:31 araq_bnc left 00:33 nbrown_ joined
kid51 Is there one link to a page on google-melange.com where I can view all the Parrot proposals (assuming I'm signed in as a mentor)? 00:57
s/one link to a page/a link to a single page/ 00:58
whiteknight www.google-melange.com/gsoc/dashboa..._submitted 01:06
I think that's what you're looking for 01:10
01:24 particle joined
kid51 whiteknight: Thanks. 01:25
02:14 benabik joined
dalek sella: b893463 | Whiteknight++ | src/ (2 files):
[Json] Update the parser so we parse field names without quotes. This is allowable javascript, but not necessarily 'good form' json
02:24
sella: 389c66c | Whiteknight++ | s (8 files):
[Parse] Add a new Parse library, to hold some common parsing-related routines. Factor out common code from Xml and Json
sella: 61a9062 | Whiteknight++ | src/unstable/ (2 files):
[Net] Use the Parse library (and a few new routines therein) to refactor parsing of Uris. Parsing is now protocol-specific as it should be, we parse all fields, and there is better error handling
benabik ~~ 02:48
03:31 plobsing joined
dalek rrot: 28e0dd3 | petdance++ | src/hash.c:
Removed unnecessary cast. Localized a loop variable.
05:34
06:39 jsut joined 07:39 schmooster joined 07:45 brrt joined 08:16 PacoAir joined
dalek kudo/nom: 119fe3b | moritz++ | src/Perl6/Actions.pm:
allow "anon sub" again
08:19
09:31 Tene joined 10:23 whiteknight joined 10:42 schmooster joined 10:54 lucian joined
whiteknight good morning, #parrot 11:12
12:10 JimmyZ joined 12:28 jsut_ joined 15:04 JimmyZ joined 16:51 lucian joined 17:13 jashwanth joined
jashwanth whiteknight:hi 17:13
whiteknight:good morning
17:25 JimmyZ joined 20:25 lucian joined
dukeleto ~~ 20:37
whiteknight hello dukeleto 22:07
dalek sella: c10062c | Whiteknight++ | s (6 files):
[Net] Break uri up into subtypes since parsing is so different and we want to be able to add new schemes later.
22:10
sella: 2ac1759 | Whiteknight++ | src/unstable/parse/Parse.winxed:
[Parse] implement some common escape codes in string parsing
sella: 4b873ca | Whiteknight++ | src/unstable/net/ (2 files):
[Net] Move two methods out into utility functions since they don't require state and may be easier to test like this
sella: 18d7f4a | Whiteknight++ | src/ (2 files):
[Parse] Add string escapes u, x, and o for parsing hex and oct literals. Add several helper methods and builtins to support this and other operations
sella: df817b2 | Whiteknight++ | src/unstable/ (4 files):
[Parse] Add new method to set up the data structures used by a parser
sella: 4982961 | Whiteknight++ | src/unstable/net/MimeBase64.winxed:
[Net] update the MimeBase64 class to use the winxed operators instead of band and bor
sella: 1ae219c | Whiteknight++ | src/ (3 files):
[Net] make sure to to-lower the protocol
sella: eb5288d | Whiteknight++ | src/ (5 files):
[Core] Add a new method to get a string->string hash instance. Rename other hash creator methods to indicate the key/value types.