[CVS ci] (was: NULL (was Re: cvs commit: parrot interpreter.c stacks.c))

2002-11-10 Thread Leopold Toetsch
Leopold Toetsch wrote: Nicholas Clark wrote: It's not likely to be a portability problem, To NULL or not to NULL, this is the question. I introduced a macro, depending on a symbol HAS_NON_ZERO_NULL, which should be set for these architecures. Currently interpreter.c only, other files

Re: [CVS ci] (was: NULL (was Re: cvs commit: parrot interpreter.c stacks.c))

2002-11-10 Thread Nicholas Clark
On Sun, Nov 10, 2002 at 12:15:06PM +0100, Leopold Toetsch wrote: Leopold Toetsch wrote: Nicholas Clark wrote: It's not likely to be a portability problem, To NULL or not to NULL, this is the question. I introduced a macro, depending on a symbol HAS_NON_ZERO_NULL, which should

Project Start: Section 1

2002-11-10 Thread Michael Lazzaro
OK, let's start on the first section (calling them Sections, not Chapters). As our first experiment, we will assume a treelike style (section 1 -- 1.1, 1.2, 1.2.1, etc.); look at http://www.mysql.com/documentation/ for an example of a good, detailed documentation tree. So let's go depth-first

Re: Supercomma! (was Re: UTF-8 and Unicode FAQ, demos)

2002-11-10 Thread fearcadi
Larry Wall writes: But at the moment I'm thinking there's something wrong about any approach that requires a special character on the signature side. I'm starting to think that all the convolving should be specified on the left. So in this: for parallel(x, y, z) - $x, $y, $z {

Re: Project Start: Section 1

2002-11-10 Thread Richard Nuttall
Note that POD consists of formatting directives, not schema information, and so cannot represent the information in a form sufficient for full slicing. At this point it would therefore appear that XML is the most obvious authoring option. A quicky (hopefully without starting a war), can

Re: Project Start: Section 1

2002-11-10 Thread Richard Nuttall
TASK 1c: Determine a schema describing the fields/elements of the documentation, in order for the docs to be databased later sliced in a variety of ways (beginner manual, advanced specs, test cases, etc.) Input and/or output requirements are, at minimum: -- as XML -- as HTML

Re: Project Start: Section 1

2002-11-10 Thread Joseph F. Ryan
Michael Lazzaro wrote: OK, let's start on the first section (calling them Sections, not Chapters). As our first experiment, we will assume a treelike style (section 1 -- 1.1, 1.2, 1.2.1, etc.); look at http://www.mysql.com/documentation/ for an example of a good, detailed documentation tree.

Re: Roll Call

2002-11-10 Thread Jonathan Scott Duff
On Fri, Nov 08, 2002 at 07:07:47PM +, Richard Nuttall wrote: One further comment on the differences. Bother MYSQL and PHP are much more simple languages, and the bulk of their references are functional, breaking down into a neat hierarchy. Perl6 needs documentation that slices a number

Re: Roll Call

2002-11-10 Thread NeonGraal \(Struan\)
[EMAIL PROTECTED] (Michael Lazzaro) wrote in news:CB2CAEFE-F33C- [EMAIL PROTECTED]: This message is to open the perl6-documentation list. First things first, can we get a quick roll call of who is interested in this effort, at least in abstract principle? No point in having discussions

RE: Autovivification

2002-11-10 Thread Erik Steven Harrison
-- On Sat, 9 Nov 2002 23:22:45 Brent Dax wrote: Michael Lazzaro: # Brent Dax wrote: # # I was writing up some docs (in a perldoc-like style--we can always # change the form later, but the content is important), and started # working on documenting references. I ended up with this

Re: Primitive Vs Object types

2002-11-10 Thread Nicholas Clark
On Thu, Nov 07, 2002 at 04:16:50PM -0500, Dan Sugalski wrote: Basically anything you can potentially find in a symbol table or lexical scratchpad will potentially be able to have a property attached to it. The only way that we'll be able to reasonably restrict (and optimize) the use of

Re: Project Start: Section 1

2002-11-10 Thread Michael Lazzaro
Joseph F. Ryan wrote: I really like the current perldoc.com appearance. Couldn't we just use that? (for now, at least) Sure, but it's possible we want the data sliced several different ways... so we have to figure out what those ways might be. For example, if we want a treelike structure with

Parrot Builds broken for Win32?

2002-11-10 Thread Clinton A. Pierce
Grabbing the last few snapshots from dev.perl.org, I can't find one that'll build under Win32. During Configure.PL I get these errors: Determining stack growth direction...'.\test.exe' is not recognized as an internal or extern al command, operable program or batch file. Odd number of elements

Re: Project Start: Section 1

2002-11-10 Thread Joseph F. Ryan
Michael Lazzaro wrote: Joseph F. Ryan wrote: snip n another note, is there place (CVS) that can be set up that this stuff can uploaded this stuff to? :) Not yet. We'll almost certainly just tack our stuff onto the current Parrot/Perl6 CVS tree, since that's the obvious place for it.

Re: Project Start: Section 1

2002-11-10 Thread Allison Randal
Joseph F. Ryan wrote: On another note, is there place (CVS) that can be set up that this stuff can uploaded this stuff to? :) The perl6 repository on cvs.perl.org already has a doc directory, I expect you'll just want to use that. The design subdir is reserved for Apocalypses, Exegeses and

Re: Project Start: Section 1

2002-11-10 Thread Joseph F. Ryan
Allison Randal wrote: Joseph F. Ryan wrote: On another note, is there place (CVS) that can be set up that this stuff can uploaded this stuff to? :) The perl6 repository on cvs.perl.org already has a doc directory, I expect you'll just want to use that. The design subdir is reserved for

Re: Project Start: Section 1

2002-11-10 Thread Allison Randal
I wrote: The perl6 repository on cvs.perl.org already has a doc directory, I expect you'll just want to use that. Revision on reading Mike's message: If the constant stream of revisions happens on cognitivity, how about submitting approved docs to the perl6 repository? Allison

Re: Project Start: Section 1

2002-11-10 Thread Allison Randal
Joseph F. Ryan wrote: Patch to where? p/l/perl6? I don't think they should go in its /t; maybe a new directory, /fulltests? We have standards for a reason. Stick with /t. Allison

Re: Project Start: Section 1

2002-11-10 Thread Joseph F. Ryan
Allison Randal wrote: Joseph F. Ryan wrote: Patch to where? p/l/perl6? I don't think they should go in its /t; maybe a new directory, /fulltests? We have standards for a reason. Stick with /t. Allison Well, my point was that language tests will be different than the