zsh-workers
 help / color / mirror / code / Atom feed
* New yodl warnings with CVS
@ 2007-12-13 22:43 Ismail Dönmez
  2007-12-14 11:24 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Ismail Dönmez @ 2007-12-13 22:43 UTC (permalink / raw)
  To: zsh-workers

Hi all,

I am getting these warning from yodl lately,

expn.yo:1065: No macro: time(...)
calsys.yo:494: No macro: timeNL(...)
calsys.yo:494: No macro: warntimeNL(...)
calsys.yo:494: No macro: warnstrNL(...)
calsys.yo:494: No macro: rpttimeNL(...)
calsys.yo:494: No macro: rptstrNL(...)

Any ideas?

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.


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

* Re: New yodl warnings with CVS
  2007-12-13 22:43 New yodl warnings with CVS Ismail Dönmez
@ 2007-12-14 11:24 ` Peter Stephenson
  2007-12-14 19:47   ` Ismail Dönmez
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2007-12-14 11:24 UTC (permalink / raw)
  To: zsh-workers

On Fri, 14 Dec 2007 00:43:16 +0200
Ismail Dönmez <ismail@pardus.org.tr> wrote:
> Hi all,
> 
> I am getting these warning from yodl lately,
> 
> expn.yo:1065: No macro: time(...)
> calsys.yo:494: No macro: timeNL(...)
> calsys.yo:494: No macro: warntimeNL(...)
> calsys.yo:494: No macro: warnstrNL(...)
> calsys.yo:494: No macro: rpttimeNL(...)
> calsys.yo:494: No macro: rptstrNL(...)
> 
> Any ideas?

I've been seeing these intermittently, but every time I look more closely
they go away, so I haven't been very sedulous in their pursuit.

I *think* the answer is the following.  The macro has always been slackly
defined (c.f. the definition of sitem in zman.yo) but it's only recently
been used in a way that makes that obvious.

Index: Doc/ztexi.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/ztexi.yo,v
retrieving revision 1.5
diff -u -r1.5 ztexi.yo
--- Doc/ztexi.yo	20 Mar 2006 11:06:24 -0000	1.5
+++ Doc/ztexi.yo	14 Dec 2007 11:22:06 -0000
@@ -183,7 +183,7 @@
   enditem()\
 )
 def(sitem)(2)(\
-  item(ARG1)(NL()ARG2)\
+  item(ARG1)(+NL()ARG2)\
 )
 def(sxitem)(1)(\
   xitem(ARG1)\



-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


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

* Re: New yodl warnings with CVS
  2007-12-14 11:24 ` Peter Stephenson
@ 2007-12-14 19:47   ` Ismail Dönmez
  2007-12-16 16:37     ` Ismail Dönmez
  0 siblings, 1 reply; 4+ messages in thread
From: Ismail Dönmez @ 2007-12-14 19:47 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

Friday 14 December 2007 13:24:29 tarihinde Peter Stephenson şunları yazmıştı:
> On Fri, 14 Dec 2007 00:43:16 +0200
>
> Ismail Dönmez <ismail@pardus.org.tr> wrote:
> > Hi all,
> >
> > I am getting these warning from yodl lately,
> >
> > expn.yo:1065: No macro: time(...)
> > calsys.yo:494: No macro: timeNL(...)
> > calsys.yo:494: No macro: warntimeNL(...)
> > calsys.yo:494: No macro: warnstrNL(...)
> > calsys.yo:494: No macro: rpttimeNL(...)
> > calsys.yo:494: No macro: rptstrNL(...)
> >
> > Any ideas?
>
> I've been seeing these intermittently, but every time I look more closely
> they go away, so I haven't been very sedulous in their pursuit.
>
> I *think* the answer is the following.  The macro has always been slackly
> defined (c.f. the definition of sitem in zman.yo) but it's only recently
> been used in a way that makes that obvious.

Indeed only one warning left:

expn.yo:1065: No macro: time(...)

Thanks!

-- 
Never learn by your mistakes, if you do you may never dare to try again.


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

* Re: New yodl warnings with CVS
  2007-12-14 19:47   ` Ismail Dönmez
@ 2007-12-16 16:37     ` Ismail Dönmez
  0 siblings, 0 replies; 4+ messages in thread
From: Ismail Dönmez @ 2007-12-16 16:37 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

Friday 14 December 2007 21:47:19 tarihinde şunları yazmıştınız:
> Friday 14 December 2007 13:24:29 tarihinde Peter Stephenson şunları 
yazmıştı:
> > On Fri, 14 Dec 2007 00:43:16 +0200
> >
> > Ismail Dönmez <ismail@pardus.org.tr> wrote:
> > > Hi all,
> > >
> > > I am getting these warning from yodl lately,
> > >
> > > expn.yo:1065: No macro: time(...)
> > > calsys.yo:494: No macro: timeNL(...)
> > > calsys.yo:494: No macro: warntimeNL(...)
> > > calsys.yo:494: No macro: warnstrNL(...)
> > > calsys.yo:494: No macro: rpttimeNL(...)
> > > calsys.yo:494: No macro: rptstrNL(...)
> > >
> > > Any ideas?
> >
> > I've been seeing these intermittently, but every time I look more closely
> > they go away, so I haven't been very sedulous in their pursuit.
> >
> > I *think* the answer is the following.  The macro has always been slackly
> > defined (c.f. the definition of sitem in zman.yo) but it's only recently
> > been used in a way that makes that obvious.
>
> Indeed only one warning left:
>
> expn.yo:1065: No macro: time(...)

Your latest commit fixed this, thanks.

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.


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

end of thread, other threads:[~2007-12-16 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-13 22:43 New yodl warnings with CVS Ismail Dönmez
2007-12-14 11:24 ` Peter Stephenson
2007-12-14 19:47   ` Ismail Dönmez
2007-12-16 16:37     ` Ismail 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).