Changeset 14869


Ignore:
Timestamp:
09/10/16 07:20:31 (7 years ago)
Author:
Mark Evenson
Message:

doc: proofreading; add release locations; ANSI compileit results

Failing 46 ANSI tests now, which indicates that a little triage before
releasing abcl-1.4.0 would be a good idea.

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/README

    r14866 r14869  
    88Lisp that runs in a Java virtual machine.  It compiles Lisp code
    99directly to Java byte code.
    10 
    1110
    1211LICENSE
     
    4241===========================
    4342
    44 After you have downloaded a binary release archive unpack it into its
    45 own directory. To run ABCL directly from this directory, make sure
    46 Java (version 1.5 or up) is in your shell's path. Then issue the
    47 following command:
     43After you have downloaded a binary release from either
     44[Maven][maven-abcl] or from [abcl.org][abcl.org-release] archive
     45unpack it into its own directory. To run ABCL directly from this
     46directory, make sure Java (version 1.5 or up) is in your shell's
     47path.
     48
     49[maven-abcl]:         <mvn:abcl.org/abcl/>
     50[maven-abcl-contrib]: <mvn:abcl.org/abcl/abcl-contrib>
     51[abcl.org-release:    <http://abcl.org/releases/>
     52
     53Then issue the following command:
    4854
    4955    cmd$ java -jar abcl.jar
     
    5258
    5359    Armed Bear Common Lisp 1.4.0-dev
    54     Java 1.7.0_51 Sun Microsystems Inc.
    55     Java HotSpot(TM) Client VM
    56     Low-level initialization completed in 0.3 seconds.
    57     Startup completed in 2.294 seconds.
     60    Java 1.8.0_102 Oracle Corporation
     61    Java HotSpot(TM) 64-Bit Server VM
     62    Low-level initialization completed in 0.324 seconds.
     63    Startup completed in 1.892 seconds.
    5864    Type ":help" for a list of available commands.
    5965    CL-USER(1):
     66
     67Yer now at the interactive ABCL "Read Eval Print Loop" (REPL):  hacks 'n glory await.
    6068
    6169
     
    191199ABCL now has a manual stating its conformance to the ANSI standard,
    192200providing a compliant and practical Common Lisp implementation.
    193 Because of this,
    194201
    195202
     
    206213### Deficiencies
    207214
    208 The MOP implementation is incompletel untested.
     215The MOP implementation is incompletely untested.
    209216
    210217Patches to address any of the issues mentioned above will
  • trunk/abcl/test/lisp/ansi/ansi-test-failures

    r14798 r14869  
    659659   FORMAT.F.46 FORMATTER.F.46 FORMAT.F.46B FORMATTER.F.46B FORMAT.F.47
    660660   FORMATTER.F.47 TRACE.8))
     661
     662;; 46 out of 21738 total tests failed:
     663
     664#|
     665URL: svn+ssh://mevenson@abcl.org/project/armedbear/svn/trunk/abcl
     666Repository Root: svn+ssh://mevenson@abcl.org/project/armedbear/svn
     667Repository UUID: 1c010e3e-69d0-11dd-93a8-456734b0d56f
     668Revision: 14868
     669Node Kind: directory
     670Last Changed Author: mevenson
     671Last Changed Rev: 14868
     672Last Changed Date: 2016-09-04 12:54:18 +0000 (Sun, 04 Sep 2016)
     673|#
     674(compileit abcl-1.4.0-dev-14868 :id quote-jdk1.8.0_102
     675
     676           (SHIFTF.7 LOOP.1.40 LOOP.1.41 LOOP.1.42 LOOP.1.43
     677CALL-NEXT-METHOD.ERROR.1 CALL-NEXT-METHOD.ERROR.2 INVOKE-DEBUGGER.1
     678MAKE-CONDITION.3 MAKE-CONDITION.4 SXHASH.8 DEFPACKAGE.2B MAP.48
     679TYPE-OF.1 TYPE-OF.4 READ-BYTE.ERROR.5 WRITE-BYTE.ERROR.4 PEEK-CHAR.18
     680PEEK-CHAR.19 FILE-POSITION.10 CLEAR-INPUT.ERROR.5
     681FINISH-OUTPUT.ERROR.3 FORCE-OUTPUT.ERROR.3 CLEAR-OUTPUT.ERROR.3
     682MAKE-CONCATENATED-STREAM.30 PRINT.RANDOM-STATE.1
     683PPRINT-LOGICAL-BLOCK.17 FORMAT.F.5 FORMAT.F.8 FORMAT.F.45
     684FORMATTER.F.45 FORMAT.F.46 FORMATTER.F.46 FORMAT.F.46B FORMATTER.F.46B
     685FORMAT.F.47 FORMATTER.F.47 APROPOS.ERROR.2 APROPOS-LIST.ERROR.2
     686DISASSEMBLE.5 TRACE.8 DECODE-UNIVERSAL-TIME.3 DECODE-UNIVERSAL-TIME.4
     687DECODE-UNIVERSAL-TIME.5 ENCODE-UNIVERSAL-TIME.1
     688ENCODE-UNIVERSAL-TIME.3)705.466 seconds real time 5982036 cons cells
     689
     690#|
     691Loaded /Users/evenson/work/ansi-test/compileit.lsp (722.052 seconds)
     692722.053 seconds real time
     6935982081 cons cells
     694#|
Note: See TracChangeset for help on using the changeset viewer.