Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Compsys and KSH_AUTOLOAD
- X-seq: zsh-workers 19789
 
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxx
 
- Subject: Re: PATCH: Re: Compsys and KSH_AUTOLOAD
 
- Date: Sat, 17 Apr 2004 21:51:59 +0200
 
- In-reply-to: <1040416173016.ZM1145@xxxxxxxxxxxxxxxxxxxxxxx> 
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <1040410174430.ZM10891@xxxxxxxxxxxxxxxxxxxxxxx> <1170.1081778412@athlon> <040412085942.ZM19035@xxxxxxxxxxxxxxxxxxxxxxx> <3571.1081806187@athlon> <1040413053826.ZM20012@xxxxxxxxxxxxxxxxxxxxxxx> <18035.1081870188@xxxxxxxxxxxxxxxxxxxxx> <1040413175111.ZM21011@xxxxxxxxxxxxxxxxxxxxxxx> <13987.1082134179@xxxxxxxxxxxxxxxxxxxxx> <1040416173016.ZM1145@xxxxxxxxxxxxxxxxxxxxxxx>
 
Bart wrote:
> 
> I get a new "make check" failure after applying this patch:
> 
> Test/B02typeset.ztst: starting.
> Test Test/B02typeset.ztst failed: bad status 0, expected 1 from: declare +m
That's this test:
 declare +m
1:Differences of declare and typeset
?(eval):1: bad option: -m
I noticed the missing `m' in the list of declare options when checking
the completion function was consistent with the code. I assumed that
was an oversight.
I was probably unwise in getting side tracked into changing that sort
of thing but why does declare have that difference to typeset? I can't
see that it serves any useful purpose. But given that someone bothered
testing it, maybe there is. Bash has no conflicting -m option. Or can I
just remove the test?
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author