Dallas.p6m, May

2009-05-07 Thread fREW Schmidt
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20090513T00Z
DTEND:20090513T03Z
DTSTAMP:20090507T205457Z
ORGANIZER;CN=Art Schmidt:mailto:fri...@gmail.com
UID:sba7al7vh82ld3ccni8rttu...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;cn=perl6-langu...@perl.org;X-NUM-GUESTS=0:mailto:perl6-langu...@perl.o
 rg
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Art Schmidt;X-NUM-GUESTS=0:mailto:fri...@gmail.com
CLASS:PRIVATE
CREATED:20090507T205455Z
DESCRIPTION:Hello All!divbr/divdivWe are planning on having another
  Dallas.p6m meeting soon.  span class=Apple-style-span style=border-col
 lapse: collapse\; color: rgb(51\, 51\, 51)\; We are meeting next week (Tu
 esday\, May 12th 7:00PM) at a coffee shop with free wifi.  The address is 
 span style=font-family: Arial\; 985 W Bethany Dr Allen\, TX 75013 (span
  class=Apple-style-span style=font-family: arial\; Pete's Coffee insid
 e the Market Street.)span class=Apple-style-span style=font-family: Ari
 al\;   /span/span/span/span/divdivspan class=Apple-style-sp
 an style=border-collapse: collapse\; color: rgb(51\, 51\, 51)\; divb
 r/divdivspan style=font-family: Arial\; We don't really have an ag
 enda right now but s1n is working on one for when we do meet./span/div
 divbr/divdivYou are invited to come and have a good time!  Last time
  it was pretty cool and hopefully it will continue to grow in coolness./di
 vdivbr/divdivWe would be very happy to have anyone who lives near 
 by come and give a talk or something\, but we can't pay you\, so you'd have
  to do it out of the good of your heart./divdivbr/divdivSee you t
 here!/div/spandivbr/div-- brfREW Schmidtbrhttp://blog.afoolis
 hmanifesto.combr\n/div\nView your event at http://www.google.com/calend
 ar/event?action=VIEWueid=sba7al7vh82ld3ccni8rttu72c.
LAST-MODIFIED:20090507T205455Z
LOCATION:985 W Bethany Dr Allen\, TX 75013 (Pete's Coffee inside the Market
  Street.)
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Dallas.p6m
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite20090512T19.ics
Description: application/ics


Dallas.p6m

2009-03-18 Thread fREW Schmidt
Hello friends!
s1n and I decided that we would start Dallas.p6m as we are close to each
other geographically speaking.  We are meeting tomorrow (Thursday, March 19,
7:00PM) at a coffee shop with free wifi.  The address is 985 W Bethany Dr
Allen, TX 75013.

So far it looks like it will be s1n, me, and two or three of my co-workers.
 We don't really have an agenda, but I figure I will ask s1n about some PIR
stuff and if he wants I can chat about some perl 6 stuff (although he may
know more about that as well.)

Anyway, you are invited to come and have a good time!  We will probably be
more organized in the future, but for now this will work :-)



-- 
fREW Schmidt
http://blog.afoolishmanifesto.com


Re: perl6 Testing

2009-01-23 Thread fREW Schmidt
   And should I
  just mail patches to rakudo...@perl.org?

 In general if you find a bug: yes.
 In this case not, because it's a known limitation.

Where do I mail the patches for the tests?


--

-fREW


perl6 Testing

2009-01-22 Thread fREW Schmidt
Hi!

I'd like to get started adding these:

is capitalize(:string($a)), Pugs Is Cool!, capitalize works with named
arg

rakudo and pugs both fail this test.  Should I add it anyway?  And should I
just mail patches to rakudo...@perl.org?  Or should this technically be
pugs?

-- 

-fREW


Re: How do I help?

2009-01-20 Thread fREW Schmidt
 Since the tests are all written in Perl 6, you have to learn at least a
 bit of the language.

I figured that; I just wanted to start off with perl6 before I did
anything in PIR.

 In the pugs repo there's a file in t/TASKS that contains a list of
 things to be done - maybe you can start there. In case of doubt join our
 IRC channel (irc.freenode.org/#perl6) and ask for guidance there.

I'll see if I can take care of some of these.  The one that looks like
I could learn a lot from and definitely do is the one where you test
builtin functions with named parameters as most of these having been
tested that way yet.

I hope it helps!


-- 

-fREW


How do I help?

2009-01-19 Thread fREW Schmidt
Hello friends!

I just recently read Ovid's post on use Perl about how we can help by
fixing PUGS tests.  I was a little clear on what he meant and I am a
little anxious to do something.  I checked out the code for parrot
already and I am getting the pugs code while I write this.  Anyone
have any ideas for stuff that's easy enough for a regular old perl5
guy to do but boring enough not to be done?

I'll be looking through the tests for stuff that I should try to take care of.

-- 

-fREW