~ubuntu-branches/ubuntu/karmic/cl-asdf/karmic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Kevin M. Rosenberg
  • Date: 2004-08-04 21:19:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040804211916-u2q5x5zw1dco13yg
Tags: 1.86-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: README,v 1.36 2003/12/01 03:14:34 dan_b Exp $         -*- Text -*-
 
1
$Id: README,v 1.38 2004/07/19 21:18:07 crhodes Exp $         -*- Text -*-
 
2
 
 
3
The canonical documentation for asdf is in the file asdf.texinfo.  
 
4
The significant overlap between this file and that will one day be
 
5
resolved by deleting text from this file; in the meantime, please look
 
6
there before here.
 
7
 
2
8
 
3
9
 
4
10
asdf: another system definition facility          
609
615
if the user loads up the .asd file into his editor and
610
616
interactively re-evaluates that form
611
617
 
612
 
* Error handling
 
618
 * Error handling
613
619
 
614
620
It is an error to define a system incorrectly: an implementation may
615
621
detect this and signal a generalised instance of
616
 
SYSTEM-DEFINITION-ERROR
 
622
SYSTEM-DEFINITION-ERROR.
617
623
 
618
624
Operations may go wrong (for example when source files contain
619
625
errors).  These are signalled using generalised instances of
620
 
OPERATION-ERROR
 
626
OPERATION-ERROR, with condition readers ERROR-COMPONENT and
 
627
ERROR-OPERATION for the component and operation which erred.
621
628
 
622
629
* Compilation error and warning handling
623
630