Re: patch: view class slot types in openmcl
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Tue, 9 May 2006 08:02:43 -0600
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
James Bielman wrote: > Here's a patch that fixes an apparent bug in the computation of view > class slot types needed for OpenMCL. It should always check the > slot's constraints for :NOT-NULL and add (OR NULL ...) to the type, > not only when the type is unknown. Hi James, Thanks for the patch. Committed. Kevin