Aaaand the latest version crashes and dies when I run the app I just
wrote in r811 on it. :(
time to debug...
On Jul 26, 2008, at 2:33 PM, Edward Heil wrote:
Oh, that was r811.
I'll get up to date. :)
On Jul 26, 2008, at 1:51 PM, Pieter V. wrote:
What version of Shoes are you running? The bug should be patched
up and good to go in r873 -- feel free to sling around all-manner
of non-string junk for your #alert calls!
(#ask, however, still exhibits the buggy behavior. Don't taunt
#ask.)
On Sat, Jul 26, 2008 at 8:42 AM, Edward Heil <[EMAIL PROTECTED]>
wrote:
This isn't Perl, everything's not a string when you want it to be,
so this isn't *necessarily* a bug, but crashing is no fun, so maybe
the fact that it crashes instead of erroring out is a bug:
Shoes.app do
button "click me" do
alert 10
end
end
On OS X, clicking the button crashes the app.