|
#189
|
Bugs with: Class#dup & Object#dup
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/24/08
|
|
#204
|
Private methods redefined public are still in private_methods
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/09/09
|
|
#206
|
HotCocoa: Mapped methods not available in subclass
|
MacRuby
|
|
defect
|
rich@…
|
new
|
01/14/09
|
|
#207
|
Kernel#framework calls global #copy method while loading Cocoa.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/14/09
|
|
#248
|
HotCocoa Graphics - creates corrupt PDF files
|
MacRuby
|
|
defect
|
rich@…
|
new
|
04/28/09
|
|
#265
|
'include' on 'class Class' doesn't define methods on future classes
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/26/09
|
|
#371
|
Module methods included in the class Module are not visible to other classes.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
10/09/09
|
|
#382
|
undefined constants in Snow Leopard
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
10/12/09
|
|
#415
|
Crash with "Call result #2 has unhandled type" trying to display a window
|
MacRuby
|
|
defect
|
rich@…
|
new
|
11/01/09
|
|
#422
|
Kernel#caller compatibilty
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
11/03/09
|
|
#424
|
performance regression from ruby 1.8 and 1.9
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
11/05/09
|
|
#513
|
MacRuby gets confused about inheritance under certain conditions
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/17/09
|
|
#520
|
Confusion in data type names for Core OpenGL
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/24/09
|
|
#562
|
Including a module into class Class or class Module
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/19/10
|
|
#563
|
Retrieving the singleton class of a class seems to return Class.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/19/10
|
|
#572
|
ConditionVariable#wait should accept a timeout argument
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/21/10
|
|
#574
|
macgem should install binaries to /usr/local/bin
|
MacRuby
|
|
defect
|
eloy.de.enige@…
|
new
|
01/22/10
|
|
#585
|
FFI , attach_variable missing?
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/01/10
|
|
#618
|
Range#each problem with Infinity
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/17/10
|
|
#626
|
macruby fails Class.class_eval in macruby but not in 1.8 & 1.9?
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/26/10
|
|
#631
|
soap4r is not working for me
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
03/12/10
|
|
#657
|
Calling super without args results in an ArgumentError in specific situations
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
04/19/10
|
|
#664
|
MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
04/22/10
|
|
#682
|
files delivered in site_ruby; should be in vendor_ruby
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/04/10
|
|
#705
|
Have to_s() use -description
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/10/10
|
|
#714
|
Hide certain methods on Symbol which are inherited from NSString.
|
MacRuby
|
|
defect
|
eloy.de.enige@…
|
new
|
05/14/10
|
|
#715
|
public_method_defined? on a metaclass doesn't work
|
MacRuby
|
|
defect
|
eloy.de.enige@…
|
new
|
05/14/10
|
|
#717
|
Including a module into class Object makes it impossible to override methods, from modules, in class Class or class Module
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/14/10
|
|
#718
|
Defining a method on class Class also defines it on Module and vice versa
|
MacRuby
|
|
defect
|
eloy.de.enige@…
|
new
|
05/14/10
|
|
#726
|
Methods added to String do not get added to all strings
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/21/10
|
|
#727
|
re.h header missing
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/22/10
|
|
#733
|
Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/31/10
|
|
#741
|
All character encoding of the string become UTF-8 when use force_encoding.
|
MacRuby
|
|
defect
|
vincent.isambart@…
|
new
|
06/08/10
|
|
#742
|
Encoding is always UTF-8 (?)
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/08/10
|
|
#760
|
block arg in NSWorkspace#recycleURLs completionHandler: is not specified properly
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/22/10
|
|
#762
|
Some regexp returns "compilation error: U_REGEX_RULE_SYNTAX".
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/25/10
|
|
#763
|
HotCocoa does not work with MacRuby Trunk.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/27/10
|
|
#766
|
Problems building "any" revision of trunk
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/29/10
|
|
#769
|
String::ord with packed array in MacRuby
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/30/10
|
|
#772
|
Assertion fails with 4 bytes UTF-8.
|
MacRuby
|
|
defect
|
vincent.isambart@…
|
new
|
07/06/10
|
|
#781
|
Segfault on #inspect with Classes sans :allocate.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/09/10
|
|
#782
|
Segfault occurs with exception.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/09/10
|
|
#786
|
MacRuby does not finish when more exceptions is generated on same Thread almost at the same time.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/13/10
|
|
#789
|
An Error does not occur when DeadLock occurred in Thread/Mutex.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/13/10
|
|
#790
|
Exception is not generated when calls Thread.stop with only one thread.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/13/10
|
|
#791
|
Array#hash is broken.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/14/10
|
|
#792
|
Hash#delete while iterating is broken.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/15/10
|
|
#793
|
Iterator is executed more when calls Hash#shift in Hash's Iterator.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/15/10
|
|
#794
|
`pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/15/10
|
|
#798
|
Processing after Proc is not executed when use Proc in lambda, and when calls `return' in Proc.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/16/10
|
|
#799
|
Abort occurs when will raise LocalJumpError with Proc.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/16/10
|
|
#800
|
MacRuby throws an exception of "LocalJumpError" when use the `yield' in Proc.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/17/10
|
|
#801
|
The eval is broken when calls eval with Class/Proc's binding.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/17/10
|
|
#802
|
Assertion or Segfault occurs when calls the Zlib::Deflate.deflate.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/20/10
|
|
#812
|
Eval with binding is not able to retrieve local_variables
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/25/10
|
|
#197
|
A removed, or undefined, pure Objective-C method should raise a NoMethodError when called.
|
MacRuby
|
|
enhancement
|
lsansonetti@…
|
new
|
01/06/09
|
|
#211
|
Automatic loading of bridgesupport files with embedded MacRuby does not work.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/20/09
|
|
#238
|
rdoc memleaks & segfaults when installing gems
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
03/28/09
|
|
#530
|
Net::SSH doesn't work with MacRuby
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/30/09
|
|
#594
|
Not all methods visible to objective-c calls
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/02/10
|
|
#676
|
MacRuby 0.6 requires g++ 4.2 in Leopard
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/03/10
|
|
#795
|
GCD inconsistently copies local variables inside blocks
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/15/10
|
|
#147
|
HotCocoa failed to run on OSX 1.0.5.4 PPC arch
|
MacRuby
|
|
defect
|
rich@…
|
new
|
10/25/08
|
|
#174
|
Allow embedding of arbitrary versions of MacRuby
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/03/08
|
|
#176
|
timeout fails to raise a Timeout::Error
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/09/08
|
|
#203
|
Marshal.dump does not serialize an Exception's backtrace
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/09/09
|
|
#213
|
timer mapping with :on_action causing app to crash
|
MacRuby
|
|
defect
|
rich@…
|
new
|
01/20/09
|
|
#236
|
Array.pack bug
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
03/23/09
|
|
#253
|
Fibers are unsupported
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/14/09
|
|
#300
|
HotCocoa toolbar doesn't always honour ordering of items
|
MacRuby
|
|
defect
|
rich@…
|
new
|
07/21/09
|
|
#330
|
forwardingTargetForSelector not working properly in Objective-C classes loaded in MR
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
09/09/09
|
|
#336
|
NoMethodError with shoulda tests
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
09/16/09
|
|
#352
|
macirb does not eval UTF-String
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
09/27/09
|
|
#430
|
MacRuby does not reap processes started with popen
|
MacRuby
|
|
defect
|
martinlagardette@…
|
new
|
11/11/09
|
|
#470
|
String comparison issues hotcocoa project
|
MacRuby
|
|
defect
|
rich@…
|
new
|
11/30/09
|
|
#527
|
Segmentation fault when stack overflows
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/29/09
|
|
#542
|
Attempt to unlock a mutex which is not locked (ThreadError)
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/08/10
|
|
#584
|
BigMath.sqrt always returns NaN
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
01/31/10
|
|
#586
|
"macgem build" fails.
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/01/10
|
|
#611
|
Error decoding JSON floating point number
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/08/10
|
|
#619
|
Constant scope in a block is determined at run-time?
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
02/18/10
|
|
#633
|
Segmentation fault using Net::SMTP on background thread
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
03/19/10
|
|
#668
|
Newlines and carriage returns cause erroneous matches in StringScanner
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
04/28/10
|
|
#694
|
framework 'Cocoa' in macirb crashes 0.6, 0.7
|
MacRuby
|
|
defect
|
lsansonetti@…
|
reopened
|
05/06/10
|
|
#704
|
Singleton bug with define_method
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/10/10
|
|
#709
|
Different behaviour when including a module into Class in MacRuby vs Ruby 1.9.2
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/13/10
|
|
#721
|
Compiled ruby files return incorrect values for __FILE__
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/18/10
|
|
#723
|
nsset + bindings error
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
05/19/10
|
|
#737
|
Unpack inconsistencies (possibly related to issue #605?)
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/03/10
|
|
#757
|
NSProgressIndicator takes 100% CPU
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/22/10
|
|
#783
|
Patch for builder.rb error: invalid byte sequence in US-ASCII
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/10/10
|
|
#796
|
Dispatch::Queue.main created with a different Queue class?!?
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/15/10
|
|
#804
|
Constant lookup fails in instance_eval of a singleton class
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/22/10
|
|
#806
|
bundler does not work due to missing Gem::Specification::MatchPlatform
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/22/10
|
|
#818
|
NSBitmapImageRep#bitmapData returns empty String
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
07/30/10
|
|
#190
|
Easily checking the upstream ruby svn revision.
|
MacRuby
|
|
enhancement
|
lsansonetti@…
|
new
|
12/24/08
|
|
#220
|
Ruby ranges should be usable whenever an NSRange is required
|
MacRuby
|
|
enhancement
|
lsansonetti@…
|
new
|
02/04/09
|
|
#435
|
Too many calls to NSObject initialize
|
MacRuby
|
|
enhancement
|
lsansonetti@…
|
new
|
11/16/09
|
|
#81
|
Enumerable::Enumerator seems to be broken
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
06/21/08
|
|
#177
|
trunk fails to build 3-way fat depending on order of archs
|
MacRuby
|
|
defect
|
lsansonetti@…
|
new
|
12/12/08
|