I have just added
-----------------------------------------------------------------------------
;;; CCL:COMPILER-LET (on Clozure)
#+openmcl
(defcpstransformer ccl:compiler-let (cons k-expr env)
`(ccl:compiler-let ,(cadr cons)
,@(extract-declarations (cddr cons))
,(expr-sequence->cps (remove-declarations (cddr cons)) k-expr
env)))
-----------------------------------------------------------------------------
in appropriate place of file "special-transformers.lisp" by hand.
And it works now flawlessly!
Thank you!
However, I got the following warning while loading weblocks-demo
-----------------------------------------------------------------------------------------------------
Using #<Package "COMMON-LISP"> in #<Package "WEBLOCKS">
would cause name conflicts with symbols inherited by that package:
CLOSER-MOP:STANDARD-METHOD STANDARD-METHOD
-----------------------------------------------------------------------------------------------------
By choosing 1
1: [RESOLVE-BY-SHADOWING-IMPORT] SHADOWING-IMPORT one of each pair of
conflicting symbols.
and then 1
Invoking restart: SHADOWING-IMPORT one of each pair of conflicting
symbols.
Shadowing-import one of the following in #<Package "WEBLOCKS">:
0: CLOSER-MOP:STANDARD-METHOD
1: STANDARD-METHOD
Selection [number,q,r,?]:
compilation has finished successfully!
Should I be worried about this warning?
Regards
Nik
On 24 Feb., 18:42, Nik <[email protected]> wrote:
> I have downloaded the "cont-ccl-compiler-let.dpatch" but don't know
> how I should proceed now! Excuse me my ignorance!
>
> Regards
> Nik
>
> On 24 Feb., 14:38, "Leslie P. Polzer" <[email protected]> wrote:
>
>
>
> > On Feb 24, 2:00 pm, Nik <[email protected]> wrote:
>
> > > value CCL::*NX-CURRENT-CODE-NOTE* is not of the expected type (MEMBER
>
> > > SETF
>
> > > LAMBDA).
>
> > There's a patch for cl-cont on CCL which doesn't seem to be applied
> > yet:
>
> >http://weblocks.lighthouseapp.com/projects/20431/tickets/8-new-clozur...
>
> > Please try it. If it helps I'm going to apply it to the latest cl-cont
> > trunk.
>
> > Leslie
--
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en.