Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: I hate it when you break my static link
- X-seq: zsh-workers 15274
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: Re: I hate it when you break my static link
- Date: Fri, 6 Jul 2001 08:41:17 +0000
- In-reply-to: <004801c105f0$27291be0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <004801c105f0$27291be0$21c9ca95@xxxxxxxxxxxxxx>
On Jul 6, 11:49am, Andrej Borsenkow wrote:
} Subject: RE: I hate it when you break my static link
}
} I guess it should be changed to conditionally enable building only if
} prerequisites (pcre) is found. I do not see any point in having load of
} dummy modules all of them defining aliases for bin_notavail.
The problem is that failure to (auto)load a module is an abortive error
(i.e. kills entire scripts/functions), whereas bin_notavail is a simple
command failure. This makes it difficult to decide whether to omit a
module entirely or give it a clean failure mode.
Being halfway in between is the problem.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author