Custom Query (1030 matches)
Results (316 - 318 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1201 | fixed | compiler mishandles a call of * | ||
| Description |
The following log probably describes the bug fully. I'm not sure how to assign the priority, but this seems major to me. It occurs in 16119 but not in 15915. dunnottar:~% uname -a
Linux dunnottar 3.2.0-64-generic #97-Ubuntu SMP Wed Jun 4 22:04:21 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
dunnottar:~% ccl
Welcome to Clozure Common Lisp Version 1.10-dev-r16119M-trunk (LinuxX8664)!
? (defun foo (ar)
(* (aref (the (simple-array fixnum (*)) ar)
0)
(the (signed-byte 61) 1)))
> Error: The value NIL is not of the expected type INTEGER.
> While executing: INTEGER-LENGTH, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
|
|||
| #1203 | fixed | make-pathname misbehaves with a string :directory. | ||
| Description |
(make-pathname :directory "x") should produce #P"/x/", and not #P"x/", as per the spec, the last paragraph under Description http://www.lispworks.com/documentation/HyperSpec/Body/f_mk_pn.htm |
|||
| #1205 | duplicate | Text search bug: found text is highlighted but not selected | ||
| Description |
When doing a text search in a Hemlock window using the Find dialog, the found text is highlight but not actually selected, and the cursor remains where it was before the search began, so when you start typing after doing a search your cursor is not where you would expect it to be. Emacs-style (ctrl-s) incremental search works correctly. This bug seems to have been introduced by a recent change in OS X because it didn't happen in Snow Leopard. |
|||
