Feature Requests item #2054978, was opened at 2008-08-16 20:07
Message generated for change (Comment added) made by mlkersten
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482471&aid=2054978&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MonetDB - general
Group: None
>Status: Closed
Priority: 4
Private: No
Submitted By: Martin Kersten (mlkersten)
Assigned to: Martin Kersten (mlkersten)
Summary: M5: io.printf extended checks

Initial Comment:
# observed 13-08-2008: printf accepts a long for an int formatter,
# whereas it should complain (additionally the error could be clearer)

l := 12:lng;
f := 5:flt;

io.printf("%d\n", l);
io.printf("%d\n", f);

Ideally the format string should be checked against
the type and generalized to accept a variable argument list.

----------------------------------------------------------------------

>Comment By: Martin Kersten (mlkersten)
Date: 2009-12-04 14:41

Message:
obsolete. The printf function code was forwarded from M4.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482471&aid=2054978&group_id=56967

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to