zsh-workers
 help / color / mirror / code / Atom feed
* 5.0.7 uploaded
@ 2014-10-07 18:27 Peter Stephenson
  2014-10-07 19:57 ` Danek Duvall
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Stephenson @ 2014-10-07 18:27 UTC (permalink / raw)
  To: Zsh Hackers' List

You can grab zsh 5.0.7 from http://www.zsh.org/pub/ .  I'll let a few
people give it a go before announcing it more widely and uploading to
Sourceforge.

pws


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-07 18:27 5.0.7 uploaded Peter Stephenson
@ 2014-10-07 19:57 ` Danek Duvall
  2014-10-08 11:15   ` Peter Stephenson
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Danek Duvall @ 2014-10-07 19:57 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: Zsh Hackers' List

On Tue, Oct 07, 2014 at 07:27:18PM +0100, Peter Stephenson wrote:

> You can grab zsh 5.0.7 from http://www.zsh.org/pub/ .  I'll let a few
> people give it a go before announcing it more widely and uploading to
> Sourceforge.

I'm getting the following test error (on Solaris, FWIW):

    .../zsh-5.0.7/Test/Y03arguments.ztst: starting.
    *** /tmp/zsh.ztst.out.14274     Tue Oct  7 11:59:24 2014
    --- /tmp/zsh.ztst.tout.14274    Tue Oct  7 11:59:24 2014
    ***************
    *** 1,8 ****
      line: {tst -o }{}
    ! line: {tst -o +o }{}
    ! line: {tst -o +o }{}
    ! MESSAGE:{no arguments}
      line: {tst +o }{}
      line: {tst +o -o }{}
    ! line: {tst +o -o }{}
    ! MESSAGE:{no arguments}
    --- 1,9 ----
      line: {tst -o }{}
    ! line: {tst -o }{}
    ! DESCRIPTION:{option}
    ! NO:{+o}
    ! NO:{-o}
    ! line: {tst -o +o}{}
      line: {tst +o }{}
      line: {tst +o -o }{}
    ! line: {tst +o -o -o }{}
    Test .../zsh-5.0.7/Test/Y03arguments.ztst failed: output differs from expected as shown above for:
     tst_arguments -+o
     comptest $'tst -\t\t\t\C-w\C-w+\t\t\t'
    Was testing: option beginning with + and -.
    .../zsh-5.0.7/Test/Y03arguments.ztst: test failed.

Any ideas what could be going wrong?

Thanks,
Danek


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-07 19:57 ` Danek Duvall
@ 2014-10-08 11:15   ` Peter Stephenson
  2014-10-08 15:31     ` Danek Duvall
  2014-10-08 11:37   ` Oliver Kiddle
  2014-10-08 15:21   ` Bart Schaefer
  2 siblings, 1 reply; 7+ messages in thread
From: Peter Stephenson @ 2014-10-08 11:15 UTC (permalink / raw)
  To: Zsh Hackers' List

On Tue, 07 Oct 2014 12:57:27 -0700
Danek Duvall <duvall@comfychair.org> wrote:
> On Tue, Oct 07, 2014 at 07:27:18PM +0100, Peter Stephenson wrote:
> 
> > You can grab zsh 5.0.7 from http://www.zsh.org/pub/ .  I'll let a few
> > people give it a go before announcing it more widely and uploading to
> > Sourceforge.
> 
> I'm getting the following test error (on Solaris, FWIW):

I suspect we're not going to be much help here.  I can only mutter
vaguely about zpty --- however that doesn't seem to have changed
recently; the last time appears to be before 5.0.4.

Presumably this isn't happening with 5.0.6?  In that case we'll need to
narrow it down to a change.

pws

-- 
Peter Stephenson <p.stephenson@samsung.com>  Principal Software Engineer
Tel: +44 (0)1223 434724                Samsung Cambridge Solution Centre
St John's House, St John's Innovation Park, Cowley Road,
Cambridge, CB4 0DS, UK


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-07 19:57 ` Danek Duvall
  2014-10-08 11:15   ` Peter Stephenson
@ 2014-10-08 11:37   ` Oliver Kiddle
  2014-10-08 15:21   ` Bart Schaefer
  2 siblings, 0 replies; 7+ messages in thread
From: Oliver Kiddle @ 2014-10-08 11:37 UTC (permalink / raw)
  To: Danek Duvall, Zsh Hackers' List

Danek Duvall wrote:
> 
> I'm getting the following test error (on Solaris, FWIW):

Which exact version of Solaris and which compiler (including version)
are you using? Any particular configure options? sparc or x86, 32 or
64-bit?

Have you got it picking up local versions of any libraries such as
ncurses: either built from source or from something like opencsw.

> Any ideas what could be going wrong?

Not without more information: the test passes for me on Solaris.

Oliver


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-07 19:57 ` Danek Duvall
  2014-10-08 11:15   ` Peter Stephenson
  2014-10-08 11:37   ` Oliver Kiddle
@ 2014-10-08 15:21   ` Bart Schaefer
  2 siblings, 0 replies; 7+ messages in thread
From: Bart Schaefer @ 2014-10-08 15:21 UTC (permalink / raw)
  To: Zsh Hackers' List

On Oct 7, 12:57pm, Danek Duvall wrote:
}
}      tst_arguments -+o
}      comptest $'tst -\t\t\t\C-w\C-w+\t\t\t'
}     Was testing: option beginning with + and -.
}     .../zsh-5.0.7/Test/Y03arguments.ztst: test failed.
} 
} Any ideas what could be going wrong?

Any chance you have an /etc/zshenv with e.g. fpath changes that might
be getting picked up by the test shell?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-08 11:15   ` Peter Stephenson
@ 2014-10-08 15:31     ` Danek Duvall
  2014-10-08 17:12       ` Danek Duvall
  0 siblings, 1 reply; 7+ messages in thread
From: Danek Duvall @ 2014-10-08 15:31 UTC (permalink / raw)
  To: Peter Stephenson, Oliver Kiddle, Bart Schaefer; +Cc: Zsh Hackers' List

Peter Stephenson wrote:

> Presumably this isn't happening with 5.0.6?  In that case we'll need to
> narrow it down to a change.

I'm pretty certain it didn't happen with 5.0.5 when I tested it; I'll start
narrowing it down.

Oliver Kiddle wrote:

> Which exact version of Solaris and which compiler (including version)
> are you using? Any particular configure options? sparc or x86, 32 or
> 64-bit?
> 
> Have you got it picking up local versions of any libraries such as
> ncurses: either built from source or from something like opencsw.

Solaris 12 development, Solaris Studio 12.3, on x86, 64-bit.  I'll try it
on an 11.2 machine as well, in case there's anything in the OS that might
have caused this.

> Not without more information: the test passes for me on Solaris.

Good to know that, at least, thanks.

Bart Schaefer wrote:

> Any chance you have an /etc/zshenv with e.g. fpath changes that might be
> getting picked up by the test shell?

Nope, no global zshenv.  I've avoided shipping that for reasons just like
this.

Thanks,
Danek


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 5.0.7 uploaded
  2014-10-08 15:31     ` Danek Duvall
@ 2014-10-08 17:12       ` Danek Duvall
  0 siblings, 0 replies; 7+ messages in thread
From: Danek Duvall @ 2014-10-08 17:12 UTC (permalink / raw)
  To: Peter Stephenson, Oliver Kiddle, Bart Schaefer; +Cc: Zsh Hackers' List

On Wed, Oct 08, 2014 at 08:31:54AM -0700, Danek Duvall wrote:

> Peter Stephenson wrote:
> 
> > Presumably this isn't happening with 5.0.6?  In that case we'll need to
> > narrow it down to a change.
> 
> I'm pretty certain it didn't happen with 5.0.5 when I tested it; I'll start
> narrowing it down.

Heh.  Well, today, I'm not able to reproduce the problem, even though it
was reproducing reliably yesterday.  Perhaps my machine just needed some
beauty rest.

If I see it again, I'll see if I can narrow it down to particular changeset
and/or Solaris build.

Thanks,
Danek


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-08 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-07 18:27 5.0.7 uploaded Peter Stephenson
2014-10-07 19:57 ` Danek Duvall
2014-10-08 11:15   ` Peter Stephenson
2014-10-08 15:31     ` Danek Duvall
2014-10-08 17:12       ` Danek Duvall
2014-10-08 11:37   ` Oliver Kiddle
2014-10-08 15:21   ` Bart Schaefer

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