[perl #40292] [TODO] Add JSON tests

2006-09-06 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40292] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40292 > There is now a "JSON" compiler: perldoc compilers/json/JSON.pir We need more tests (t/co

gather/take definition missing

2006-09-06 Thread Mark Stosberg
I found 6 references to "gather" in Perl6/Spec/*, but none of them were a formal definition. It would great if an official entry for gather/take could be added. Mark

pls ignore commits w/o content

2006-09-06 Thread Chip Salzenberg
It seems that I've managed to confuse svk again, as it continues to re-commit old log messages with no content. -- Chip Salzenberg <[EMAIL PROTECTED]>

[svn:parrot-pdd] r14455 - in trunk: . docs/pdds

2006-09-06 Thread chip
Author: chip Date: Wed Sep 6 15:57:46 2006 New Revision: 14455 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: About 25% done with update of pdd07. Modified: trunk/docs/pdds/pdd07_codingstd.pod =

[svn:parrot-pdd] r14454 - in trunk: . docs/pdds

2006-09-06 Thread chip
Author: chip Date: Wed Sep 6 15:57:40 2006 New Revision: 14454 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Modified: trunk/docs/pdds/pdd07_codingstd.pod ==

[svn:parrot-pdd] r14453 - in trunk: . docs/pdds

2006-09-06 Thread chip
Author: chip Date: Wed Sep 6 15:57:18 2006 New Revision: 14453 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Modified: trunk/docs/pdds/pdd07_codingstd.pod ==

[svn:parrot-pdd] r14452 - in trunk: . docs/pdds

2006-09-06 Thread chip
Author: chip Date: Wed Sep 6 15:57:05 2006 New Revision: 14452 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Move pdd07 out of clip Modified: trunk/docs/pdds/pdd07_codingstd.pod ===

Re: synopses on smoke server

2006-09-06 Thread Ingo Blechschmidt
Hi, Christopher D. Malon wrote: >> Currently, the smokeserver does not run smartlinks.pl etc., but >> redirects to tests.pugscode.org via .htaccess: >> >> Redirect /iblech/stuff/pugs-smokes/t http://tests.pugscode.org/t >> Redirect /iblech/stuff/pugs-smokes/ext http://tests.pugscode.org/ext > >

Re: synopses on smoke server

2006-09-06 Thread Christopher D. Malon
Hi, Currently, the smokeserver does not run smartlinks.pl etc., but redirects to tests.pugscode.org via .htaccess: Redirect /iblech/stuff/pugs-smokes/t http://tests.pugscode.org/t Redirect /iblech/stuff/pugs-smokes/ext http://tests.pugscode.org/ext The multi-versioning of the t/ directory

(Non)shared interpreter data

2006-09-06 Thread Leopold Toetsch
Hi, with the arrival of STM and (again) thread support in parrot trunk, we should ponder various interpreter structures and data regarding their usage with threads. E.g. classes, namespaces, bytecode, IO PMCs, and likely more. Here are my thoughts so far: 1) classes / PMC types As any thread

select / PIO_unix_poll / IO event

2006-09-06 Thread Leopold Toetsch
Hi, I'm currently hacking httpd.pir a bit and came along the need for a select/poll system interface (httpd.pir fails e.g. with konquerer, for multiple connections). We currently have: 1) PIO_unix_poll It can select just on one fd, which isn't helpful at all (despite the comment in the src c

Re: synopses on smoke server

2006-09-06 Thread Ingo Blechschmidt
Hi, Christopher D. Malon wrote: > Agentz++ writes, in a Pugs blog comment: >> if someone can offer regular smoke results (i.e. the tests.yml >> generated by `make smoke'), we can render the Synopses on feather >> with smoke results as well > > The obvious way to get this to happen, for all runtim

Re: synopses on smoke server

2006-09-06 Thread Agent Zhang
On 9/5/06, Christopher D. Malon <[EMAIL PROTECTED]> wrote: In summary, the basic pattern would be: (a) smokeserv-client sends both .html and .yml of smoke I really really want this feature. I've even added this to Pugs' TASKS file. (b) If smokeserv-server gets .yml, it checks out the t/ dire

Re: cperl-mode.el: twigils and opers

2006-09-06 Thread Steffen Schwigon
Steffen Schwigon <[EMAIL PROTECTED]> writes: > I checked and indeed the twigils don't work. My test source file > (which worked correctly some time ago) also highlights wrong. It's for > sure a bug I introduced. I now did some things on cperl-mode (eg. syncing with original v5.20) and it seems hig