Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

List of pending patches



Here is a list of all my pending patches.

The following two would be helpful for ongoing work.

Drop some reference specific code from typeset - workers/55046
Fix bang flag in ${(!)ref::=var} substitutions - workers/55026

The following ones are all relatively simple but some may be controversial.

The substitution flags (v!) are forbidden, also forbid (!v) - workers/54940
  Trivial
Use realparamtab in param_private.c and util.c - workers/54810
  Simple 
Perform cumulative typesetting also on parameters with no value - workers/55020
  Simple
More readable parameter definitions in params.c - workers/55022
  Only rename/refactor macros, no code change
Fix named reference documentation - workers/55069
  Only documentation
Reorder the documentation of typeset flags - workers/55070
  Only documentation
- Don't map ksh's ! to Zsh's (!k), map it to (k) - workers/55047
  Maybe controversial
Restrict named directories to scalar parameters set to a path - workers/54760
  Maybe controversial

The following two are rather simple but the first one has a trivial merge conflict (because a committed patch already added "for, " in an error message about loops).

Forbid break/continue in subshells - workers/55061
Forbid escaping past all enclosing loops in the same subshell - workers/55061
  Maybe controversial

The following should probably wait after the work on inline assignments (and localized special parameters):
  
Don't export hidden parameters - workers/54987
In inline assignments, assign the reference, not its referent - workers/54944

Philippe



Messages sorted by: Reverse Date, Date, Thread, Author