Re: New Parrot mailing list

2008-09-19 Thread James E Keenan

Allison sent me this reply:


 On Sep 19, 2008, at 3:42 AM, Allison Randal wrote:
 James E Keenan wrote:
  Does this mean that the newsgroup perl.perl6.internal on 
nntp.perl.org is dying as well?
  If so, I think that will be a real loss.  I vastly prefer the news 
interface to a mailing list for following such groups.
  I set up the Google Group, because I know a number of people are 
using it. Can I see a show of hands of people who are only using NNTP 
and would have difficulty switching to a regular email subscription or 
Google Group? (I can't send to a newsgroup from my email client, so Jim, 
could you forward this on?)

  And I wish this had been discussed publicly before this announcement!)
  I mentioned it on #parrotsketch and other places.
 It's part of the general migration away from perl.org infrastructure.
 Allison


Re: Parrot 0.7.1 Manu Aloha released

2008-09-19 Thread Allison Randal

Patrick R. Michaud wrote:


I sent the appropriate patch to the webmaster, but it hasn't
been applied yet (and I lack a commit bit for the parrotcode.org site).
Once that's applied, the url should be fixed.


Thanks, applied. I also updated parrot.org.

Allison


Re: New Parrot mailing list

2008-09-19 Thread Allison Randal

Patrick R. Michaud wrote:

On Thu, Sep 18, 2008 at 11:00:31AM +0200, Allison Randal wrote:
We'll likely end up with messages scattered between both lists for a 
little while, but the perl6-internals/parrot-porters addresses are 
deprecated and will be disabled after a sensible deprecation cycle (and 
after the automatic RT posts have been shifted to parrot-dev).


Will we also be able to get svn commits to the new mailing list, 
or at least to *a* mailing list?


The svn commits are a different mailing list, which will stay where it 
is until we move the subversion server to parrot.org. (Then the new 
commits mailing list will be [EMAIL PROTECTED])


The new mailing list will not automatically update tickets in the RT 
queue, for that CC [EMAIL PROTECTED] on the message.


Wouldn't it be possible to have the new mailing list manager 
check for [perl #n] in the message subject and automatically forward

it (controlling for loops as appropriate)?


Yes, almost certainly. But we're also moving to a new ticket queue, so 
I'd rather not invest the time in hacking up the new infrastructure to 
interface with the old infrastructure.


There's a question on the new system of whether we should continue to 
have tickets forward to the main development list like we do now, or 
have them forward to a separate 'parrot-tickets' mailing list like we do 
with commit log messages. What seems best to you all? (If we do separate 
the lists, anyone has the option to have them all file into the same 
mail folder, it just gives others the option of separating ticket 
traffic from regular messages.)


Allison


Re: New Parrot mailing list

2008-09-19 Thread Allison Randal

James E Keenan wrote:
   I set up the Google Group, because I know a number of people are 
using it. Can I see a show of hands of people who are only using NNTP 
and would have difficulty switching to a regular email subscription or 
Google Group? (I can't send to a newsgroup from my email client, so Jim, 
could you forward this on?)


And only just now found that Jim had CC'd the parrot mailing list as 
well as the news group that I wasn't able to reply to. I wouldn't be sad 
to see NNTP go.


Allison


Re: [perl #58982] Bug -- make per6 unexpected dot

2008-09-19 Thread Kamil KuĊ‚aga
After realclean works fine. Sorry

-- 
Pozdrawiam


[perl #45909] [TODO] Replace quadratic search with something linear in find_exception_handler()

2008-09-19 Thread Christoph Otto via RT
On Wed Sep 17 16:57:06 2008, cotto wrote:
 On Mon Oct 01 10:40:33 2007, pcoch wrote:
  In src/exceptions.c there is the todo comment: [TODO: replace
  quadratic search with something linear, hopefully without trashing
  abstraction layers
 
 
 I can't find this comment any more, nor any occurrence of this ticket's
 number.  I'll do some digging later to see where the comment went, but
 it's likely that this ticket can be resolved or rejected.
 
 Christoph

This comment was deleted by Allison in r27357 as part of the pdd25cx
work.  Since that revision deleted the comment and more or less
completely rewrote the function in question, I'm resolving this ticket.


Re: New Parrot mailing list

2008-09-19 Thread Andy Dougherty
On Fri, 19 Sep 2008, James E Keenan wrote:

 Allison sent me this reply:

  I set up the Google Group, because I know a number of people are using 
 it. Can I see a show of hands of people who are only using NNTP and 
 would have difficulty switching to a regular email subscription or 
 Google Group?

I use NNTP.  I much prefer the command-line news interface to Google 
Groups, but I guess I wouldn't go so far as to say I would have 
difficulty switching to a regular email subscription.  Or, to put it 
another way: If there were an NNTP interface, I would definitely use it, 
but I wouldn't want anyone else to be stuck implementing and maintaining 
it just for my occasional use.

-- 
Andy Dougherty  [EMAIL PROTECTED]



Re: New Parrot mailing list

2008-09-19 Thread James E Keenan

Allison Randal wrote:

James E Keenan wrote:
   I set up the Google Group, because I know a number of people are 
using it. Can I see a show of hands of people who are only using NNTP 
and would have difficulty switching to a regular email subscription or 
Google Group? (I can't send to a newsgroup from my email client, so 
Jim, could you forward this on?)


And only just now found that Jim had CC'd the parrot mailing list as 
well as the news group that I wasn't able to reply to. I wouldn't be sad 
to see NNTP go.


Allison:

That's false.  I replied to the newsgroup, which is mirrored by the 
mailing list.  Whenever I've posted to the list (independent of posts to 
RT), the posts have been mirrored by the mailing list.  You asked we to 
forward this on, so I did exactly what I've done for hundreds of other 
posts over the last two years.


[perl #58866] calling a PIR sub with 206 params segfaults parrot

2008-09-19 Thread Christoph Otto via RT
On Thu Sep 18 08:52:10 2008, julianalbo wrote:
 I changed the fix in r31230 to allocate char instead of char *,
 adjusted the formula for buffer size and added a comment explaining it
 to lower the level of black magic, and added a check for each item,
 dropping the XXX comment that asked for it.
 
 I hope this is enough understanding of the error ;)
 

Thanks.  I think neither of us read the code quite correctly, but your
patch was a significant improvement.  It also fixed a hard-to-reproduce
bug that GeJ was running into on FreeBSD 7.1.  
In looking at the code, I can see some ways to make the test more
comprehensive.  I'm going to reopen it as a way to remind me to write
some more exhaustive tests which exercise sub signatures as well as sub
calls.


Re: New Parrot mailing list

2008-09-19 Thread Allison Randal

James E Keenan wrote:


That's false.  I replied to the newsgroup, which is mirrored by the 
mailing list.  Whenever I've posted to the list (independent of posts to 
RT), the posts have been mirrored by the mailing list.  You asked we to 
forward this on, so I did exactly what I've done for hundreds of other 
posts over the last two years.


Makes sense. There's likely a delay from the time a post goes to the 
newsgroup before it makes it to the mailing list, so I replied to the 
direct message (where you CC'd the newsgroup), long before it hit the 
mailing list. (IIRC, I've been caught by this before.)


Thanks for forwarding it on, exactly as I asked. :)

Allison


Re: New Parrot mailing list

2008-09-19 Thread Allison Randal

Andy Dougherty wrote:


I use NNTP.  I much prefer the command-line news interface to Google 
Groups, but I guess I wouldn't go so far as to say I would have 
difficulty switching to a regular email subscription.  Or, to put it 
another way: If there were an NNTP interface, I would definitely use it, 
but I wouldn't want anyone else to be stuck implementing and maintaining 
it just for my occasional use.


I wonder why no one has developed a command-line NNTP-like interface for 
email? Maybe following mailing lists via RSS and feed readers has 
satisfied the need enough that no one got around to it?


This looks interesting, if anyone's motivated:

  http://www.methodize.org/nntprss/

Allison