[MacRuby-devel] [MacRuby] #761: Integer 2 multiplication by self seems wrong

2010-06-23 Thread MacRuby
#761: Integer 2 multiplication by self seems wrong --+- Reporter: ustc.li...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
On Jun 23, 2010, at 13:31 , Laurent Sansonetti wrote: > Ryan, would you be willing to commit & maintain these bits in our SVN > repository if we give you access? but of course. seems only fair. ___ MacRuby-devel mailing list [email protected]

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Laurent Sansonetti
Looks like it would make sense to bundle this in MacRuby directly, since these are extensions. This way it's easily available to everyone. Ryan, would you be willing to commit & maintain these bits in our SVN repository if we give you access? Laurent On Jun 23, 2010, at 1:25 PM, Matt Aimonett

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Matt Aimonetti
I think we should just ship your gem with MacRuby, Laurent, what do you think? - Matt On Wed, Jun 23, 2010 at 1:19 PM, Ryan Davis wrote: > > On Jun 23, 2010, at 13:13 , Matt Aimonetti wrote: > > > I'd suggest to release a new gem. > > yeah... but the reason why I'm torn is that if it goes into m

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
On Jun 23, 2010, at 13:13 , Matt Aimonetti wrote: > I'd suggest to release a new gem. yeah... but the reason why I'm torn is that if it goes into minitest directly, it goes into macruby directly... easy-peasy for everyone. ___ MacRuby-devel mailing l

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Matt Aimonetti
I'd suggest to release a new gem. - Matt On Wed, Jun 23, 2010 at 1:05 PM, Ryan Davis wrote: > > On Jun 23, 2010, at 12:21 , Ryan Davis wrote: > > >> class MiniTest::Unit > >> def self.run_macruby_tests > >> > >> module MiniTest::Assertions > >> def find_ui_menu(*path) > >> def find_ui_menu_it

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
On Jun 23, 2010, at 12:21 , Ryan Davis wrote: >> class MiniTest::Unit >> def self.run_macruby_tests >> >> module MiniTest::Assertions >> def find_ui_menu(*path) >> def find_ui_menu_items menu >> def assert_ui_menu menu, *items >> def find_ui_menu_item(*path) >> def assert_ui_action obj, ta

Re: [MacRuby-devel] My Current UI Testing Setup

2010-06-23 Thread Matt Aimonetti
Nevermind, I just saw your other post. Really nice, thanks for sharing. - Matt On Wed, Jun 23, 2010 at 12:22 PM, Matt Aimonetti wrote: > That's a really cool setup Ryan. Would you mind explaining a bit more about > what you are testing and how you ares testing? > > Thanks, > > - Matt > > > On We

Re: [MacRuby-devel] My Current UI Testing Setup

2010-06-23 Thread Matt Aimonetti
That's a really cool setup Ryan. Would you mind explaining a bit more about what you are testing and how you ares testing? Thanks, - Matt On Wed, Jun 23, 2010 at 12:15 PM, Ryan Davis wrote: > Here is my current macruby UI testing setup: > > Rakefile: > > + Has an isolate setup to pull down all

[MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
> class MiniTest::Unit > def self.run_macruby_tests > > module MiniTest::Assertions > def find_ui_menu(*path) > def find_ui_menu_items menu > def assert_ui_menu menu, *items > def find_ui_menu_item(*path) > def assert_ui_action obj, target, action, key = nil > def assert_ui_binding i

[MacRuby-devel] My Current UI Testing Setup

2010-06-23 Thread Ryan Davis
Here is my current macruby UI testing setup: Rakefile: + Has an isolate setup to pull down all my testing gems. + task build - runs xcodebuild to build a debug app + task link - runs a build and then hard links source files to build files ~/.emacs.el: + sets 'backup-by-copying-w

Re: [MacRuby-devel] calculate table row height

2010-06-23 Thread niedhui
thank you,it helps a lot On Jun 22, 2010, at 3:46 PM, Jakub Suder wrote: > One warning, it uses blocks, so if you want to use it on 10.5, you'd > have to make a few changes in it. > > JS > ___ > MacRuby-devel mailing list > [email protected]