Re: ANN: JavaScript Test.Simple 0.10

2005-06-24 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 24 June 2005 07:27, David Wheeler wrote: > http://www.justatheory.com/code/Test.Simple-0.10/tests/index.html? > verbose=1 I am a bit confused, does this mean you can run Perl tests from your browser? Or run javascript tests in javascript, and g

Re: takers wanted - a perl job

2005-06-24 Thread Chip Salzenberg
On Fri, Jun 24, 2005 at 08:21:25AM +0200, Leopold Toetsch wrote: > The plan is to move these methods to classes/scalar.pmc Last I remember, I asked for a number.pmc for Integer and Float to derive from. A Number isa Scalar. Is there some problem with Number? -- Chip Salzenberg <[EMAIL PROTECTED

Re: ANN: JavaScript Test.Simple 0.10

2005-06-24 Thread Geoffrey Young
> http://www.justatheory.com/code/Test.Simple-0.10/tests/index.html? > verbose=1 that's just awesome :) nice work. --Geoff

Re: takers wanted - a perl job

2005-06-24 Thread Joshua Juran
On Jun 24, 2005, at 8:07 AM, Chip Salzenberg wrote: On Fri, Jun 24, 2005 at 08:21:25AM +0200, Leopold Toetsch wrote: The plan is to move these methods to classes/scalar.pmc Last I remember, I asked for a number.pmc for Integer and Float to derive from. A Number isa Scalar. Is there some pro

Re: takers wanted - a perl job

2005-06-24 Thread Leopold Toetsch
Chip Salzenberg wrote: On Fri, Jun 24, 2005 at 08:21:25AM +0200, Leopold Toetsch wrote: The plan is to move these methods to classes/scalar.pmc Last I remember, I asked for a number.pmc for Integer and Float to derive from. A Number isa Scalar. Is there some problem with Number? I must h

Re: takers wanted - a perl job

2005-06-24 Thread Leopold Toetsch
Joshua Juran wrote: On Jun 24, 2005, at 8:07 AM, Chip Salzenberg wrote: On Fri, Jun 24, 2005 at 08:21:25AM +0200, Leopold Toetsch wrote: The plan is to move these methods to classes/scalar.pmc Last I remember, I asked for a number.pmc for Integer and Float to derive from. A Number isa Sc

Re: ANN: JavaScript Test.Simple 0.10

2005-06-24 Thread David Wheeler
On Jun 24, 2005, at 01:21 , Tels wrote: I am a bit confused, does this mean you can run Perl tests from your browser? Or run javascript tests in javascript, and get the same test output like in Perl? The latter. A short sentence "what does it do and how does it work" would been very useful

Re: ANN: JavaScript Test.Simple 0.10

2005-06-24 Thread Adrian Howard
On 24 Jun 2005, at 06:27, David Wheeler wrote: [snip] See Test.Harness.Browser in action here: http://www.justatheory.com/code/Test.Simple-0.10/tests/index.html http://www.justatheory.com/code/Test.Simple-0.10/tests/index.html? verbose=1 Sweet! It probably says something quite sad about

Re: ANN: JavaScript Test.Simple 0.10

2005-06-24 Thread David Wheeler
On Jun 24, 2005, at 11:43 , Adrian Howard wrote: It probably says something quite sad about my personality that this is the most persuading argument I personally have now for switching to Firefox from Safari :-) Oh, those work in Safari. It's just that Safari doesn't support file:// in

Re: takers wanted - a perl job

2005-06-24 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Fri, 24 Jun 2005 15:29:18 +0200 Chip Salzenberg wrote: > On Fri, Jun 24, 2005 at 08:21:25AM +0200, Leopold Toetsch wrote: > >>The plan is to move these methods to classes/scalar.pmc > > Last I remember, I asked for a number.

Re: takers wanted - a perl job

2005-06-24 Thread Joshua Juran
On Jun 24, 2005, at 11:02 PM, Bob Rogers wrote: Since Complex could also be considered a Number, but of a very different sort, it might be worth constructing the type hierarchy to reflect this: Scalar Number Real Integer Float