Thanks, a CVS checkout now compiles future.forced().
-Aniruddha
-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED]
Sent: Monday, April 09, 2007 11:23 PM
To: Shet, Aniruddha G.
Cc: Nate Nystrom; x10-users@lists.sourceforge.net
Subject: Re: [X10-users] Error in
Igor Peshansky wrote:
>>Moreover, the compiler representation of future types doesn't seem to
>>have a "forced" method in it either. So, if it's an oversight, it is
>>a rather global one. I'll see if I can make a quick fix.
>>Igor
>>
>>
>
>Done. CVS HEAD should now understand future
Igor Peshansky wrote on 04/09/2007 04:51:40 PM:
> Nate Nystrom wrote on 04/09/2007 04:20:09 PM:
>
> > Shet, Aniruddha G. wrote:
> > > Hi,
> > >
> > > I am trying to do a forced() on a future, but the compiler complains
> > > saying no valid method call found for forced(). I am able to do a
> > >
Nate Nystrom wrote on 04/09/2007 04:20:09 PM:
> Shet, Aniruddha G. wrote:
> > Hi,
> >
> > I am trying to do a forced() on a future, but the compiler complains
> > saying no valid method call found for forced(). I am able to do a
> > force() though. Is this a case of missing functionality?
> >
>
Shet, Aniruddha G. wrote:
> Hi,
>
> I am trying to do a forced() on a future, but the compiler complains
> saying no valid method call found for forced(). I am able to do a
> force() though. Is this a case of missing functionality?
>
Aniruddha,
It seems so. x10/lang/Future.java doesn't have a
Hi,
I am trying to do a forced() on a future, but the compiler complains
saying no valid method call found for forced(). I am able to do a
force() though. Is this a case of missing functionality?
Thanks,
Aniruddha
---
Aniruddha G. Shet