zsh-workers
 help / color / mirror / code / Atom feed
* D04parameter fails on OSX
@ 2012-04-12 14:28 İsmail Dönmez
  2012-04-12 19:29 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: İsmail Dönmez @ 2012-04-12 14:28 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

Hi;

zsh.git running on OSX 10.7.3

./D04parameter.ztst: starting.
*** /tmp/zsh.ztst.out.6163 Thu Apr 12 16:27:14 2012
--- /tmp/zsh.ztst.tout.6163 Thu Apr 12 16:27:14 2012
***************
*** 3,7 ****
--- 3,8 ----
  said
  i
  will
+ will
  and
  didJOYCE
Test ./D04parameter.ztst failed: output differs from expected as shown
above for:
  print -l JAMES${(u)${=:-$(echo yes yes she said yes i will yes she said
she will and yes she did yes)}}JOYCE
Was testing: New hash seive unique algorithm for arrays of more than 10
elements


Regards,
ismail

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

* Re: D04parameter fails on OSX
  2012-04-12 14:28 D04parameter fails on OSX İsmail Dönmez
@ 2012-04-12 19:29 ` Peter Stephenson
  2012-04-13 15:31   ` İsmail Dönmez
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2012-04-12 19:29 UTC (permalink / raw)
  To: zsh-workers

On Thu, 12 Apr 2012 16:28:47 +0200
İsmail Dönmez <ismail@namtrac.org> wrote:
> ./D04parameter.ztst: starting.
> *** /tmp/zsh.ztst.out.6163 Thu Apr 12 16:27:14 2012
> --- /tmp/zsh.ztst.tout.6163 Thu Apr 12 16:27:14 2012
> ***************
> *** 3,7 ****
> --- 3,8 ----
>   said
>   i
>   will
> + will
>   and
>   didJOYCE
> Test ./D04parameter.ztst failed: output differs from expected as shown
> above for:
>   print -l JAMES${(u)${=:-$(echo yes yes she said yes i will yes she said
> she will and yes she did yes)}}JOYCE
> Was testing: New hash seive unique algorithm for arrays of more than 10
> elements

Does this help?

Index: Src/params.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/params.c,v
retrieving revision 1.179
diff -p -u -r1.179 params.c
--- Src/params.c	10 Apr 2012 01:17:03 -0000	1.179
+++ Src/params.c	12 Apr 2012 19:28:33 -0000
@@ -3532,7 +3532,7 @@ arrayuniq(char **x, int freeok)
     }
 
     for (it = x, write_it = x; *it;) {
-	if (! gethashnode(ht, *it)) {
+	if (! gethashnode2(ht, *it)) {
 	    HashNode new_node = zhalloc(sizeof(struct hashnode));
 	    if (!new_node) {
 		/* Oops, out of heap memory, no way to recover */

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


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

* Re: D04parameter fails on OSX
  2012-04-12 19:29 ` Peter Stephenson
@ 2012-04-13 15:31   ` İsmail Dönmez
  0 siblings, 0 replies; 3+ messages in thread
From: İsmail Dönmez @ 2012-04-13 15:31 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

Hi;

On Thu, Apr 12, 2012 at 9:29 PM, Peter Stephenson <
p.w.stephenson@ntlworld.com> wrote:

> On Thu, 12 Apr 2012 16:28:47 +0200
> İsmail Dönmez <ismail@namtrac.org> wrote:
> > ./D04parameter.ztst: starting.
> > *** /tmp/zsh.ztst.out.6163 Thu Apr 12 16:27:14 2012
> > --- /tmp/zsh.ztst.tout.6163 Thu Apr 12 16:27:14 2012
> > ***************
> > *** 3,7 ****
> > --- 3,8 ----
> >   said
> >   i
> >   will
> > + will
> >   and
> >   didJOYCE
> > Test ./D04parameter.ztst failed: output differs from expected as shown
> > above for:
> >   print -l JAMES${(u)${=:-$(echo yes yes she said yes i will yes she said
> > she will and yes she did yes)}}JOYCE
> > Was testing: New hash seive unique algorithm for arrays of more than 10
> > elements
>
> Does this help?
>
> Index: Src/params.c
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Src/params.c,v
> retrieving revision 1.179
> diff -p -u -r1.179 params.c
> --- Src/params.c        10 Apr 2012 01:17:03 -0000      1.179
> +++ Src/params.c        12 Apr 2012 19:28:33 -0000
> @@ -3532,7 +3532,7 @@ arrayuniq(char **x, int freeok)
>     }
>
>     for (it = x, write_it = x; *it;) {
> -       if (! gethashnode(ht, *it)) {
> +       if (! gethashnode2(ht, *it)) {
>            HashNode new_node = zhalloc(sizeof(struct hashnode));
>            if (!new_node) {
>                /* Oops, out of heap memory, no way to recover */
>

Yes it does, thanks a lot!

ismail

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

end of thread, other threads:[~2012-04-13 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 14:28 D04parameter fails on OSX İsmail Dönmez
2012-04-12 19:29 ` Peter Stephenson
2012-04-13 15:31   ` İsmail Dönmez

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