On Sat, Apr 12, 2008 at 10:10:49PM +0100, DeeJay wrote:
> When _why said on 3rd April " I'll be using Ditz
> <http://ditz.rubyforge.org> for tracking bugs. " I thought that meant
> *we* had to be running ditz to submit those bugs. I'm beginning to
> think I've got that wrong...
yes, one needs ditz to submit bugs. I seem to remember _why was working on
a frontend site that allows submissions (without the need of ditz).
Meanwhile, one can send questions/bugs to the list when not able to run ditz.
The important is to get issues known about.
By the way, when parsing links on Twittershoes, some bad links crash Shoes apps:
Shoes.app do
stack do
para "try press this link please:", "\n",
link("good link", :click => "http://freebase.com"), "\n",
link("yet, good link", :click => "http://freebase.com)"), "\n",
link("404 response", :click => "ihttp://freebase.com"), "\n",
link("crash link", :click => "'http://freebase.com"), "\n",
link("crash link", :click => "(http://freebase.com")
end
end
end
the crashers dump:
.../dist/ruby/lib/uri/common.rb:432: [BUG] Segmentation fault
--
pedro mg