[Gridflow-dev] a new, better [makefilename] !
Jonathan Wilkes
jancsika at yahoo.com
Thu Aug 12 17:28:55 EDT 2010
--- On Thu, 8/12/10, Mathieu Bouchard <matju at artengine.ca> wrote:
> From: Mathieu Bouchard <matju at artengine.ca>
> Subject: Re: [Gridflow-dev] a new, better [makefilename] !
> To: "Jonathan Wilkes" <jancsika at yahoo.com>
> Cc: pd-list at iem.at, gridflow-dev at artengine.ca
> Date: Thursday, August 12, 2010, 10:00 PM
> On Thu, 12 Aug 2010, Jonathan Wilkes
> wrote:
>
> > Is cyclone/sprintf missing any of these features?
>
> [cyclone/sprintf %*d]
> [cyclone/sprintf %.*d]
> [cyclone/sprintf %*.*d]
>
> all print out this to the console :
>
> sprintf's error: slot skipped (width
> parameter not supported in a
> format pattern)
>
> and naturally anything else with asterisks in their format
> specifiers.
>
> Actually, [cyclone/sprintf] also silently fails with a
> plain %05d or %5d, for example, as it converts them back to
> float, instead of keeping them as symbols.
>
> But if I do foo%05dbar, it's fine (though it produces it as
> a selector instead of symbol $1... but that is its
> intention, I suppose...).
>
> But if I do foo%5dbar, then it's wrong again, as it does
> foo%4dbar instead !
>
> Can you find any bugs in [gf/sprintf] ?
I haven't checked yet. How do I get it?
-Jonathan
>
> _ _ __ ___ _____ ________ _____________
> _____________________ ...
> | Mathieu Bouchard, Montréal, Québec. téléphone:
> +1.514.383.3801
More information about the Gridflow-dev
mailing list