[Swift-devel] multiple arguments
Ben Clifford
benc at hawaga.org.uk
Mon May 21 06:55:00 CDT 2007
r752 reintroduces (in a different, equally unspecified manner) support for
[*], at least to the extent that I have seen it used.
I opened bug 61 to track the fact that this is not properly specified in
the language in terms of the data model / type system and (perhaps as a
consequence) messily implemented.
On Wed, 2 May 2007, Yong Zhao wrote:
> That's strange. I used @filenames a lot a while ago and never had any
> problems. Check the kml translation, maybe you added the getfieldvalue
> stuff to getFilenames, which should not happen. i.e.
>
> It needs to be
> <vdl:getFilenames var="{sliced}">
> <argument name="path"> ....</...>
> </...>
>
> not
> <vdl:getFilenames><vdl:getFieldvalue ....>
>
>
> Yong.
>
> On Wed, 2 May 2007, Ben Clifford wrote:
>
> >
> >
> > On Wed, 2 May 2007, Yong Zhao wrote:
> >
> > > use @filenames(sliced[*].img).
> >
> > I get this:
> >
> > Execution failed:
> > org.griphyn.vdl.mapping.InvalidPathException: Invalid path (*.img)
> > for type volume
> >
> >
> > I tried something a little simpler:
> >
> >
> > type file;
> >
> > (file out) echo(file n[])
> > {
> > app {
> > echo @filenames(n) stdout=out;
> > }
> > }
> >
> >
> > file f[] <fixed_array_mapper;files="a b c">;
> >
> > file out;
> >
> > out=echo(f);
> >
> >
> > but that hangs...
> >
> > oof.
> >
> > --
> >
>
>
More information about the Swift-devel
mailing list