On Aug 31, 2008, at 5:27 PM, Slava Pestov wrote:

> Hi Joe,
>
> This problem has been fixed. I have tested the deploy tool with a  
> few simple examples and the unit tests pass. Let me know if you have  
> any other problems.

Man, what service! Thanks, Slava. I tried deploying a few demos, and  
they started up fine. For some reason, though, the "spheres" demo  
won't react to key or mouse gestures when deployed. Could the gesture  
map set up by "set-gestures" be getting thrown out by the tree shaker?  
Here's my deploy.factor for the vocab:

-- 8< --
USING: tools.deploy.config ;
H{
     { deploy-name "spheres" }
     { deploy-io 2 }
     { deploy-word-defs? f }
     { deploy-c-types? t }
     { deploy-random? t }
     { deploy-word-props? f }
     { deploy-reflection 1 }
     { deploy-threads? t }
     { deploy-math? t }
     { "stop-after-last-window?" t }
     { deploy-ui? t }
     { deploy-compiler? t }
}
-- 8< --

-Joe

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to