Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-08 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-08 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-08 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-08 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #61: ObjectSpace.each_object(Foo) doesn't yield subclasses

2008-12-08 Thread MacRuby
ority: blocker|Milestone: MacRuby 0.2 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by [EMAIL PROTECTED]): This seems to be b

[MacRuby-devel] [MacRuby] #176: timeout fails to raise a Timeout::Error

2008-12-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- timeout should raise a Timeout::Error with message "execution expired" when the time is up.

[MacRuby-devel] [MacRuby] #177: trunk fails to build 3-way fat depending on order of archs

2008-12-12 Thread MacRuby
: minor| Milestone: Component: MacRuby |Keywords: arch, fat -+-- For example: $ RC_ARCHS="ppc i386 x86_64" rake fails to build on trunk r766, wi

[MacRuby-devel] [MacRuby] #178: ArgumentError Exception: can't convert C/Objective-C value of type `[4d]' to Ruby object

2008-12-13 Thread MacRuby
Status: new Priority: major| Milestone: Component: MacRuby |Keywords: ArgumentError array convert -+-- Trying to use a functio

Re: [MacRuby-devel] [MacRuby] #130: require 'net/https' fails

2008-12-14 Thread MacRuby
critical | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: --+- Comment(by maar...@…): It looks like this has been fixed. I don't get this error any mor

Re: [MacRuby-devel] [MacRuby] #170: rake clean target does not delete miniruby

2008-12-15 Thread MacRuby
: MacRuby 0.4 Component: MacRuby|Keywords: ---+ Comment(by maar...@…): I attached a simple patch to make MacRuby clean up after itself a bit better. It cleans all binaries

[MacRuby-devel] [MacRuby] #179: Calling Regexp#match from ObjC in a background thread hangs

2008-12-15 Thread MacRuby
: blocker| Milestone: Component: MacRuby|Keywords: ---+ Calling this from a foreground thread works fine, but if I call Regexp#match from ObjC in a

Re: [MacRuby-devel] [MacRuby] #12: Support DYLD_FRAMEWORK_PATH for loading

2008-12-16 Thread MacRuby
|Milestone: MacRuby 1.0 Component: MacRuby | Resolution: Keywords: | -+-- Comment(by maar...@…): The attached patch makes MacRuby parse the DYLD_FRAMEWORK_PATH

[MacRuby-devel] [MacRuby] #180: -[MacRuby evaluateFileAtPath:] doesn't set __FILE__

2008-12-16 Thread MacRuby
#180: -[MacRuby evaluateFileAtPath:] doesn't set __FILE__ -+-- Reporter: dognot...@… | Owner: lsansone...@… Type: defect | Status: new Pri

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-18 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #181: hotcocoa command with Macruby 0.3, patches attached

2008-12-18 Thread MacRuby
#181: hotcocoa command with Macruby 0.3, patches attached +--- Reporter: sandor.szu...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-19 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-19 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-19 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #182: The constant lookup in MacRuby does not behave correctly

2008-12-19 Thread MacRuby
#182: The constant lookup in MacRuby does not behave correctly +--- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #182: The constant lookup in MacRuby does not behave correctly

2008-12-19 Thread MacRuby
#182: The constant lookup in MacRuby does not behave correctly +--- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #183: loop/next seg faulting

2008-12-19 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: loop next -+-- The following should work: @@@ short_enum = [1, 2, 3].to_enum long_enum = ('a'..'z').to_e

Re: [MacRuby-devel] [MacRuby] #183: loop/next seg faulting

2008-12-19 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: loop next -+-- Comment(by drnicwilli...@…): {{{ short_enum = [1, 2, 3].to_enum long_enum = ('a'..'z&#x

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-21 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #184: Cannot build trunk, test, or release. readline error...

2008-12-21 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: +--- All fail with this error: gcc -I. -I../../.ext/include/universal-darwin9.0 -I

Re: [MacRuby-devel] [MacRuby] #141: Building MacRuby 0.3 - Rake fails during openssl compilation

2008-12-22 Thread MacRuby
#141: Building MacRuby 0.3 - Rake fails during openssl compilation +--- Reporter: nucleus_...@… | Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #185: Redefining singleton methods on multiple objects at the same place

2008-12-22 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: +--- The following code causes a warning. The problem is when 2

[MacRuby-devel] [MacRuby] #186: Difference between NSObject and Object?

2008-12-22 Thread MacRuby
: critical| Milestone: Component: MacRuby |Keywords: +--- In MacRuby, NSObject and Object are supposed to be the same. However, the following

Re: [MacRuby-devel] [MacRuby] #186: Difference between NSObject and Object?

2008-12-22 Thread MacRuby
: critical| Milestone: Component: MacRuby |Keywords: +--- Comment(by vincent.isamb...@…): Note that if you do "NSObject = Objec

[MacRuby-devel] [MacRuby] #187: YAML.load and non-native classes.

2008-12-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- YAML.load goes boom when trying to load a non-native class. So String, Array etc all work. In r767 I

[MacRuby-devel] [MacRuby] #188: Using the class method `private' on a Kernel method causes an endless loop.

2008-12-23 Thread MacRuby
new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- See the test case I added in r769: http://www.macrub

[MacRuby-devel] [MacRuby] #189: Bugs with: Class#dup & Object#dup

2008-12-24 Thread MacRuby
cker | Milestone: Component: MacRuby |Keywords: -+-- Added test cases for these issues to known_bugs.rb: http://www.macruby.org/trac/changeset/770/Mac

[MacRuby-devel] [MacRuby] #190: Easily checking the upstream ruby svn revision.

2008-12-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- It would be a good thing imo if there was an easy way to check the revision of the

Re: [MacRuby-devel] [MacRuby] #190: Easily checking the upstream ruby svn revision.

2008-12-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by vincent.isamb...@…): I already did it (commited by Laurent in revision 766

Re: [MacRuby-devel] [MacRuby] #190: Easily checking the upstream ruby svn revision.

2008-12-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): Hey Vincent, I'm aware of the change you mean, but

Re: [MacRuby-devel] [MacRuby] #190: Easily checking the upstream ruby svn revision.

2008-12-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by vincent.isamb...@…): Sorry, read the message too quickly :P The Ruby

[MacRuby-devel] [MacRuby] #191: mkmf.rb try_constant fails

2008-12-26 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: mkmf.rb ---+ try_constant in mkmf fails. The test program that mkmf generates segfaults with macruby 0.4. I&#x

Re: [MacRuby-devel] [MacRuby] #191: mkmf.rb try_constant fails

2008-12-26 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: mkmf.rb ---+ Comment(by aaron.patter...@…): Also, here is the mkmf.rb line I used: try_constant('LIBXML_VE

[MacRuby-devel] [MacRuby] #192: String#length and String#size do not work correctly

2008-12-26 Thread MacRuby
Priority: critical| Milestone: Component: MacRuby |Keywords: +--- String#length and String#size return the byte size instead of the number

[MacRuby-devel] [MacRuby] #193: exec() does not work on MacRuby

2008-12-30 Thread MacRuby
#193: exec() does not work on MacRuby +--- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #194: NSOperation / NSOperationQueue#addOperation causes crash?

2009-01-01 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: NSOperation NSOperationQueue +--- The below fails wtih a segmentation fault, not sure if

[MacRuby-devel] [MacRuby] #195: NSThread causes exception/crash?

2009-01-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: NSThread +--- Maybe calling in the wrong way but this seems to fail? {{{ class AppDelegate def testit

Re: [MacRuby-devel] [MacRuby] #181: hotcocoa command with Macruby 0.3, patches attached

2009-01-04 Thread MacRuby
#181: hotcocoa command with Macruby 0.3, patches attached +--- Reporter: sandor.szu...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #195: NSThread causes exception/crash?

2009-01-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: NSThread +--- Comment(by eloy.de.en...@…): Could you please also provide the result/output? -- Ticket URL: <h

[MacRuby-devel] [MacRuby] #196: GVL is held when invoking blocking run-loop related calls

2009-01-05 Thread MacRuby
: major | Milestone: MacRuby 0.4 Component: MacRuby|Keywords: gvl lock runloop ---+ the Ruby GVL is held when using a NSRunLoop from a secondary thread. if i change my

[MacRuby-devel] [MacRuby] #197: A removed, or undefined, pure Objective-C method should raise a NoMethodError when called.

2009-01-06 Thread MacRuby
| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Currently when removing a pure Objective-C

[MacRuby-devel] [MacRuby] #198: Bug in class constant lookup.

2009-01-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- MacRuby finds namespaced classes when it shouldn't: {{{ module Namespace class Foo end en

[MacRuby-devel] [MacRuby] #199: Calling super from #respond_to? causes SystemStackError

2009-01-06 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- The following code results in a stack level too deep problem. I have added this

Re: [MacRuby-devel] [MacRuby] #198: Bug in class constant lookup.

2009-01-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by vincent.isamb...@…): Duplicate of #182 -- Ticket URL: <http://www.macruby.org/trac/tic

Re: [MacRuby-devel] [MacRuby] #182: The constant lookup in MacRuby does not behave correctly

2009-01-06 Thread MacRuby
#182: The constant lookup in MacRuby does not behave correctly +--- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #198: Bug in class constant lookup.

2009-01-06 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: duplicate Keywords: | -+-- Changes (by eloy.de.en...@…): * status: new => clo

[MacRuby-devel] [MacRuby] #200: NSCFBoolean instances compared to Ruby bools does not work as expected

2009-01-07 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- {{{ >> NSNumber.numberWithBool(true) == true =&

[MacRuby-devel] [MacRuby] #201: rb_objc_define_kvo_setter does not handle the case where the user might override the regular Ruby writer method.

2009-01-08 Thread MacRuby
| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- In my opinion, the

[MacRuby-devel] [MacRuby] #202: Implement Numeric methods on NSNumber

2009-01-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- A patch for this was provided by Jonathan Dewerd a while ago. I will apply this after I

Re: [MacRuby-devel] [MacRuby] #112: NSNumber should behave consistently regardless of how it is accessed

2009-01-08 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: duplicate Keywords: | -+-- Changes (by eloy.de.en

[MacRuby-devel] [MacRuby] #203: Marshal.dump does not serialize an Exception's backtrace

2009-01-09 Thread MacRuby
new Priority: major | Milestone: Component: MacRuby |Keywords: +--- The following code: {{{ begin raise 'test' r

[MacRuby-devel] [MacRuby] #204: Private methods redefined public are still in private_methods

2009-01-09 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: +--- All classes have a private puts method. However, if you

[MacRuby-devel] [MacRuby] #205: Incorrect list of instance methods

2009-01-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- When a class includes a module, the methods of this module appears in the

Re: [MacRuby-devel] [MacRuby] #204: Private methods redefined public are still in private_methods

2009-01-10 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: +--- Comment(by eloy.de.en...@…): Actually, it seems that this

Re: [MacRuby-devel] [MacRuby] #205: Incorrect list of instance methods

2009-01-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by eloy.de.en...@…): I think #dup is there because it was overriden for objc

Re: [MacRuby-devel] [MacRuby] #166: Bus error when installing gem

2009-01-13 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by eloy.de.en...@…): * status: new => clo

[MacRuby-devel] [MacRuby] #206: HotCocoa: Mapped methods not available in subclass

2009-01-14 Thread MacRuby
| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: hotcocoa ---+ I'm trying to build a custom NSBox in a MacRuby X-Code project. This is my code: {{{ require 

[MacRuby-devel] [MacRuby] #207: Kernel#framework calls global #copy method while loading Cocoa.

2009-01-14 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- This is something I stumbled across when playing with Rake. I have

Re: [MacRuby-devel] [MacRuby] #182: The constant lookup in MacRuby does not behave correctly

2009-01-15 Thread MacRuby
#182: The constant lookup in MacRuby does not behave correctly +--- Reporter: vincent.isamb...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #182: The constant lookup in MacRuby does not behave correctly

2009-01-15 Thread MacRuby
#182: The constant lookup in MacRuby does not behave correctly +--- Reporter: vincent.isamb...@… |Owner: lsansone...@… Type: defect | Status: closed

[MacRuby-devel] [MacRuby] #208: Making #binding public returns wrong binding.

2009-01-16 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Making the binding instance method of a class public does not return the expected binding

[MacRuby-devel] [MacRuby] #209: HotCocoa problems in trunk (with patch)

2009-01-16 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- HotCocoa does not work in the latest trunk because of the fix in the namespacing

[MacRuby-devel] [MacRuby] #210: Calling load_bridge_support_file without parameters raises NoMethodError

2009-01-17 Thread MacRuby
Priority: minor | Milestone: Component: MacRuby |Keywords: incorrect error +--- $ gen_bridge_metadata -f Security -o Security.bridgesupport $ macruby --version MacRuby version

Re: [MacRuby-devel] [MacRuby] #199: Calling super from #respond_to? causes SystemStackError

2009-01-19 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): The bug was introduced by r534. -- Ticket URL

[MacRuby-devel] [MacRuby] #211: Automatic loading of bridgesupport files with embedded MacRuby does not work.

2009-01-20 Thread MacRuby
#211: Automatic loading of bridgesupport files with embedded MacRuby does not work. -+-- Reporter: dognot...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #209: HotCocoa problems in trunk (with patch)

2009-01-20 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by eloy.de.en

Re: [MacRuby-devel] [MacRuby] #178: ArgumentError Exception: can't convert C/Objective-C value of type `[4d]' to Ruby object

2009-01-20 Thread MacRuby
Status: new Priority: major| Milestone: Component: MacRuby |Keywords: ArgumentError array convert -+-- Comment(by dognot...@…): The

[MacRuby-devel] [MacRuby] #212: Cannot map classes with the last HotCoca changes

2009-01-20 Thread MacRuby
: critical| Milestone: Component: MacRuby |Keywords: +--- HotCocoa allowed to use constant names but also classes in the call to

Re: [MacRuby-devel] [MacRuby] #212: Cannot map classes with the last HotCoca changes

2009-01-20 Thread MacRuby
Priority: critical|Milestone: Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by eloy.de.en

[MacRuby-devel] [MacRuby] #213: timer mapping with :on_action causing app to crash

2009-01-20 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- The following, with :scheduled => true OR false, causes my app to either st

Re: [MacRuby-devel] [MacRuby] #213: timer mapping with :on_action causing app to crash

2009-01-20 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by drnicwilli...@…): This is a hotcocoa ticket, but I forgot to add it to

[MacRuby-devel] [MacRuby] #214: hotcocoa timer mapping could have default :target => self

2009-01-20 Thread MacRuby
new Priority: minor| Milestone: Component: MacRuby |Keywords: hotcocoa -+-- Can we have :target => self as a default if :selector is set? -- Tick

Re: [MacRuby-devel] [MacRuby] #213: timer mapping with :on_action causing app to crash

2009-01-20 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by drnicwilli...@…): Its possible these issues are related to #212

Re: [MacRuby-devel] [MacRuby] #206: HotCocoa: Mapped methods not available in subclass

2009-01-22 Thread MacRuby
| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: hotcocoa ---+ Comment(by eloy.de.en...@…): Hey Alexander, Is this still the case for you? -- Ticket URL: <h

[MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ When using net/https, the line to create the new SSLSocket in `connect' fails in Op

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): My mistake, those references to '''@ctx''

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): Unfortunately, we now just get a bug like this somewhere in SSLS

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-25 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): The issue causing the bug was due to '''rb_fdset_t&#x

Re: [MacRuby-devel] [MacRuby] #149: String concatenation loses encoding

2009-01-25 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by cel...@…): Looks fixed in trunk at r809. -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-26 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by eloy.de.en...@…): Hi. First of all thanks for your time and effort! However, p

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-26 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): Thanks in kind. :-) This looks like a great project, would love to he

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-26 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by eloy.de.en...@…): Awesome, thanks will have a look asap. -- Ticket URL:

[MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-01-26 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ When '''fork''''s subprocess dies, it segfaults about 80% of the time (out

[MacRuby-devel] [MacRuby] #217: Pretty-Preeze wizard me up a Tiger version

2009-01-26 Thread MacRuby
| Milestone: MacRuby 0.4 Component: MacRuby |Keywords: tiger +--- Dear MacRuby Gods, I live in the cheap seats of life, and do not have the where-with-all to get

Re: [MacRuby-devel] [MacRuby] #217: Pretty-Preeze wizard me up a Tiger version

2009-01-26 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: wontfix Keywords: tiger | +--- Changes (by j...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-29 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by eloy.de.en...@…): So I had some time to look at this patch, but unfortunately I ha

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-30 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): Alright, here's a fix - I was testing the tests (!) from

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-30 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by eloy.de.en...@…): Ah I see. Well actually the tests should run from anywhere IMO,

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-01-31 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): Now that we're not launching the test externally, we need to pr

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-02-01 Thread MacRuby
major | Milestone: Component: MacRuby|Keywords: openssl ---+ Comment(by cel...@…): #218 reports on what could be causing the initialize problem - the mo

[MacRuby-devel] [MacRuby] #218: including a module which defines functions can mask functions of the same name in the including class

2009-02-01 Thread MacRuby
: new Priority: major | Milestone: Component: MacRuby|Keywords: ---+ Simple explanation: classes A and B both define methods

Re: [MacRuby-devel] [MacRuby] #218: including a module which defines functions can mask functions of the same name in the including class

2009-02-01 Thread MacRuby
: new Priority: major | Milestone: Component: MacRuby|Keywords: ---+ Comment(by cel...@…): I've been trying to git bisect

[MacRuby-devel] [MacRuby] #219: Feature: ObjC <=> Ruby Proxy interface

2009-02-03 Thread MacRuby
iority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Working with MacRuby is nice, but I saw an interesting feature of another

Re: [MacRuby-devel] [MacRuby] #219: Feature: ObjC <=> Ruby Proxy interface

2009-02-04 Thread MacRuby
iority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by jbarne...@…): Thanks for mentioning Johnson! Glad you like i

Re: [MacRuby-devel] [MacRuby] #219: Feature: ObjC <=> Ruby Proxy interface

2009-02-04 Thread MacRuby
iority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by eloy

[MacRuby-devel] [MacRuby] #220: Ruby ranges should be usable whenever an NSRange is required

2009-02-04 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: NSRange ranges +--- It seems to me that any Objective-C method that requires an NSRange should be

<    1   2   3   4   5   6   7   8   9   10   >