Re: "set-check" warning

Brock Rozen <[email protected]>
Newsgroups gmane.mail.majordomo.majordomo2.devel
Message-ID <[email protected]>
You mean in List.pm , right?

   $i = 0;
   for $flag (sort keys %classes) {
     # skip aliases
     next unless ($classes{$flag}->[0] eq $flag);

     $allowed = grep { $_ eq $flag } @classes;

     if ($flag eq 'digest') {
       next if ($sublist ne 'MAIN');
       $dig = $self->config_get('digests');
       next unless $dig;


line 1047 is the one starting with "next unless".

BTW: this happens no matter what the second (and following) commands are.

Thanks,

BR

On Wed, 11 Jan 2006 at 12:48, Michael Yount wrote about ""set-check" warning":

> What block of code contains line 1047 in get_setting_data.al?
>
> Michael
>
> On 11 Jan 15:26, Brock Rozen wrote:
>> Via the shell interface, if you type in:
>> set-check listname [email protected]
>>
>> the second command will generate an error that looks like this:
>> --== Use of uninitialized value in string eq at blib/lib/Mj/List.pm
>> (autosplit into
>>  blib/lib/auto/Mj/List/get_setting_data.al) line 1047.
>

-- 
Brock Rozen                                        [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.