#1054 closed defect (fixed)
(equal #p"/" #p"ccl:") returns t
Reported by: | rme | Owned by: | gb |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | other | Version: | trunk |
Keywords: | Cc: |
Description
Welcome to Clozure Common Lisp Version 1.9-dev-r15596 (DarwinX8664)! ? (equal #p"/" #p"ccl:") T
That would seem to be wrong.
Change History (3)
comment:1 Changed 7 years ago by gb
- Owner set to gb
- Status changed from new to assigned
comment:2 Changed 7 years ago by gb
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 7 years ago by gb
(In [15598]) propagate r15597 to 1.8. Fix ticket:1054 in 1.8
Note: See
TracTickets for help on using
tickets.
(In [15597]) Fix parenthesization in HAIRY-EQUAL; fixes ticket:1054 in the trunk.