Re: [MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-09 Thread MacRuby
#772: Assertion fails with 4 bytes UTF-8. --+- Reporter: watson1...@… | Owner: vincent.isamb...@… Type: defect| Status: new Priority: blocker

Re: [MacRuby-devel] testing?

2010-07-09 Thread Jordan K. Hubbard
I'm a sucker for trolls. ;-) On Jul 9, 2010, at 4:37 PM, Matt Aimonetti wrote: > Jordan, Ryan was talking about Cocoa developers writing tests. He was > trolling a little bit to get replies and it seems like it worked ;) > > - Matt > > On Fri, Jul 9, 2010 at 3:03 PM, Jordan K. Hubbard wrote:

Re: [MacRuby-devel] [MacRuby] #696: net/ftp doesn't work

2010-07-09 Thread MacRuby
#696: net/ftp doesn't work ---+ Reporter: daniel.fonta...@… |Owner: pthom...@… Type: defect | Status: closed Priority: blocker|M

Re: [MacRuby-devel] [MacRuby] #754: TCP socket is disconnected when used IO#gets and IO#puts.

2010-07-09 Thread MacRuby
#754: TCP socket is disconnected when used IO#gets and IO#puts. --+- Reporter: watson1...@… |Owner: lsansone...@… Type: defect| Status: closed Priority:

Re: [MacRuby-devel] testing?

2010-07-09 Thread Ryan Davis
On Jul 9, 2010, at 15:03 , Jordan K. Hubbard wrote: > On Jul 9, 2010, at 12:05 PM, Ryan Davis wrote: > >> So are you guys not testing your macruby code? I was hoping that the ruby >> community would bring the testing culture to the cocoa world and make it a >> better place. Having gotten no fe

Re: [MacRuby-devel] testing?

2010-07-09 Thread Ryan Davis
On Jul 9, 2010, at 13:29 , Watson wrote: > Hi. > > I use the unit test of Ruby1.9.2 RC1 and test MacRuby itself :D > > - http://github.com/Watson1978/test-macruby > - http://github.com/Watson1978/test-macruby/downloads cheater. :P ___ MacRuby-devel

Re: [MacRuby-devel] testing?

2010-07-09 Thread Ryan Davis
On Jul 9, 2010, at 12:47 , steve ross wrote: > iCuke seems promising, but it is for iPhone dev > [http://github.com/unboxed/icuke]. Probably could be repurposed for general > Cocoa development. Bacon works, but I've found it more helpful for unit tests > -- headless testing. In an automated se

Re: [MacRuby-devel] testing?

2010-07-09 Thread Matt Aimonetti
Jordan, Ryan was talking about Cocoa developers writing tests. He was trolling a little bit to get replies and it seems like it worked ;) - Matt On Fri, Jul 9, 2010 at 3:03 PM, Jordan K. Hubbard wrote: > > On Jul 9, 2010, at 12:05 PM, Ryan Davis wrote: > > > So are you guys not testing your mac

Re: [MacRuby-devel] testing?

2010-07-09 Thread Jordan K. Hubbard
On Jul 9, 2010, at 12:05 PM, Ryan Davis wrote: > So are you guys not testing your macruby code? I was hoping that the ruby > community would bring the testing culture to the cocoa world and make it a > better place. Having gotten no feedback/suggestions whatsoever on my testing > setup has me

Re: [MacRuby-devel] [MacRuby] #780: Segfault occurs when calls Proc after GC was executed.

2010-07-09 Thread MacRuby
#780: Segfault occurs when calls Proc after GC was executed. --+- Reporter: watson1...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: blo

Re: [MacRuby-devel] testing?

2010-07-09 Thread Watson
Hi. I use the unit test of Ruby1.9.2 RC1 and test MacRuby itself :D - http://github.com/Watson1978/test-macruby - http://github.com/Watson1978/test-macruby/downloads 2010/7/10 Ryan Davis : > So are you guys not testing your macruby code? I was hoping that the ruby > community would bring the

Re: [MacRuby-devel] testing?

2010-07-09 Thread Geoff Garside
Same, its a lot more pleasant than using SenTest though it does make it harder to play through memory issues. Geoff On 9 Jul 2010, at 20:26, Louis-Philippe wrote: > I have a project for which I use Bacon, but it is to test a cocoa framework... > > like: > > http://www.macruby.org/recipes/tdd-

Re: [MacRuby-devel] testing?

2010-07-09 Thread steve ross
iCuke seems promising, but it is for iPhone dev [http://github.com/unboxed/icuke]. Probably could be repurposed for general Cocoa development. Bacon works, but I've found it more helpful for unit tests -- headless testing. In an automated sense, like 'rake test', there just isn't an analogous b

Re: [MacRuby-devel] Ticket #753

2010-07-09 Thread Laurent Sansonetti
Hi Alexander, We will try to fix the webrick problems in the upcoming release, but I wouldn't recommend using webrick for anything serious. We are working on a web server for MacRuby. It is called ControlTower and the project lives in http://svn.macosforge.org/repository/ruby/ControlTower It's

Re: [MacRuby-devel] testing?

2010-07-09 Thread Louis-Philippe
I have a project for which I use Bacon, but it is to test a cocoa framework... like: http://www.macruby.org/recipes/tdd-in-objective-c-with-macruby.html 2010/7/9 Ryan Davis > So are you guys not testing your macruby code? I was hoping that the ruby > community would bring the testing culture t

[MacRuby-devel] testing?

2010-07-09 Thread Ryan Davis
So are you guys not testing your macruby code? I was hoping that the ruby community would bring the testing culture to the cocoa world and make it a better place. Having gotten no feedback/suggestions whatsoever on my testing setup has me a bit wary.

Re: [MacRuby-devel] [MacRuby] #782: Segfault occurs with exception.

2010-07-09 Thread MacRuby
#782: Segfault occurs with exception. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Mi

Re: [MacRuby-devel] Debugging MacRuby?

2010-07-09 Thread Alexander v. Below
Thank you very much for the debugging instructions! Also, thank you very much for giving me an idea about the difficulty of that issue... indeed, I probably underestimated the issue (but after reading some source code, I already had second thoughts). However, if there is anything that you would

Re: [MacRuby-devel] Debugging MacRuby?

2010-07-09 Thread Thibault Martin-Lagardette
Hi! I'm not sure exactly why you are having these problems, but I'll show you how we usually do debugging. Please note, however, that the current problem seems to be a very know issue, where we sometimes have a threading problem (the assertion is always the same). It's a very, very tricky bug t

[MacRuby-devel] Debugging MacRuby?

2010-07-09 Thread Alexander v. Below
Hello, dear list, allow me another stupid question: I want to go into MacRuby's guts, and throw gdb at it. Attempting to look at issue #753, I did the naive thing: % gdb macruby (gdb) break dispatcher.cpp:1343 The answer here was: "No symbol table is loaded. Use the "file" command. Make brea

Re: [MacRuby-devel] llvm-config?

2010-07-09 Thread Watson
Sorry. Is Intel Core Duo a 32bit arch? So, please build only 32bit. Build a LLVM: $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386" Build a MacRuby: $ RC_ARCHS=i386 rake 2010/7/9 Watson : > It might be good to build only 64bit.  :) > > Build a LLVM: >  $ env UNIVERSAL=1 UNIVERSAL_ARCH="x86_64

Re: [MacRuby-devel] llvm-config?

2010-07-09 Thread Watson
It might be good to build only 64bit. :) Build a LLVM: $ env UNIVERSAL=1 UNIVERSAL_ARCH="x86_64" Build a MacRuby: $ RC_ARCHS=x86_64 rake 2010/7/9 Alexander v. Below : > make fails :( > > llvm[2]: Linking Release executable tblgen (without symbols) > Undefined symbols for architecture i3

Re: [MacRuby-devel] llvm-config?

2010-07-09 Thread Alexander v. Below
make fails :( llvm[2]: Linking Release executable tblgen (without symbols) Undefined symbols for architecture i386: "llvm::sys::MemoryFence()", referenced from: llvm::cl::extrahelp::extrahelp(char const*)in libLLVMSupport.a(CommandLine.o) llvm::cl::extrahelp::extrahelp(char const*)in

Re: [MacRuby-devel] llvm-config?

2010-07-09 Thread Watson
Hi. Would you install LLVM as following? :D $ svn co -r 106781 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk $ cd llvm-trunk $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ ./configure --enable-bindings=none --enable-optimized --with-llvmgccdir=/tmp

[MacRuby-devel] llvm-config?

2010-07-09 Thread Alexander v. Below
Hello, I am attempting to build MacRuby-trunk (rev 4338), and when I call rake I get the error: "The llvm-config executable was not located as /usr/local/bin/llvm-config. Please make sure LLVM is correctly installed on your machine and pass the llvm_config option to rake if necessary." Can I

Re: [MacRuby-devel] [MacRuby] #753: An error occurs when access to Webrick's HTTPServer.

2010-07-09 Thread MacRuby
#753: An error occurs when access to Webrick's HTTPServer. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker

[MacRuby-devel] Ticket #753

2010-07-09 Thread Alexander v. Below
Hello, we are using MacRuby to run a Webrick server, and I would like to know if there is any help I can offer with issue 753. (1) I will gladly dive into the source, but it would make things a lot easier if somebody -- who knows the project better than me -- had a suspicion where I should loo

[MacRuby-devel] [MacRuby] #782: Segfault occurs with exception.

2010-07-09 Thread MacRuby
#782: Segfault occurs with exception. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Mi

[MacRuby-devel] [MacRuby] #781: Segfault on #inspect with Classes sans :allocate.

2010-07-09 Thread MacRuby
#781: Segfault on #inspect with Classes sans :allocate. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker