[perl6/specs] fb4024: Synopses no longer primary

2017-01-05 Thread GitHub
/index.html Log Message: --- Synopses no longer primary

Re: Synopses size and revision state

2015-05-15 Thread Darren Duncan
wrote: On 15 May 2015, at 16:05, Parrot Raiser <1parr...@gmail.com> wrote: Without doing too much work, can anyone offer an estimate of the volume of the Perl 6 Synopses? I'm assuming that by now, they are unlikely to undergo serious modification. I'm trying to estimate the cost o

Re: Synopses size and revision state

2015-05-15 Thread Elizabeth Mattijsen
> On 15 May 2015, at 16:05, Parrot Raiser <1parr...@gmail.com> wrote: > > Without doing too much work, can anyone offer an estimate of the > volume of the Perl 6 Synopses? I'm assuming that by now, they are > unlikely to undergo serious modification. > > I&

Synopses size and revision state

2015-05-15 Thread Parrot Raiser
Without doing too much work, can anyone offer an estimate of the volume of the Perl 6 Synopses? I'm assuming that by now, they are unlikely to undergo serious modification. I'm trying to estimate the cost of rendering them to dead-tree versions for study. (Personal limitation; I can

Revisions to the Intros of Synopses.

2013-12-23 Thread Richard Hainsworth
Dear Perl6 community, Since this is my first use of git, I did not do what I intended, which was to create a new branch to show my suggestions. Apologies. Some time back, I suggested revising the front part of all the Synopses and rewriting Synopsis 1. Basically, it seemed to me that the

Re: Introduction to Synopses

2013-09-30 Thread Richard Hainsworth
ml . Informally we often talk about the synopses as being "the official spec", and I'm as guilty of that as anyone else. Larry Wall's ideas about language development differ from the paradigm that existed before. In one of the paradigms, a language designer creates a specificat

Re: Introduction to Synopses

2013-09-29 Thread Patrick R. Michaud
What follows is just my opinion, there's plenty of room for reasonable disagreement. Over the last couple of years I've come to disagree with this statement in syn_index.html . Informally we often talk about the synopses as being "the official spec", and I'm as guilty of that

Re: Introduction to Synopses

2013-09-29 Thread Richard Hainsworth
" by the combination of a "specification suite" and a "test suite". The "specification suite" consists of the Synopses and the parser written in Perl6 A "full" implementation generates code that passes the entire test suite. A version of Perl6 is decl

Re: Introduction to Synopses

2013-09-29 Thread Patrick R. Michaud
On Sun, Sep 29, 2013 at 01:28:48PM +0800, Richard Hainsworth wrote: > However, the Synopses are now primary specification and the > Apocalypses have only historical significance. Also there are more > Synopses than Apocalypses. One correction: The test suite ("roast&qu

Re: Introduction to Synopses

2013-09-29 Thread Moritz Lenz
Hi Richard, On 09/29/2013 07:28 AM, Richard Hainsworth wrote: > Some suggestions about documentation. > > Originally the Synopses were implementation oriented sumaries of the > previous description base Apocalypses. That meant that the Synopses were > derivative and s

Introduction to Synopses

2013-09-28 Thread Richard Hainsworth
Some suggestions about documentation. Originally the Synopses were implementation oriented sumaries of the previous description base Apocalypses. That meant that the Synopses were derivative and secondary to the Apocalypses However, the Synopses are now primary specification and the

Synopses moved to pugs svn repository

2008-11-26 Thread Patrick R. Michaud
On Wed, Nov 26, 2008 at 11:18:01AM -0800, Larry Wall wrote: > Anyway, feel free to coordinate this here and/or on #perl6. (Note > that Patrick is in the process of moving all the Synopses to the pugs > repo at some point soon, so the current S16 in pugs/docs/Perl6/Spec > is likely

Re: Synopses on the smoke server are a bit out-of-date

2006-10-01 Thread Ingo Blechschmidt
Hi, Agent Zhang wrote: > On 9/28/06, Agent Zhang <[EMAIL PROTECTED]> wrote: >> lanny noticed yesterday that the Synopses on the smoke server were >> different from the ones on feather. Because I am maintaining the >> feather ones, I know the synopses there are bein

Re: Synopses on the smoke server are a bit out-of-date

2006-09-30 Thread Agent Zhang
On 9/28/06, Agent Zhang <[EMAIL PROTECTED]> wrote: Hi~ lanny noticed yesterday that the Synopses on the smoke server were different from the ones on feather. Because I am maintaining the feather ones, I know the synopses there are being resync'd every hour as expected. As of this w

Synopses on the smoke server are a bit out-of-date

2006-09-27 Thread Agent Zhang
Hi~ lanny noticed yesterday that the Synopses on the smoke server were different from the ones on feather. Because I am maintaining the feather ones, I know the synopses there are being resync'd every hour as expected. As of this writing, the feather synopses are at r12466 while the ones o

Re: Check smoke results while reading Synopses

2006-09-17 Thread Agent Zhang
(Here's the revised version.) Our new smoke server now has some extra links named SYN in the right margin of the page, where one SYN link corresponds to one smoke report: http://m19s28.vlinux.de/cgi-bin/pugs-smokeserv.pl Click on one of these links will lead you to a list of Synopses. Ent

Re: Check smoke results while reading Synopses

2006-09-17 Thread Agent Zhang
On 9/18/06, Will Coleda <[EMAIL PROTECTED]> wrote: On Sep 17, 2006, at 2:25 PM, Agent Zhang wrote: > Our new smoke server now has some extra links named SYN in the left > margin of the page, where one SYN link corresponds to one smoke > report: After much confusion, I found them on the *right*

Re: Check smoke results while reading Synopses

2006-09-17 Thread Will Coleda
On Sep 17, 2006, at 2:25 PM, Agent Zhang wrote: Our new smoke server now has some extra links named SYN in the left margin of the page, where one SYN link corresponds to one smoke report: After much confusion, I found them on the *right* hand side, and only for certain smokes. Regards. -

Check smoke results while reading Synopses

2006-09-17 Thread Agent Zhang
Our new smoke server now has some extra links named SYN in the left margin of the page, where one SYN link corresponds to one smoke report: http://m19s28.vlinux.de/cgi-bin/pugs-smokeserv.pl Click on one of these links will lead you to a list of Synopses. Entering one synopsis, say, ``02 Syntax

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

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 wa

Re: synopses on smoke server

2006-09-06 Thread Agent Zhang
the .yml with that t/ directory and indexes it. I don't know if the smoke server has checked out smartlinks.pl like feather. My current plan is to run smartlinks.pl on feather and render the synopses using the latest version of pugs smoke results. I admit your approach is much saner, but

Re: synopses on smoke server

2006-09-05 Thread jesse
On Tue, Sep 05, 2006 at 07:24:14PM +0300, Yuval Kogman wrote: > There are two other smoke servers to look into... > > One is written in Catalyst + DBIC, by yours truly. > > > http://dev.catalystframework.org/repos/Catalyst/trunk/examples/SmokeServer > > I've stopped working on it due t

Re: synopses on smoke server

2006-09-05 Thread Yuval Kogman
On Tue, Sep 05, 2006 at 12:26:32 -0400, jesse wrote: > Actually, it uses Jifty::DBI for its storage, but it's not a jifty app ;) Oh! > The _intent_ was to make the tool more general than the existing pugs > smoker. If we've somehow messed that up, I'd like to hear about it. Oh! I thought the A

Re: synopses on smoke server

2006-09-05 Thread jesse
> Actually, it uses Jifty::DBI for its storage, but it's not a jifty app ;) > > > http://search.cpan.org/dist/Test-Chimps/ > > > > It's further along, but is a little more specific to BP's workflow. > > The _intent_ was to make the tool more general than the existing pugs > smoker. If we've

Re: synopses on smoke server

2006-09-05 Thread Yuval Kogman
There are two other smoke servers to look into... One is written in Catalyst + DBIC, by yours truly. http://dev.catalystframework.org/repos/Catalyst/trunk/examples/SmokeServer I've stopped working on it due to lack of interest - nobody seemed unhappy enough with the currrent smoke serve

synopses on smoke server

2006-09-05 Thread Christopher D. Malon
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 runtimes, is to integrate the synopsis

Re: Integrating the Pugs test suite into the Synopses

2006-08-22 Thread Agent Zhang
On 8/22/06, Christopher D. Malon <[EMAIL PROTECTED]> wrote: On Aug 22, 2006, at 9:55 AM, Agent Zhang wrote: > Well, in short, we have divided the .t files in the Pugs test suite > into pieces and inserted every resulting snippet after the > corresponding paragraph of the Syn

Integrating the Pugs test suite into the Synopses

2006-08-22 Thread Agent Zhang
les in the Pugs test suite into pieces and inserted every resulting snippet after the corresponding paragraph of the Synopses. The job was done by the Perl 5 script util/smartlinks.pl living in the Pugs source tree. And all the *.html under http://feather.perl6.nl/~agentzh/syn/ are updated every hou

Re: Linking Synopses to corresponding pod-files?

2006-05-04 Thread Markus Laire
On 5/4/06, Juerd <[EMAIL PROTECTED]> wrote: Markus Laire skribis 2006-05-04 14:55 (+0300): > When reading Synopses, I sometimes notice some mistakes or typos, > which I'd like to submit a patch for, but it's not easy to do so as I > don't know where to get the sour

Re: Linking Synopses to corresponding pod-files?

2006-05-04 Thread Juerd
Markus Laire skribis 2006-05-04 14:55 (+0300): > When reading Synopses, I sometimes notice some mistakes or typos, > which I'd like to submit a patch for, but it's not easy to do so as I > don't know where to get the source. Have you tried s/html/pod/? :) Juerd -

Linking Synopses to corresponding pod-files?

2006-05-04 Thread Markus Laire
When reading Synopses, I sometimes notice some mistakes or typos, which I'd like to submit a patch for, but it's not easy to do so as I don't know where to get the source. Could each Synopsis include a link to the corresponding .pod (if it's available in Internet, that is)

Re: synopses

2006-04-08 Thread Sean Sieger
Will Coleda <[EMAIL PROTECTED]> writes: > % svn co http://svn.perl.org/perl6/doc/trunk synopses Thank you.

Re: synopses

2006-04-08 Thread Will Coleda
% svn co http://svn.perl.org/perl6/doc/trunk synopses On Apr 8, 2006, at 5:07 PM, Sean Sieger wrote: Jonathan Scott Duff <[EMAIL PROTECTED]> writes: On Sat, Apr 08, 2006 at 03:22:15PM -0400, Sean Sieger wrote: Is there public access to the synopses at svn or cvs? If you're just

Re: synopses

2006-04-08 Thread Sean Sieger
Jonathan Scott Duff <[EMAIL PROTECTED]> writes: > On Sat, Apr 08, 2006 at 03:22:15PM -0400, Sean Sieger wrote: >> Is there public access to the synopses at svn or cvs? > > If you're just looking for read-only access, see > http://svn.perl.org/perl6/doc/trunk Thank yo

Re: synopses

2006-04-08 Thread Jonathan Scott Duff
On Sat, Apr 08, 2006 at 03:22:15PM -0400, Sean Sieger wrote: > Is there public access to the synopses at svn or cvs? If you're just looking for read-only access, see http://svn.perl.org/perl6/doc/trunk -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]

synopses

2006-04-08 Thread Sean Sieger
Is there public access to the synopses at svn or cvs?

Re: Synopses updated on dev.perl.org

2004-11-22 Thread Dan Sugalski
At 9:26 AM -0800 11/22/04, Larry Wall wrote: I finally managed to get the newest synopses and apocalypses up on dev.perl.org, so please consider my www.wall.org directories deprecated. [snip[ Anyway, the dev.perl.org pages are presumably linkable, unlike my www.wall.org pages. But it might be