#761: Integer 2 multiplication by self seems wrong
--+-
Reporter: ustc.li...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker
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]
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
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
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
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
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
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
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
> 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
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
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]
12 matches
Mail list logo