Re: parrot directory reorganization (phase 1 complete)

2005-12-09 Thread Joshua Hoblitt
On Thu, Dec 08, 2005 at 03:28:19PM -0800, jerry gay wrote: > On 12/8/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > On Dec 8, 2005, at 18:54, jerry gay wrote: > > > chip proposed changing the src/ dir to vm/. nobody complained, > > > > I have said several times that I don't see any reasons to r

Re: Running test suites under PersistentPerl

2005-12-09 Thread Michael Graham
> Thanks for your write-up Michael, it was really helpful. > > I would definitely like to see this published. I will try to release this eventually, but in the meantime, I just learned something else pretty cool. Getting PersistentPerl to reload a module is as simple as deleting the module's ent

Re: integrating Selenium with a traditional perl test suite ?

2005-12-09 Thread alex_f_il
SW Explorer Automation is not a Perl solution but it allows to integrate regular tests with Web tests . SW Explorer Automation (SWEA, http:\\home.comcast.net/~furmana/SWIEAutomation.htm). The tool allows to visually record the automation scripts. The article (http://www.testingreflections.com/nod

Re: Clarification for External Regex Variables?

2005-12-09 Thread Juerd
Brad Bowman skribis 2005-12-09 20:14 (+0100): > $str ~~ my m/ mv @files:=+ $dir:= / > Nah, that's ugly. It's mostly ugly because you're not used to it, I think. my m[mv @files:=+ $dir:=] ~~ $str; Looks nicer, though. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convoluti

Re: Clarification for External Regex Variables?

2005-12-09 Thread Brad Bowman
On 08/12/05 17:12, Larry Wall wrote: > On Thu, Dec 08, 2005 at 11:14:16PM +0100, Brad Bowman wrote: > : it may be acceptable with a "my" in the regex or limiting the > : additions to declaring scope. > > I've gone around about that in my head lots of time, but there isn't > a good way to sneak a "

Re: Modular versions and APIs

2005-12-09 Thread Larry Wall
On Thu, Dec 08, 2005 at 11:16:52PM -0500, Rob Kinyon wrote: : On 12/8/05, Larry Wall <[EMAIL PROTECTED]> wrote: : > [snip] Certainly, as you speculate, if different authors want : > to share an API, they can give it an "API" author that knows how to : > delegate to one of the authors. : : Would y

Re: [perl #37850] [BUG] tcl build trouble on win32

2005-12-09 Thread François PERRAD
At 11:01 08/12/2005 -0800, you wrote: # New Ticket Created by jerry gay # Please include the string: [perl #37850] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37850 > this is win32-msvc7. pbc_merge fails for tcl. here's

Re: Mac OS X Build Errors (0.4.0)

2005-12-09 Thread chromatic
On Fri, 2005-12-09 at 00:08 -0800, Brent Fulgham wrote: > Do I need to pass compiler options to get SDL support? When I try to > use the tests in the examples directory, it can't seem to find my SDL > libraries and so forth. > > Can a standard search path (e.g., DarwinPorts typical /opt/loca

Re: Mac OS X Build Errors (0.4.0)

2005-12-09 Thread Leopold Toetsch
On Dec 9, 2005, at 8:24, Brent Fulgham wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 8, 2005, at 1:27 AM, Leopold Toetsch wrote: Well, having the includes -I./include at the end could be dangerous I presume. You are right -- I still had parrot-0.3.1 installed when I attempt

Re: Mac OS X Build Errors (0.4.0)

2005-12-09 Thread Brent Fulgham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Do I need to pass compiler options to get SDL support? When I try to use the tests in the examples directory, it can't seem to find my SDL libraries and so forth. Can a standard search path (e.g., DarwinPorts typical /opt/local/lib) be inclu