Lisp HUG Maillist Archive

package-locks and *packages-for-warn-on-redefinition*

Is *packages-for-warn-on-redefinition* basically equivalent to package- 
locks in SBCL or ACL? E.g., would

(member p *packages-for-warn-on-redefinition*)

be the same for all / most / many / some purposes as

  (sb-ext:package-locked-p p)

thanks,
--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM





Re: package-locks and *packages-for-warn-on-redefinition*

Hi,

That's what I guess (in lispworks-udp), but I'm quite sure it's not  
the right way to unlock LW system packages. I don't know how to re- 
lock a package when I finished hack...

--binghe

>
> Is *packages-for-warn-on-redefinition* basically equivalent to  
> package-locks in SBCL or ACL? E.g., would
>
> (member p *packages-for-warn-on-redefinition*)
>
> be the same for all / most / many / some purposes as
>
> (sb-ext:package-locked-p p)
>
> thanks,
> --
> Gary Warren King, metabang.com
> Cell: (413) 559 8738
> Fax: (206) 338-4052
> gwkkwg on Skype * garethsan on AIM
>
>
>
>


Re: package-locks and *packages-for-warn-on-redefinition*

Unable to parse email body. Email id is 8235

Updated at: 2020-12-10 08:42 UTC