Re: [Factor-talk] Stack-passed args getting corrupted in callbacks when mingled with register-passed args on x86-64

2008-09-12 Thread Joe Groff
> Hi Joe, > > I have fixed the problem. The box_value_struct() VM function was > called with the wrong address, and so the data in the stack frame was > not boxed properly. "cocoa" test passes now, and so does your test > case, however the UI still doesn't work. > > Slava Thanks a lot, Slava. At t

Re: [Factor-talk] searching an array with a bloom filter

2008-09-12 Thread Slava Pestov
Hi Phil, I couldn't post a comment on your blog for some reason so I'm posting this to the list instead. The seq>hash word you write already exists in the sets vocabulary, its called unique. And (prepare-filter) looks nicer if you use fry: : (prepare-filter) ( filter seq -- ) '[ 10485

Re: [Factor-talk] Stack-passed args getting corrupted in callbacks when mingled with register-passed args on x86-64

2008-09-12 Thread Slava Pestov
Hi Joe, I have fixed the problem. The box_value_struct() VM function was called with the wrong address, and so the data in the stack frame was not boxed properly. "cocoa" test passes now, and so does your test case, however the UI still doesn't work. Slava On Thu, Sep 11, 2008 at 11:22 PM, Joe G

[Factor-talk] pastebin

2008-09-12 Thread Alex Chapman
Hi All, Is it possible to get the latest pastebin? I fired up webapps.pastebin with something like: "pastebin.db" sqlite-db [ { entity paste annotation } [ ensure-table ] each ] with-db "pastebin.db" sqlite-db main-responder set [ 8080 httpd ] in-thread It works (mostly), but it's nowhere