Summary

add documentation for srfi-4, srfi-13, srfi-14 and srfi-18 to manual

Metadata

Description

That way those units would be covered by `chicken-doc`.

Changes and comments

[2010-01-15 11:07:56 UTC] felix wrote:

This should also include `srfi-12`

[2010-03-11 10:33:12 UTC] Milestone 4.4.0 deleted

[2010-04-16 01:36:53 UTC] zbigniew set milestone to 4.5.0

[2010-04-16 01:36:53 UTC] zbigniew wrote:

Should we import the entire contents of each SRFI or just the definitions (procedures, parameters, etc.)?

If only the definitions, then a link from the main page to the SRFI text would still be provided.

[2010-04-17 09:07:30 UTC] zbigniew changed status from new to assigned

[2010-04-17 09:07:30 UTC] zbigniew set owner to zbigniew

[2010-04-19 08:11:49 UTC] zbigniew wrote:

I added srfi-13, srfi-14, srfi-18 to the manual and updated srfi-1 with better markup.

I have srfi-12 ready, but need to know how to add it. Procedures are currently in Unit library. Should I emulate the srfi-18 doc and move those procedures into a new document "Unit srfi-12" along with the new documentation? I did not do this yet because technically srfi-12 is not a real unit. Mainly I just need to know what to call the new document.

srfi-4 is still forthcoming.

Relevant SVN changes so far are r17856,r17857,r17860,r17861

FYI I wrote a generic html to svnwiki parser to handle the conversion plus some additional hacks for individual SRFIs (no two are alike!) Naturally some content hacking is still required. If you are interested the code is available at

 git clone git://3e8.org/srfi-doc.git

[2010-04-19 10:16:15 UTC] zbigniew wrote:

Uploaded srfi-4 now as r17862

[2010-04-23 14:38:49 UTC] felix wrote:

Replying to zbigniew: > I added srfi-13, srfi-14, srfi-18 to the manual and updated srfi-1 with better markup. > > I have srfi-12 ready, but need to know how to add it. Procedures are currently in Unit library. Should I emulate the srfi-18 doc and move those procedures into a new document "Unit srfi-12" along with the new documentation? I did not do this yet because technically srfi-12 is not a real unit. Mainly I just need to know what to call the new document.

I would integrate it into the library unit page.

> FYI I wrote a generic html to svnwiki parser to handle the conversion plus some additional hacks for individual SRFIs (no two are alike!) Naturally some content hacking is still required. If you are interested the code is available at > > { > git clone git://3e8.org/srfi-doc.git > }

Cool - we should put this into SVN (perhaps the "maintenance/" directory?)

Thanks!

[2010-04-23 14:47:16 UTC] felix changed milestone from 4.5.0 to 4.6.0

[2010-04-23 19:08:41 UTC] felix wrote:

Replying to felix: > Replying to zbigniew: > > I added srfi-13, srfi-14, srfi-18 to the manual and updated srfi-1 with better markup. > > > > I have srfi-12 ready, but need to know how to add it. Procedures are currently in Unit library. Should I emulate the srfi-18 doc and move those procedures into a new document "Unit srfi-12" along with the new documentation? I did not do this yet because technically srfi-12 is not a real unit. Mainly I just need to know what to call the new document. > > I would integrate it into the library unit page. >

That would of course a silly thing to do. I suggest adding a new chapter named `Exceptions`.

[2010-05-18 15:31:10 UTC] felix wrote:

I see that this has been added. Excellent - thanks, zbigniew! I have also added the chapter to the git repo.

Does this mean we can close this ticket?

[2010-05-19 18:25:49 UTC] zbigniew changed status from assigned to closed

[2010-05-19 18:25:49 UTC] zbigniew set resolution to fixed

[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0

[2011-04-04 08:31:00 UTC] felix wrote:

Milestone 4.6.0 deleted