Hi Anton,

Sorry for the late reply; the code looks almost ready to merge. Some comments:

- It needs an update for recent changes to alien.c-types. '<int>' is
'int <ref>', and '*int' is 'int deref', same for void*.
- Button presses still don't send the right events on 32-bit
- The I/O code should be split off from ui.backend.gtk into
ui.bakend.gtk.io or similar, and only loaded if the io.backend.unix
vocabulary is present. Otherwise, you are always pulling in
io.backend.unix.multiplexers and all dependencies.
- Wheel scrolling is too slow - this is because you must set the
scroll-direction global variable to indicate the acceleration in each
component, not just -1/0/1.
- Some of the deploy tests fail because the final image is too big.
Factoring out the io.backend.unix dependency should fix this
- benchmark.ui-panes fails when deployed and run

Slava

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to