Re: changes in 'require'
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: changes in 'require'
- From: Mark Hamburg <mhamburg@...>
- Date: 2005年7月08日 09:09:35 -0700
on 7/8/05 6:24 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:
>> I have a third suggestion for a change to require:
>>
>> Don't load the names into the global namespace by default.
>
> Require has never done that. Modules do.
My bad. I just remembered reading pieces of the package system and seeing it
do so. I must have been reading the module code. I would argue that modules
shouldn't do that either for the same reasons.
Mark