Re: [Sugar-devel] Feature Freeze deadline around the corner

2015-12-21 Thread James Cameron
Thanks Martin. I don't advocate for prioritisation of any particular PRs. Best if you decide what goes into 0.107.1, on technical merit and schedule constraints. For testing, I'm daily rebasing my OLPC branches of Sugar, which are Sugar master plus my pull requests, plus some yet to be published

[Sugar-devel] [ASLO] Release Physics-28

2015-12-21 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4193 Sugar Platform: 0.96 - 0.104 Download Now: http://activities.sugarlabs.org/downloads/file/29155/physics-28.xo Release notes: 28 * More robust strategy for importing architecture-specific Box2d lbrary Sugar Labs Activities http://ac

Re: [Sugar-devel] [Bugs] #4920 Physics HIGH: physics-27 fails to start

2015-12-21 Thread James Cameron
Yes, is fixed. Next regression observed is gaps and extra dot in line segments drawn. See attached screenshot. On Mon, Dec 21, 2015 at 10:43:27AM -0500, Walter Bender wrote: > Digging a bit deeper, the libraries in the physic activity are not being > accessed properly. Not yet sure why. -- Jame

[Sugar-devel] Feature Freeze deadline around the corner

2015-12-21 Thread Martin Abente
Hello everyone, We are a week away from the Feature Freeze deadline [1] and we still got a couple PRs queued [2,3]. I haven't been able to catch up with _all_ the recent PRs, so if there anything you want me to prioritize please let me know. I would prefer to look at the collaboration bits but, e

Re: [Sugar-devel] [Bugs] #4920 Physics HIGH: physics-27 fails to start

2015-12-21 Thread Walter Bender
Digging a bit deeper, the libraries in the physic activity are not being accessed properly. Not yet sure why. On Mon, Dec 21, 2015 at 6:42 AM, Walter Bender wrote: > I've tested on 32 bit and ARM7 systems. Works for me. > > Box2D.py found in lib/[arch]/Box2d.py should have b2QueryCallback, so th

Re: [Sugar-devel] [Bugs] #4920 Physics HIGH: physics-27 fails to start

2015-12-21 Thread Walter Bender
I've tested on 32 bit and ARM7 systems. Works for me. Box2D.py found in lib/[arch]/Box2d.py should have b2QueryCallback, so the problem is that it is finding a different Box2D.py from somewhere else. Which is why I suspect syspath. We use syspath in lib/Box2D.py. Can you look there to see (1) if y