zsh-workers
 help / color / mirror / code / Atom feed
From: Baptiste Daroussin <baptiste.daroussin@gmail.com>
To: Peter Stephenson <Peter.Stephenson@csr.com>
Cc: Zsh workers <zsh-workers@zsh.org>
Subject: Re: zsh 4.3.13 released
Date: Thu, 1 Dec 2011 23:48:26 +0000	[thread overview]
Message-ID: <CAPKC6oJm9Yb-NMrzaVYzv0oh7v=Q_=y3sEQ6PEVKhASg71xEKA@mail.gmail.com> (raw)
In-Reply-To: <20111201125247.0abdc564@pwslap01u.europe.root.pri>

2011/12/1 Peter Stephenson <Peter.Stephenson@csr.com>:
> On Thu, 1 Dec 2011 13:27:10 +0100
> Oliver Kiddle <okiddle@yahoo.co.uk> wrote:
>> Peter Stephenson wrote:
>> > I've uploaded zsh 4.3.13 to ftp://ftp.zsh.org/pub/.  If you get a chance
>> > to try it out before I upload it to Sourceforge, too, that would be
>> > great.
>>

On FreeBSD I have the following error in make test:
Test ./D07multibyte.ztst failed: output differs from expected as shown above for
:
  (print $'\u00e9') 2>&1 | read
  if [[ $REPLY != \xc3\xa9 ]]; then
    print "warning: your system can't do simple Unicode conversion." >&$ZTST_fd
    print "Check you have a correctly installed iconv library." >&$ZTST_fd
    # cheat
    repeat 4 print OK
  else
    testfn() { (LC_ALL=C; print $'\u00e9') }
    repeat 4 testfn 2>&1 | while read line; do
      if [[ $line = *"character not in range"* ]]; then
        print OK
      elif [[ $line = "?" ]]; then
        print OK
      else
        print Failed: no error message and no question mark
      fi
    done
  fi
  true
Was testing: error handling in Unicode quoting

The same problem occurs with zsh 4.3.12 by the way, so not a regression

regards,
Bapt


  parent reply	other threads:[~2011-12-01 23:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <15488.1322689558@pws-pc.ntlworld.com>
2011-12-01 12:27 ` Oliver Kiddle
2011-12-01 12:52   ` Peter Stephenson
2011-12-01 21:27     ` PATCH: test output pattern matching Peter Stephenson
2011-12-02 17:03       ` ports
2011-12-02 17:23         ` Peter Stephenson
2011-12-03 19:17           ` ports
2011-12-01 23:48     ` Baptiste Daroussin [this message]
2011-12-02 13:34       ` zsh 4.3.13 released Peter Stephenson
2011-12-02 23:06         ` Baptiste Daroussin
     [not found] ` <20111203191925.GB1294@coredump.raveland.priv>
2011-12-03 19:44   ` Peter Stephenson
2011-12-03 22:19     ` ports
2011-12-03 22:56       ` Peter Stephenson
2011-12-04 12:42         ` ports

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='CAPKC6oJm9Yb-NMrzaVYzv0oh7v=Q_=y3sEQ6PEVKhASg71xEKA@mail.gmail.com' \
    --to=baptiste.daroussin@gmail.com \
    --cc=Peter.Stephenson@csr.com \
    --cc=zsh-workers@zsh.org \
    /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).