axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [build-improvements] espace multi-lines list in as.boo


From: Gabriel Dos Reis
Subject: [Axiom-developer] [build-improvements] espace multi-lines list in as.boot
Date: 20 Nov 2006 02:55:31 -0600

bootsys is much pickier than depsys about multi-lines lists.  Either
they must be properly indented, or th end-of-line character must be
escaped. as.boot wasn't compliant.  Fixed.

-- Gaby

2006-11-20  Gabriel Dos Reis  <address@hidden>

        * as.boot.pamphlet (displayDatabase): Properly escape end-of-line
        in multi-line list.

*** as.boot.pamphlet    (revision 15238)
--- as.boot.pamphlet    (local)
*************** getAttributesFromCATEGORY catform ==
*** 241,257 ****
  displayDatabase x == main where
    main ==
      for y in
!      '(CONSTRUCTORFORM CONSTRUCTORKIND
!        CONSTRUCTORMODEMAP
!        ABBREVIATION
!        CONSTRUCTORCATEGORY
!        PARENTS
!        ATTRIBUTES
!        ANCESTORS
!        SOURCEFILE
!        OPERATIONALIST
!        MODEMAPS
!        SOURCEFILE
         DOCUMENTATION) repeat fn(x,y)
    fn(x,y) ==
      sayBrightly ['"----------------- ",y,'" --------------------"]
--- 241,257 ----
  displayDatabase x == main where
    main ==
      for y in
!      '(CONSTRUCTORFORM CONSTRUCTORKIND _
!        CONSTRUCTORMODEMAP _
!        ABBREVIATION _
!        CONSTRUCTORCATEGORY _
!        PARENTS _
!        ATTRIBUTES _
!        ANCESTORS _
!        SOURCEFILE _
!        OPERATIONALIST _
!        MODEMAPS _
!        SOURCEFILE _
         DOCUMENTATION) repeat fn(x,y)
    fn(x,y) ==
      sayBrightly ['"----------------- ",y,'" --------------------"]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]