zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Movign Test functions (Re: Moving completion functions)
Date: Thu, 22 Mar 2001 17:14:12 +0000	[thread overview]
Message-ID: <1010322171412.ZM20470@candle.brasslantern.com> (raw)
In-Reply-To: <Tc0a88d01527270c2ee@mailsweeper01.cambridgesiliconradio.com>

On Mar 22, 11:03am, Peter Stephenson wrote:
} Subject: Re: Moving completion functions
}
} Sven wrote:
} > - renaming of the files in Test
} 
} Some of these could still be reordered.  For example, arith could be later
} in section B and parameter could be earlier in section C.  We can't
} completely get rid of the dependencies, so there's no point losing too much
} sleep over it.
} 
} Section E: builtins
} 
} 50cd.ztst      	       	       	 E01cd.ztst
} # More, more, more
} 52zregexparse.ztst		 E02zregexparse.ztst

Hmm, I don't believe I'd put cd in the same section with zregexparse.
Separate the "real" builtins from those that are in modules.

Otherwise I like the basic scheme.  How about this:

# Section A: basic command parsing and execution

01grammar.ztst 	       	       	 A01grammar.ztst
02alias.ztst			 A02alias.ztst
03quoting.ztst			 A03quoting.ztst
04redirect.ztst			 A04redirect.ztst
05command.ztst			 A05execution.ztst

# Section B: builtins

50cd.ztst      	       	       	 B01cd.ztst
# More, more, more

# Section C: shell commands with special syntax

06arith.ztst			 C01arith.ztst
07cond.ztst			 C02cond.ztst
08traps.ztst			 C03traps.ztst
09funcdef.ztst			 C04funcdef.ztst

# Section D: substititution

10prompt.ztst			 D01prompt.ztst
11glob.ztst			 D02glob.ztst
12procsubst.ztst		 D03procsubst.ztst
13parameter.ztst		 D04parameter.ztst
14array.ztst			 D05array.ztst

Section E: options

                                [E01options.ztst]
51xtrace.ztst			 E02xtrace.ztst

# Section X: modules

				[X01zmodload.ztst]
52zregexparse.ztst		 X02zregexparse.ztst
# More, more, more

# Section Z: line editing and completion

53completion.ztst		 Z01completion.ztst
54compmatch.ztst		 Z02compmatch.ztst
55arguments.ztst		 Z03arguments.ztst


-- 
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   


  reply	other threads:[~2001-03-22 17:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22 10:40 Moving completion functions Sven Wischnowsky
2001-03-22 11:03 ` Peter Stephenson
2001-03-22 17:14   ` Bart Schaefer [this message]
2001-03-22 17:04 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1010322171412.ZM20470@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).