zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.6-dev-20: _dpkg thinko
@ 2000-04-03 15:23 Clint Adams
  2000-04-03 16:55 ` Clint Adams
  2000-04-04  3:08 ` exporting -variables [was Re: PATCH: 3.1.6-dev-20: _dpkg thinko] Clint Adams
  0 siblings, 2 replies; 5+ messages in thread
From: Clint Adams @ 2000-04-03 15:23 UTC (permalink / raw)
  To: zsh-workers

Allegedly this is causing "-i=irs" to be exported, though I can't
reproduce it.

Index: Completion/Debian/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/_dpkg,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 _dpkg
--- Completion/Debian/_dpkg	2000/01/30 00:59:22	1.1.1.5
+++ Completion/Debian/_dpkg	2000/04/03 15:20:50
@@ -23,7 +23,7 @@
 case "$words[1]" in
 dpkg)
 _arguments -s '(--install)-i[install packages]:Debian package:_files -g \*.deb' \
-           '--install(-i):Debian package:_files -g \*.deb' \
+           '(-i)--install:Debian package:_files -g \*.deb' \
            '--unpack[unpack package]:Debian package:_files -g \*.deb' \
            '(--record-avail)-A[record available]:package file:_files' \
            '(-A)--record-avail:package file:_files' \


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PATCH: 3.1.6-dev-20: _dpkg thinko
  2000-04-03 15:23 PATCH: 3.1.6-dev-20: _dpkg thinko Clint Adams
@ 2000-04-03 16:55 ` Clint Adams
  2000-04-03 17:10   ` Bart Schaefer
  2000-04-04  3:08 ` exporting -variables [was Re: PATCH: 3.1.6-dev-20: _dpkg thinko] Clint Adams
  1 sibling, 1 reply; 5+ messages in thread
From: Clint Adams @ 2000-04-03 16:55 UTC (permalink / raw)
  To: zsh-workers

> Index: Completion/Debian/_dpkg

Should I submit this to the Patch Manager?  Does someone want to give
me commit access?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PATCH: 3.1.6-dev-20: _dpkg thinko
  2000-04-03 16:55 ` Clint Adams
@ 2000-04-03 17:10   ` Bart Schaefer
  2000-04-04  6:26     ` Andrej Borsenkow
  0 siblings, 1 reply; 5+ messages in thread
From: Bart Schaefer @ 2000-04-03 17:10 UTC (permalink / raw)
  To: zsh-workers

On Apr 3, 12:55pm, Clint Adams wrote:
> Subject: Re: PATCH: 3.1.6-dev-20: _dpkg thinko
> > Index: Completion/Debian/_dpkg
> 
> Should I submit this to the Patch Manager?

I was actually wondering how whether and how well the "recent patches"
archive on www.zsh.org/mla/ is automated.  Could we arrange for zsh-list
patches to go straight into the sourceforge patch manager?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* exporting -variables [was Re: PATCH: 3.1.6-dev-20: _dpkg thinko]
  2000-04-03 15:23 PATCH: 3.1.6-dev-20: _dpkg thinko Clint Adams
  2000-04-03 16:55 ` Clint Adams
@ 2000-04-04  3:08 ` Clint Adams
  1 sibling, 0 replies; 5+ messages in thread
From: Clint Adams @ 2000-04-04  3:08 UTC (permalink / raw)
  To: zsh-workers

> Allegedly this is causing "-i=irs" to be exported, though I can't
> reproduce it.

I can.  If ALL_EXPORT is on, variables beginning with
hyphens will be exported during _arguments.  Is this a problem?
bash seems to think such things are invalid.

e.g.:
sh: invalid character 45 in exportstr for -f


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: PATCH: 3.1.6-dev-20: _dpkg thinko
  2000-04-03 17:10   ` Bart Schaefer
@ 2000-04-04  6:26     ` Andrej Borsenkow
  0 siblings, 0 replies; 5+ messages in thread
From: Andrej Borsenkow @ 2000-04-04  6:26 UTC (permalink / raw)
  To: Bart Schaefer, zsh-workers

> >
> > Should I submit this to the Patch Manager?
>
> I was actually wondering how whether and how well the "recent patches"
> archive on www.zsh.org/mla/ is automated.  Could we arrange
> for zsh-list
> patches to go straight into the sourceforge patch manager?
>


The problem is, half (at least) of all patches do not have PATCH:
prefix. And I think, we should distinguish between

- CVS commits
- user submitted patches

It is hard to intermix them ... CVS commits depend on other patches and
mostly cannot be applied to clean version while with user's patches it
is exactly other way round - they probably need modification/merging to
apply to current CVS.

Somehow I'm getting the feeling that "patch archive" is not as useful at
all ...

-andrej


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-04-04  6:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-03 15:23 PATCH: 3.1.6-dev-20: _dpkg thinko Clint Adams
2000-04-03 16:55 ` Clint Adams
2000-04-03 17:10   ` Bart Schaefer
2000-04-04  6:26     ` Andrej Borsenkow
2000-04-04  3:08 ` exporting -variables [was Re: PATCH: 3.1.6-dev-20: _dpkg thinko] Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).