We're getting ready to finalize and ship Cappuccino version 0.7 this
week. We would appreciate it if you could take a few minutes this
weekend to get the latest code from git, try it out, and report any
major issues.
Certainly any bugs you find can be put into the bug tracker, but in
particular we're looking for regressions or major flaws that would
prevent us from shipping. If you have a bunch of code that stops
working, that's something we definitely want to hear about.
We're looking forward to getting this into everyone's hands.
Best,
Ross
Seems fine based on the limited subset that I'm using, but I'm unable
to build documentation.
> macbook:cappuccino steve$ rake docs
> (in /Users/steve/Developer/Cappuccino/cappuccino)
> rake aborted!
> No such file or directory - Documentation or /Users/steve/Developer/
> Cappuccino/steam_build/Documentation
Manually creating these directories results in them being deleted again.
Thanks! I'll look into it.
> However, OOM errors are typically a sign of some kind of infinite
> loop. Can you give me steps to reproduce this?
Sure, just check out git://github.com/dwt/cappuccino.git and run
git checkout -b 0.7b origin/0.7b
git submodule init
git submodule update
rake test
inside.
I had to have some more dealing with git submodules to make the ojunit
checkout work - but that may just git hating me again.
Regards,
Martin
I found it. The problem is that the testcase still imported CPBrowser as
-- snip --
@import "CPBrowser.j"
-- snap --
And that triggered the infinite recursion / loop.
So I guess the import logic is somehow wrong.
See the patch that fixes it at: http://github.com/dwt/cappuccino/commit/a23b6b096ab896c69defa901fc6ad64cf7b19c27
And the Bug-Report at:http://github.com/280north/cappuccino/issues/#issue/
131
Regards,
Martin