Fwd: Re: [GitHub] openssl: crypto and ssl nci definitions [parrot/parrot 97e42df]

2011-02-23 Thread Kevin Tew
Original Message Subject: Re: [GitHub] openssl: crypto and ssl nci definitions [parrot/parrot 97e42df] Date: Wed, 23 Feb 2011 09:38:07 -0700 From: Kevin Tew To: leto On 02/23/2011 09:35 AM, leto wrote: How was this generated and what is it for? By hand ht

How to get branches automagically smoked

2011-02-23 Thread Jonathan "Duke" Leto
Howdy, Let's say Alice has a parrot branch called "foozbar" that is ready for smoking. Assuming Alice is already on her "foozbar" branch: git checkout -b smoke-me/foozbar git push origin smoke-me/foozbar If all the commits in "foozbar" were already on the server, pushing a new branch wi

Re: Jitterbug For Parrot

2011-02-23 Thread Jonathan "Duke" Leto
Howdy, > In the Perl 5 git repo, using branches with names like smoke-me/* is an > indication that the branch should be tested.  Perhaps parrot could adopt a > similar sort of naming convention as a way to indicate which branches are > ready for teseting. This is a great idea and I just implement

Re: Jitterbug For Parrot

2011-02-23 Thread Andy Dougherty
On Wed, 23 Feb 2011, Jonathan "Duke" Leto wrote: > I could change Jitterbug to only run tests on the master branch, if > people would like that more. > > I generally would like Jitterbug to make life easier for Parrot devs, > so please let me know > how I can do that. Any and all feedback is welc

Jitterbug For Parrot

2011-02-23 Thread Jonathan "Duke" Leto
Howdy, I have set up a Jitterbug instance for Parrot: http://new.leto.net:3000/project/parrot People who have committed to master in the last day or so have probably noticed that they get an email from Jitterbug with the test output. I just updated the Jitterbug settings so that it will only em

Re: [parrot/parrot] 97e42d: openssl: crypto and ssl nci definitions

2011-02-23 Thread Peter Lobsinger
On Wed, Feb 23, 2011 at 11:40 AM, Kevin Tew wrote: > On 02/23/2011 09:34 AM, Peter Lobsinger wrote: >> >> On Wed, Feb 23, 2011 at 11:09 AM,  wrote: >>> >>> Branch: refs/heads/master >>> Home:   https://github.com/parrot/parrot >>> >>> Commit: 97e42dfe4a81c1c113138843ab31822eced16820 >>> >>>  https

Re: [parrot/parrot] 97e42d: openssl: crypto and ssl nci definitions

2011-02-23 Thread Kevin Tew
On 02/23/2011 09:34 AM, Peter Lobsinger wrote: On Wed, Feb 23, 2011 at 11:09 AM, wrote: Branch: refs/heads/master Home: https://github.com/parrot/parrot Commit: 97e42dfe4a81c1c113138843ab31822eced16820 https://github.com/parrot/parrot/commit/97e42dfe4a81c1c113138843ab31822eced16820 Auth

Re: [parrot/parrot] 97e42d: openssl: crypto and ssl nci definitions

2011-02-23 Thread Peter Lobsinger
On Wed, Feb 23, 2011 at 11:09 AM, wrote: > Branch: refs/heads/master > Home:   https://github.com/parrot/parrot > > Commit: 97e42dfe4a81c1c113138843ab31822eced16820 >     > https://github.com/parrot/parrot/commit/97e42dfe4a81c1c113138843ab31822eced16820 > Author: Kevin Tew > Date:   2011-02-23 (

Re: Select PMC

2011-02-23 Thread Kevin Tew
On 02/23/2011 07:55 AM, Nick Wellnhofer wrote: On 21/02/2011 20:29, Kevin Tew wrote: I've just pushed tewk/select, which contains a non-blocking support for linux. I really want to see rakudo get some non-blocking IO features, hence I started with parrot. I'd like to merge this sooner than late

[RFC] PtrBuf / StructView

2011-02-23 Thread Peter Lobsinger
The 'ptrbuf' branch implements PMCs for low-level buffer access which separate the representation from the pointers. The immediate goal of this branch is to provide a replacement for Pointer, UnManagedStruct, and ManagedStruct, which have been described in the past as hard and/or inconvenient to u

Re: Select PMC

2011-02-23 Thread Nick Wellnhofer
On 21/02/2011 20:29, Kevin Tew wrote: I've just pushed tewk/select, which contains a non-blocking support for linux. I really want to see rakudo get some non-blocking IO features, hence I started with parrot. I'd like to merge this sooner than later, So constructive patches, commits, pull reques