Re: [X10-users] Error in future.forced()

2007-04-10 Thread Shet, Aniruddha G.
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

Re: [X10-users] Error in future.forced()

2007-04-10 Thread Vijay Saraswat
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

Re: [X10-users] Error in future.forced()

2007-04-09 Thread Igor Peshansky
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 > > >

Re: [X10-users] Error in future.forced()

2007-04-09 Thread Igor Peshansky
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? > > >

Re: [X10-users] Error in future.forced()

2007-04-09 Thread Nate Nystrom
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

[X10-users] Error in future.forced()

2007-04-09 Thread Shet, Aniruddha G.
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