zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk, 183730@bugs.debian.org
Subject: Re: Bug#183730: zsh: setting SAVEHIST breaks history saving without warning
Date: Mon, 09 Aug 2004 10:50:35 +0100	[thread overview]
Message-ID: <200408090950.i799oaMM002904@news01.csr.com> (raw)
In-Reply-To: "Clint Adams"'s message of "Sun, 08 Aug 2004 01:21:33 EDT." <20040808052133.GA11833@scowler.net>

Clint Adams wrote:
> > Maybe there should be a truncation warning.
> > 
> > 1% SAVEHIST=899795648511
> > 2% print $SAVEHIST
> > 2147483647
> > 3% SAVEHIST=899795648512
> > 4% print $SAVEHIST
> 
> Or an error?

(Why does this `break history saving'?  Or is the subject line
inaccurate?  I'll assume the latter for now.)

I suspect there could be a lot of problems like this.  History numbering
ought to wrap gracefully, but I expect it doesn't.  Also, arithmetic is
done as a `zlong' which is probably 64 bits if the compiler supports
it, while the history size and many other parameters are only 32 bits.

Consequently there are lots of place which would need to change to make
this sort of thing consistent,
- the history code itself
- where integers from arithmetic expresssions are assigned to variables
  (though maybe it would be more consistent to use zlong for parameters
  set by the user)
- where numbers are originally parsed.

The number assigned is obviously too large to be directly useful; what
was the intention?  Always save values at the end of the history list
regardless of what was there already?

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


  reply	other threads:[~2004-08-09  9:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87el5knkal.fsf@yiwaz.raw.no>
2003-03-10  4:42 ` Clint Adams
2004-08-08  5:21   ` Clint Adams
2004-08-09  9:50     ` Peter Stephenson [this message]
2004-08-09 15:07       ` Clint Adams
2004-08-09 15:14         ` Peter Stephenson

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=200408090950.i799oaMM002904@news01.csr.com \
    --to=pws@csr.com \
    --cc=183730@bugs.debian.org \
    --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).