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

Re: V11db_gdbm.ztst fails on Cygwin



On Thu, Mar 2, 2017, at 03:54 AM, Daniel Shahaf wrote:
> Sebastian Gniazdowski wrote on Thu, Mar 02, 2017 at 03:47:40 -0800:
> > Any idea how to write test result so that both hash key orders match?
> 
> print -r -- ${(okv)dbase}
> 

That looks like a new test case, as typical scan, as it looks from the
code, is loop over keys, get their assigned nodes, call func(hnode,
flags). Hashnode contains key. But it might be the same, gathering
key/value done anyway, and then optionally sort on always gathered set,
so maybe that's the answer.

-- 
  Sebastian Gniazdowski
  psprint3@xxxxxxxxxxxx



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