This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: getting close to Kawa 1.12


On Feb 3, 2012, at 3:11 AM, Per Bothner wrote:

The lazy/promise changes are the last "big" change I'm planning
for Kawa 1.12.  So today I changed the version number in the SVN
repository.

If you have critical bugs, patches, or small features they could still
go in 1.12.  But big changes should wait.

What I'm focusing on now are documentation changes: Documenting new
features, as well as some other changes I'd like to make.  I hope
to a preview of the documentation soon.

(For 1.13 I'm working on patterns, with a big chunk already implemented.
However, it's a big enough change, and there still quite a lot to do,
so I've decided to save that for 1.13.)

My possibly-significant local changes consist of:


implementing bridge methods
?                    testsuite/bridge.scm
M             7156   gnu/expr/ClassExp.java

a fix to make srfi13's string-contains work
M             7156   gnu/kawa/slib/srfi13.scm

an optimization to SetExp so that fields with ConstantValue attributes
(define-constant) aren't needlessly re-initialized in clinit
M             7156   gnu/expr/SetExp.java


I'm pretty sure I've sent patches corresponding to each of those, but if you want me to resend any for inclusion in 1.12 let me know.

-Jamie

--
Jamison Hope
The PTR Group
www.theptrgroup.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]