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

Re: PATCH: more math completion



Hi Peter,

On Sat, Jul 25, 2015 at 09:46:06PM +0100, Peter Stephenson wrote:
> % echo $((3*4)<TAB>
> 
> causes a segmentation violation.  Looks like we're trying to extend the
> raw buffer where we've attempted (and failed) to find a math expression
> when we have no business doing so.

Thanks for that fix! I just ran into this issue when preparing a
Debian zsh package with the two $((…)) completions fixed. I'll include
that one, too.

Looks like another reason for a 5.0.9 rather soon as this one is
present in 5.0.8, too.

P.S.: Also thanks for the pointer to the fix for segfault reported in
      Debian against 5.0.8.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)



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