The latest and greatest has been posted and the online docs updated.
Note: if you use the bootstrap script, grab the latest version before bootstrapping with this build.
This is largely a transitional build which removes all the stuff deprecated in 1.0.48, and deprecates a bunch of new stuff in preparation for 1.0.50.
All the stuff deprecated in 1.0.48 is now gone including:
|,|
|->|
it
val
Quick summary of deprecated APIs:
Obj.type => typeof Sys.* => Env.cur Repo.home => Env.homeDir, workDir, or tempDir Pod.findType => type Field.of => type Param.of => type Symbol.of => type Test.id => curTestMethod Buf.empty => isEmpty
Build 1.0.49 (27 Jan 10)
Login or Signup to reply.
brian Wed 27 Jan 2010
The latest and greatest has been posted and the online docs updated.
Note: if you use the bootstrap script, grab the latest version before bootstrapping with this build.
This is largely a transitional build which removes all the stuff deprecated in 1.0.48, and deprecates a bunch of new stuff in preparation for 1.0.50.
Breaking Changes
All the stuff deprecated in 1.0.48 is now gone including:
|,|
closures, use|->|
it
instead ofval
in a field setterQuick summary of deprecated APIs:
Change Log
Build 1.0.49 (27 Jan 10)
|,|
closure syntaxval
in field setters