Search Discussions
-
This is an update to my last patch (which you may not see because I sent it from the wrong email address). Here are my updated notes: This patch implements the .trim() method for strings. Problem: I ...
Ovid
Jan 12, 2009 at 12:17 am
Jan 13, 2009 at 12:39 am -
aren't those the type ids that we're trying to get rid of? :-) I think option 2, using strings to specify the type, is better. (should simple, single strings be enough, or do we want namespaces etc. ...
Kjstol
Jan 15, 2009 at 6:36 pm
Jan 19, 2009 at 5:27 am -
Our trac admins report that this is caused by users who don't have their email authenticated (that is, Trac sends you a test email, and you confirm that you got it, so Trac knows the address is ...
Allison Randal
Jan 11, 2009 at 3:47 am
Jan 14, 2009 at 7:32 am -
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jan 5 14:00:01 2009 GMT ------------------------------------------------------------------------------- * ...
Parrot Bug Summary
Jan 5, 2009 at 2:00 pm
Jan 26, 2009 at 2:00 pm -
What's the replacement opcode for n_neg ? Pm
Patrick R. Michaud
Jan 20, 2009 at 3:28 pm
Jan 20, 2009 at 6:00 pm -
# New Ticket Created by Donald Hunter # Please include the string: [perl #62010] # in the subject line of all future correspondence about this issue. # <URL: ...
Donald Hunter
Jan 6, 2009 at 12:33 pm
Jan 9, 2009 at 12:42 am -
I like the sound of "Rakudo Tuesday". xoa Begin forwarded message: -- Andy Lester = andy@petdance.com = www.petdance.com = AIM:petdance
Andy Lester
Jan 8, 2009 at 8:54 pm
Jan 8, 2009 at 11:23 pm -
No, it is working :-) NaN != NaN. Hence why <= has 4 possible return values. The above is the valid test for a NaN. Note, Intel chose that the default optimiser setting on their compiler should be ...
Nicholas Clark
Jan 27, 2009 at 9:53 pm
Jan 28, 2009 at 2:14 am -
# New Ticket Created by I Sop # Please include the string: [perl #62506] # in the subject line of all future correspondence about this issue. # <URL: ...
I Sop
Jan 19, 2009 at 9:04 pm
Jan 23, 2009 at 8:59 am -
I don't see how Parrot can be fast enough in general without JIT. With JIT, if these ops are implemented in terms of other ops, there's no speed penalty. That's a fair point, though it can be ...
Chromatic
Jan 20, 2009 at 7:12 pm
Jan 20, 2009 at 7:21 pm -
# New Ticket Created by Alan Rocker # Please include the string: [perl #62206] # in the subject line of all future correspondence about this issue. # <URL: ...
Alan Rocker
Jan 11, 2009 at 9:52 pm
Jan 12, 2009 at 1:15 am -
# New Ticket Created by Alan Rocker # Please include the string: [perl #62920] # in the subject line of all future correspondence about this issue. # <URL: ...
Alan Rocker
Jan 29, 2009 at 10:43 pm
Jan 30, 2009 at 9:29 pm -
# New Ticket Created by I Sop # Please include the string: [perl #62504] # in the subject line of all future correspondence about this issue. # <URL: ...
I Sop
Jan 19, 2009 at 9:01 pm
Jan 19, 2009 at 9:02 pm -
# New Ticket Created by I Sop # Please include the string: [perl #62432] # in the subject line of all future correspondence about this issue. # <URL: ...
I Sop
Jan 16, 2009 at 9:43 am
Jan 16, 2009 at 5:12 pm -
Seems Larry's agreed to the .trim method. There are bits that are not agreed upon, so this patch only implements what we've agreed upon. It relies on the new S29-str/trim.t test in pugs. I committed ...
Ovid
Jan 12, 2009 at 10:02 pm
Jan 12, 2009 at 11:03 pm -
# New Ticket Created by Alan Rocker # Please include the string: [perl #62202] # in the subject line of all future correspondence about this issue. # <URL: ...
Alan Rocker
Jan 11, 2009 at 8:38 pm
Jan 12, 2009 at 3:10 am -
# New Ticket Created by Alan Rocker # Please include the string: [perl #62204] # in the subject line of all future correspondence about this issue. # <URL: ...
Alan Rocker
Jan 11, 2009 at 9:26 pm
Jan 12, 2009 at 1:12 am -
Author: fperrad Date: Thu Jan 29 09:34:12 2009 New Revision: 36148 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Added: ...
Fperrad
Jan 29, 2009 at 5:34 pm
Jan 29, 2009 at 5:34 pm -
Author: bernhard Date: Thu Jan 29 09:30:19 2009 New Revision: 36147 Modified: trunk/docs/pdds/pdd28_strings.pod Log: [codingstd] pdd_format.t Modified: trunk/docs/pdds/pdd28_strings.pod ...
Bernhard
Jan 29, 2009 at 5:30 pm
Jan 29, 2009 at 5:30 pm -
Author: allison Date: Wed Jan 28 16:50:06 2009 New Revision: 36125 Modified: trunk/docs/pdds/pdd28_strings.pod Log: [pdd] Add descriptions for 'compare' and 'equal' functions. Catch an unconverted ...
Allison
Jan 29, 2009 at 12:50 am
Jan 29, 2009 at 12:50 am -
Author: allison Date: Tue Jan 27 20:35:00 2009 New Revision: 36076 Modified: trunk/docs/pdds/pdd28_strings.pod Log: [pdd] Regularizing string API function names to fit the pattern of a ...
Allison
Jan 28, 2009 at 4:35 am
Jan 28, 2009 at 4:35 am -
Hello all, As you probably know by now, I'm really fired up about making sure that Parrot's string handling works well and supports a good range of character sets and encodings. To this end, I ...
Simon Cozens
Jan 24, 2009 at 12:52 pm
Jan 24, 2009 at 12:52 pm -
Author: coke Date: Fri Jan 23 22:05:05 2009 New Revision: 35945 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Removed: trunk/src/pmc/pair.pmc ...
Coke
Jan 24, 2009 at 6:05 am
Jan 24, 2009 at 6:05 am -
# New Ticket Created by Ron Schmidt # Please include the string: [perl #62634] # in the subject line of all future correspondence about this issue. # <URL: ...
Ron Schmidt
Jan 22, 2009 at 4:14 pm
Jan 22, 2009 at 4:14 pm -
# New Ticket Created by Ron Schmidt # Please include the string: [perl #62588] # in the subject line of all future correspondence about this issue. # <URL: ...
Ron Schmidt
Jan 21, 2009 at 9:08 pm
Jan 21, 2009 at 9:08 pm -
Indeed. Done this in r35820. Thanks, Jonathan
jnthn@jnthn.net via RT
Jan 20, 2009 at 5:49 pm
Jan 20, 2009 at 5:49 pm -
Author: infinoid Date: Mon Jan 19 22:51:44 2009 New Revision: 35789 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/languages/perl6/Test.pm ...
Infinoid
Jan 20, 2009 at 6:51 am
Jan 20, 2009 at 6:51 am -
Author: chromatic Date: Mon Jan 19 21:19:27 2009 New Revision: 35788 Modified: trunk/docs/pdds/pdd17_pmc.pod trunk/docs/pdds/pdd28_strings.pod Changes in other areas also in this revision: Modified: ...
Chromatic
Jan 20, 2009 at 5:20 am
Jan 20, 2009 at 5:20 am -
Author: Whiteknight Date: Wed Jan 14 16:44:41 2009 New Revision: 35571 Modified: trunk/docs/pdds/pdd09_gc.pod Changes in other areas also in this revision: Modified: trunk/include/parrot/pobj.h ...
Whiteknight
Jan 15, 2009 at 12:44 am
Jan 15, 2009 at 12:44 am -
Author: kjs Date: Tue Jan 13 06:52:29 2009 New Revision: 35488 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [pdd19] Be more explicit; if you don't specify a :main flag, execution starts at the top. ...
Kjs
Jan 13, 2009 at 2:52 pm
Jan 13, 2009 at 2:52 pm -
This patch implements the .trim() method for strings. Two problems: 1. I don't like the double-negative, but I was unsure how to get rid of it. unless not_whitespace goto done 2. I don't like the ...
Ovid
Jan 12, 2009 at 12:07 am
Jan 12, 2009 at 12:07 am -
Do you propose to do this during PASM compile, PBC load, or PBC interpret? There are tradeoffs: * If only mapped in the PASM compile, then the bytecode is still risky, and you haven't really ...
Geoffrey Broadwell
Jan 12, 2009 at 12:06 am
Jan 12, 2009 at 12:06 am -
Author: bernhard Date: Sun Jan 11 04:40:38 2009 New Revision: 35410 Modified: trunk/docs/pdds/draft/pdd08_keys.pod Log: [codingstd] shorten long lines. Modified: trunk/docs/pdds/draft/pdd08_keys.pod ...
Bernhard
Jan 11, 2009 at 12:40 pm
Jan 11, 2009 at 12:40 pm -
Author: allison Date: Sat Jan 10 19:55:39 2009 New Revision: 35378 Modified: trunk/docs/pdds/pdd09_gc.pod Changes in other areas also in this revision: Added: trunk/include/parrot/gc_api.h - copied ...
Allison
Jan 11, 2009 at 3:55 am
Jan 11, 2009 at 3:55 am -
Author: cotto Date: Sat Jan 10 02:17:09 2009 New Revision: 35334 Modified: trunk/docs/pdds/draft/pdd08_keys.pod Log: [pdd] readability changes Modified: trunk/docs/pdds/draft/pdd08_keys.pod ...
Cotto
Jan 10, 2009 at 10:17 am
Jan 10, 2009 at 10:17 am -
Author: infinoid Date: Wed Jan 7 22:53:23 2009 New Revision: 35191 Modified: trunk/docs/pdds/pdd13_bytecode.pod Log: [pdd13] Clarify a TODO item somewhat regarding the potential use of ManagedStruct ...
Infinoid
Jan 8, 2009 at 6:53 am
Jan 8, 2009 at 6:53 am -
Author: jonathan Date: Wed Jan 7 08:01:00 2009 New Revision: 35128 Modified: trunk/docs/pdds/pdd23_exceptions.pod Log: [pdd] Remove unimplemented notes for annotations method on Exception, and add ...
Jonathan
Jan 7, 2009 at 4:01 pm
Jan 7, 2009 at 4:01 pm -
Tim Heckman
Jan 7, 2009 at 1:23 pm
Jan 7, 2009 at 1:23 pm -
Author: infinoid Date: Tue Jan 6 21:35:06 2009 New Revision: 35089 Modified: trunk/docs/pdds/pdd13_bytecode.pod trunk/docs/pdds/pdd19_pir.pod Changes in other areas also in this revision: Added: ...
Infinoid
Jan 7, 2009 at 5:35 am
Jan 7, 2009 at 5:35 am -
# New Ticket Created by "Christian Sturm" # Please include the string: [perl #62014] # in the subject line of all future correspondence about this issue. # <URL: ...
Christian Sturm
Jan 6, 2009 at 3:03 pm
Jan 6, 2009 at 3:03 pm -
That's correct. Parrot's tracing output only displays the first n characters of STRINGs. -- c
Chromatic
Jan 4, 2009 at 6:14 pm
Jan 4, 2009 at 6:14 pm -
Author: jkeenan Date: Sat Jan 3 16:22:40 2009 New Revision: 34905 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod Changes in other areas also in this revision: Added: trunk/compilers/pirc/src/ - ...
Jkeenan
Jan 4, 2009 at 12:22 am
Jan 4, 2009 at 12:22 am -
Rolf has left a new comment on your post "Solutions to the Exercises in Episode 4": The global $?BLOCK variable you're using in the exception rule is only introduced in Episode 5 of this tutorial. As ...
Rolf
Jan 2, 2009 at 10:00 pm
Jan 2, 2009 at 10:00 pm
Group Overview
group | perl6-internals |
categories | perl |
discussions | 43 |
posts | 124 |
users | 47 |
website | perl6.org |
47 users for January 2009
Archives
- July 2013 (3)
- March 2012 (5)
- January 2012 (1)
- January 2011 (1)
- July 2010 (4)
- April 2010 (1)
- February 2010 (1)
- January 2010 (2)
- November 2009 (12)
- October 2009 (9)
- September 2009 (25)
- August 2009 (6)
- July 2009 (19)
- June 2009 (6)
- May 2009 (22)
- April 2009 (15)
- March 2009 (20)
- February 2009 (74)
- January 2009 (124)
- December 2008 (181)
- November 2008 (314)
- October 2008 (466)
- September 2008 (624)
- August 2008 (699)
- July 2008 (831)
- June 2008 (812)
- May 2008 (542)
- April 2008 (816)
- March 2008 (739)
- February 2008 (455)
- January 2008 (737)
- December 2007 (717)
- November 2007 (478)
- October 2007 (736)
- September 2007 (492)
- August 2007 (490)
- July 2007 (449)
- June 2007 (517)
- May 2007 (498)
- April 2007 (602)
- March 2007 (662)
- February 2007 (287)
- January 2007 (249)
- December 2006 (262)
- November 2006 (390)
- October 2006 (359)
- September 2006 (223)
- August 2006 (350)
- July 2006 (562)
- June 2006 (138)
- May 2006 (161)
- April 2006 (225)
- March 2006 (192)
- February 2006 (314)
- January 2006 (424)
- December 2005 (478)
- November 2005 (406)
- October 2005 (441)
- September 2005 (300)
- August 2005 (236)
- July 2005 (334)
- June 2005 (379)
- May 2005 (485)
- April 2005 (566)
- March 2005 (390)
- February 2005 (177)
- January 2005 (201)
- December 2004 (400)
- November 2004 (900)
- October 2004 (657)
- September 2004 (519)
- August 2004 (659)
- July 2004 (230)
- June 2004 (354)
- May 2004 (624)
- April 2004 (995)
- March 2004 (1,021)
- February 2004 (590)
- January 2004 (950)
- December 2003 (500)
- November 2003 (369)
- October 2003 (631)
- September 2003 (669)
- August 2003 (872)
- July 2003 (608)
- June 2003 (332)
- May 2003 (436)
- April 2003 (187)
- March 2003 (251)
- February 2003 (395)
- January 2003 (552)
- December 2002 (421)
- November 2002 (385)
- October 2002 (559)
- September 2002 (598)
- August 2002 (892)
- July 2002 (714)
- June 2002 (390)
- May 2002 (506)
- April 2002 (494)
- March 2002 (575)
- February 2002 (535)
- January 2002 (921)
- December 2001 (581)
- November 2001 (609)
- October 2001 (950)
- September 2001 (1,651)
- August 2001 (121)
- July 2001 (116)
- June 2001 (227)
- May 2001 (125)
- April 2001 (138)
- March 2001 (155)
- February 2001 (342)
- January 2001 (179)
- December 2000 (273)
- November 2000 (86)
- October 2000 (202)
- September 2000 (402)
- August 2000 (1,132)