Custom Query (1030 matches)
Results (955 - 957 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #885 | fixed | 22.1.3.5 conformance | ||
| Description |
As per 22.1.3.5,
(write (quote (john (quote s) weight)) :pretty nil :readably nil)
should print
(JOHN (QUOTE S) WEIGHT)
but instead it prints:
(JOHN 'S WEIGHT)
[and similarly for :readtably t].
========================================================================
Implementation: Clozure Common Lisp Version 1.7-dev-r14788M-trunk (LinuxX8664) on x86_64
Reading of: "(write (quote (john (quote s) weight)) :pretty nil :readably nil)"
signaled no error
Evaluation of: (WRITE '(JOHN 'S WEIGHT) :PRETTY NIL :READABLY NIL)
signaled no error
wrote nothing on *ERROR-OUTPUT*
wrote the following *STANDARD-OUTPUT* (lines excluded):
------------------------------------------------------------------------
(JOHN 'S WEIGHT)
------------------------------------------------------------------------
returned the following value:
--> (JOHN 'S WEIGHT)
========================================================================
|
|||
| #393 | fixed | 1.3 release notes | ||
| Description |
Release notes for 1.3. There's a start at http://trac.clozure.com/openmcl/wiki/ReleaseNotes/1.3 |
|||
| #1417 | fixed | 1.11 Windows distribution filename changed, breaks roswell | ||
| Description |
Github ticket on roswell project: https://github.com/roswell/roswell/issues/254 Roswell is a tool which assists in managing multiple Common Lisp implementations. It also supports maintaining multiple versions of the same implementation. For Windows, distributions prior to 1.11 were named "-windowsx86.zip." This apparently changed in 1.11, which breaks the roswell tool. Please consider continuing to use the same suffix you have used in prior versions. For roswell users, the workaround is to download the distribution file into roswell's archives directory, then rename the file to include the x86 suffix. |
|||
