Re: Hello List! Error found in glossary.pod

2015-12-27 Thread Will Coleda
It's defining what NST means; the acronym is still a thing. On Sun, Dec 27, 2015 at 9:10 AM, James Ellis Osborne III wrote: > Line 1585:1587 Reads: > -- > =head2 NST > > No Such Thing. > -- > > Surely Thi[j]s Is No Longer True? > > -jas -- Will "Coke" C

Re: hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Fayland Lam
Audrey Tang wrote: > > 在 Dec 18, 2006 5:52 AM 時,Fayland Lam 寫到: > >> we are trying to translate them into Chinese. so I just wonder where >> can I get the .pod source? > > http://svn.perl.org/perl6/doc/trunk/design/syn/ Thanks. > > Cheers, > Audrey > >

Re: hello, does anybody who knows the svn respo of synopsis docs?

2006-12-17 Thread Audrey Tang
在 Dec 18, 2006 5:52 AM 時,Fayland Lam 寫到: we are trying to translate them into Chinese. so I just wonder where can I get the .pod source? http://svn.perl.org/perl6/doc/trunk/design/syn/ Cheers, Audrey

Re: Hello

2005-06-05 Thread James E Keenan
GlennH wrote: Hello folks, I read about the Phalanx project on the yahoo Agile Testing group and thought I'd sign up the mailing list and skulk in the background. Don't just skulk. Enlist! http://qa.perl.org/phalanx/ http://phalanx.kwiki.org/ jimk

Re: hello all

2005-02-04 Thread Adrian Howard
On 1 Feb 2005, at 16:30, Shaun Fryer wrote: [snip] Hello! Hello right back at ya :-) Adrian

Re: Hello

2005-01-22 Thread Adrian Howard
On 21 Jan 2005, at 17:09, Andy Lester wrote: On Fri, Jan 21, 2005 at 05:00:09PM +, GlennH ([EMAIL PROTECTED]) wrote: I read about the Phalanx project on the yahoo Agile Testing group and thought I'd sign up the mailing list and skulk in the background. I'm a Do you have a mention of what was

Re: Hello

2005-01-21 Thread Andy Lester
On Fri, Jan 21, 2005 at 05:00:09PM +, GlennH ([EMAIL PROTECTED]) wrote: > I read about the Phalanx project on the yahoo Agile Testing group and > thought I'd sign up the mailing list and skulk in the background. I'm a Do you have a mention of what was posted? I'm curious what was said.

Re: Hello

2005-01-21 Thread Andy Lester
On Fri, Jan 21, 2005 at 05:00:09PM +, GlennH ([EMAIL PROTECTED]) wrote: > I read about the Phalanx project on the yahoo Agile Testing group and Welcome to the group. You can also go add your name and address to the HereToHelp page on the Kiwki. xoxo, Andy -- Andy Lester => [EMAIL PROTECTE

Re: Hello everybody.

2004-09-24 Thread Dan Sugalski
At 8:37 AM +0200 9/24/04, Christian Aperghis-Tramoni wrote: I am the french teacher who is trying to initiate my students to the pleaasure of assembly language using Parrot. For those who car read french, you can check our site : http://www.dil.univ-mrs.fr/lic.ue.html#L-O3-5 I can't read french,

Re: Hello everybody.

2004-09-24 Thread Leopold Toetsch
Christian Aperghis-Tramoni <[EMAIL PROTECTED]> wrote: > I am the french teacher who is trying to initiate my students to the > pleaasure of assembly language using Parrot. Great. Thanks for the note. leo

Re: Hello? Win32 on fire?

2001-12-16 Thread Andy Dougherty
On Sun, 16 Dec 2001, Nicholas Clark wrote: > On Wed, Dec 12, 2001 at 05:02:29PM -0500, Andy Dougherty wrote: > > > > cd foo && $(MAKE) && cd .. > > > so if submake fails, returning an exit code non-zero you don't cd .. ? Yup. Better not fail, then. > assuming you've got some sort of subs

Re: Hello? Win32 on fire?

2001-12-13 Thread Andy Dougherty
On Wed, 12 Dec 2001, Andy Dougherty wrote: > One idiom which might work is > > cd foo && $(MAKE) D'oh, that's cd foo && $(MAKE) && cd .. (remembering the actual initial problem . . . :-) -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette Colle

Re: Hello? Win32 on fire?

2001-12-12 Thread Benjamin Stuhl
--- Andy Dougherty <[EMAIL PROTECTED]> wrote: > One idiom which might work is > > cd foo && $(MAKE) > > Since lines in makefiles are handed off to the native > shell, this will > be dependent upon the user's native shell. I don't know > any details, > but I gather the various shells in Wi

Re: Hello? Win32 on fire?

2001-12-12 Thread Andy Dougherty
On Wed, 12 Dec 2001, Dan Sugalski wrote: > At 10:31 AM 12/12/2001 -0500, Andy Dougherty wrote: > >Most 'makes' do set $(MAKE), but not all of them. I seem to recall that > >some of the SystemV-derived ones don't. (Such systems are very poorly > >represented on p5p, let alone p6i, so reliable in

RE: Hello? Win32 on fire?

2001-12-12 Thread Brent Dax
Never mind. My e-mail client stopped downloading, so I didn't know this was already being resolved. :^) --Brent Dax [EMAIL PROTECTED] Configure pumpking for Perl 6 "Nothing important happened today." --George III of England's diary entry for 4-Jul-1776

RE: Hello? Win32 on fire?

2001-12-12 Thread Brent Dax
Jaen Saul: # I sent a post about the brokenness of Parrot on Windows 5 # days ago still # no reaction... not one reply, positive or negative. Are you # guys blind? # I'm removing my own version of makefile.in and so the Win32 # tinderbox will # fail builds (like it has most of the time). # Ple

Re: Hello? Win32 on fire?

2001-12-12 Thread Dan Sugalski
At 10:31 AM 12/12/2001 -0500, Andy Dougherty wrote: >Most 'makes' do set $(MAKE), but not all of them. I seem to recall that >some of the SystemV-derived ones don't. (Such systems are very poorly >represented on p5p, let alone p6i, so reliable information may be very >hard to come by.) At the m

Re: Hello? Win32 on fire?

2001-12-12 Thread Andy Dougherty
On Wed, 12 Dec 2001, Simon Cozens wrote: > On Wed, Dec 12, 2001 at 10:06:16AM -0500, Dan Sugalski wrote: > > I'm not sure it will, though I'm hopeful. > > In vain, apparently. Better, but not better enough. > > I *think* I've fixed the fix. The > cd foo > make > solution has one big pr

Re: Hello? Win32 on fire?

2001-12-12 Thread Matthew Byng-Maddick
On Wed, Dec 12, 2001 at 03:13:45PM +, Simon Cozens wrote: > My solution assumes (for now) that "make -C" works, and that make sets > $(MAKE). Both of these assumptions are probably broken somewhere. I don't think make -C is correct outside of GNU make, though ICBW. I certainly thought I'd bee

Re: Hello? Win32 on fire?

2001-12-12 Thread Simon Cozens
On Wed, Dec 12, 2001 at 10:06:16AM -0500, Dan Sugalski wrote: > I'm not sure it will, though I'm hopeful. > In vain, apparently. Better, but not better enough. I *think* I've fixed the fix. The cd foo make solution has one big problem: Make does its work by forking and exec'ing processe

Re: Hello? Win32 on fire?

2001-12-12 Thread Dan Sugalski
At 03:02 PM 12/12/2001 +, Simon Cozens wrote: >On Wed, Dec 12, 2001 at 04:47:36PM +0200, Jaen Saul wrote: > > P.P.P.S Don't reply to this message unless you have something really > > important to say. Go do something useful. > >Is "Dan has just committed something which should fix it" importan

Re: Hello? Win32 on fire?

2001-12-12 Thread Simon Cozens
On Wed, Dec 12, 2001 at 04:47:36PM +0200, Jaen Saul wrote: > P.P.P.S Don't reply to this message unless you have something really > important to say. Go do something useful. Is "Dan has just committed something which should fix it" important enough? > All I wanted was to know why there were no

Re: Hello? Win32 on fire?

2001-12-12 Thread Jaen Saul
g useful. All I wanted was to know why there were no replies, I meant no harm and I didn't want to upset anyone. -Jaen Saul - Original Message - From: "Michael G Schwern" <[EMAIL PROTECTED]> To: "Jaen Saul" <[EMAIL PROTECTED]> Sent: Wednesday, Decemb