Custom Query (1030 matches)
Results (388 - 390 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #264 | fixed | Spurious warning for non-toplevel defvar's | ||
| Description |
encountered while trying to get test suite to compile cleanly: ? (let ((x 17)) (defvar *foo* x)) ;Compiler warnings : ; In an anonymous lambda form: Undeclared free variable *FOO* |
|||
| #267 | fixed | No runtime warnings on call to (eql) | ||
| Description |
? (defun foo () (eql)) ;Compiler warnings : ; In FOO: In the call to EQL with arguments (), ; 0 arguments were provided, but at least 2 are required ; by the current global definition of EQL ? (foo) T ? Minor, but it would be nice to get a runtime error, in case you miss the compile-time warnings for whatever reason. |
|||
| #268 | fixed | encode/decode-universal-time with highly fractional time-zones | ||
| Description |
? (decode-universal-time
(encode-universal-time 10 10 10 1 1 2000 1787/360) 1787/360)
0
61/6
10
1
1
2000
5
NIL
1787/360
The first two values are wrong. |
|||
Note:
See TracQuery
for help on using queries.
