#772: Assertion fails with 4 bytes UTF-8.
--+-
Reporter: watson1...@… | Owner: vincent.isamb...@…
Type: defect| Status: new
Priority: blocker
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:
#696: net/ftp doesn't work
---+
Reporter: daniel.fonta...@… |Owner: pthom...@…
Type: defect | Status: closed
Priority: blocker|M
#754: TCP socket is disconnected when used IO#gets and IO#puts.
--+-
Reporter: watson1...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority:
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
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
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
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
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
#780: Segfault occurs when calls Proc after GC was executed.
--+-
Reporter: watson1...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority: blo
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
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-
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
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
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
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.
#782: Segfault occurs with exception.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker | Mi
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
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
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
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
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
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
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
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
#753: An error occurs when access to Webrick's HTTPServer.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker
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
#782: Segfault occurs with exception.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker | Mi
#781: Segfault on #inspect with Classes sans :allocate.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker
29 matches
Mail list logo