Projects

{1} Active Tickets (188 matches)

  • List all active tickets by priority.
  • Color each row based on priority.

Results (1 - 100 of 188)

1 2
Ticket Summary Component Version Milestone Type Owner Status Created
#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
#105 BridgeSupport can't convert KCGSessionEventTap as an argument for CGEventTapCreate MacRuby MacRuby 0.4 defect lsansonetti@… new 07/27/08
#106 Syntax error with Variadic function MacRuby MacRuby 0.4 defect lsansonetti@… new 07/28/08
#110 should support `obj.meth:val1, with:val2' syntax MacRuby MacRuby 0.4 defect lsansonetti@… new 08/19/08
#235 Problems with adding objects to scriptable applications via scripting bridge MacRuby MacRuby 0.4 defect lsansonetti@… new 03/20/09
#19 Problems with method_missing MacRuby MacRuby 0.5 defect lsansonetti@… new 03/02/08
#288 miniruby bench on 32 bit fails MacRuby MacRuby 0.5 defect lsansonetti@… new 06/29/09
#324 improve bench.rb MacRuby MacRuby 0.5 defect lsansonetti@… new 09/03/09
#354 Bundling framework in SL release build will not run on Leopard MacRuby MacRuby 0.5 defect lsansonetti@… new 09/28/09
#367 Error in color.rb MacRuby MacRuby 0.5 defect rich@… new 10/07/09
#404 Segfault with ObjectSpace#each_object MacRuby MacRuby 0.5 defect lsansonetti@… new 10/26/09
#436 Strange pair(?) of bugs (floats) MacRuby MacRuby 0.5 defect lsansonetti@… new 11/16/09
#469 Time#to_f gives wrong results on 32-bit architecture MacRuby MacRuby 0.5 defect lsansonetti@… new 11/30/09
#471 Problems with the simple-rss library MacRuby MacRuby 0.5 defect lsansonetti@… new 12/01/09
#472 built-in rss library doesn't work in HEAD MacRuby MacRuby 0.5 defect lsansonetti@… new 12/01/09
#493 signals cannot be intercepted MacRuby MacRuby 0.5 defect martinlagardette@… assigned 12/08/09
#505 ivars are not collected after they are re-assigned by an immediate value MacRuby MacRuby 0.5 defect lsansonetti@… new 12/14/09
#554 Please implement IO#read_nonblock and IO#write_nonblock MacRuby MacRuby 0.5 defect lsansonetti@… new 01/12/10
#600 hash access MacRuby MacRuby 0.6 defect lsansonetti@… new 02/03/10
#648 (TypeError) "unrecognized runtime type" when receiving a CGEventTapProxy MacRuby MacRuby 0.6 defect lsansonetti@… new 04/06/10
#663 Kernel#sprintf formatting broken on trunk MacRuby MacRuby 0.6 defect lsansonetti@… new 04/22/10
#683 rake failed for MacRuby-0.6 on Mac OS X 10.5.8 MacRuby MacRuby 0.6 defect lsansonetti@… new 05/04/10
#713 Growl is broken on MacRuby 0.6 MacRuby MacRuby 0.6 defect lsansonetti@… new 05/13/10
#406 Can't load gem grit. MacRuby MacRuby 0.7 defect lsansonetti@… new 10/27/09
#720 dynamically defined method called by menu items bug MacRuby MacRuby 0.7 defect lsansonetti@… new 05/16/10
#814 SegFault running CGI script from command line MacRuby MacRuby 0.7 defect lsansonetti@… new 07/27/10
#712 Feature Request: Add Support for C-Level Blocks MacRuby MacRuby 0.7 enhancement lsansonetti@… new 05/13/10
#66 Death by Iconv MacRuby defect lsansonetti@… new 05/29/08
#135 macgem won't install hpricot MacRuby defect lsansonetti@… new 10/02/08
#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
#576 It's possible to close STDOUT (and presumably other standard IO streams) MacRuby MacRuby 0.5 defect lsansonetti@… new 01/25/10
#815 Macrake crashes at initialization MacRuby MacRuby 0.7 defect lsansonetti@… new 07/27/10
#155 arrays can'e be changed while being enumerated MacRuby defect lsansonetti@… new 11/08/08
#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
1 2
Note: See TracReports for help on using and creating reports.