Re: [scala] -Xfuture & -Xexperimental

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [scala] -Xfuture & -Xexperimental

by Adriaan Moors-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm afraid the only way I know of is to grep the compiler source for either settings.Xexperimental.value, settings.future.value

From a quick inspection, it seems the only thing that actually (mostly) works is dependent method types, which allow you to write, e.g.:

def reallyTheIdentity(x: Any): x.type = x

adriaan

On Sun, Oct 11, 2009 at 2:07 AM, Daniel Mahler <dmahler@...> wrote:
Is there a simple way to find out what  -Xfuture & -Xexperimental
actually enable for any given release/snapshot?

thanks
Daniel


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm