Projects

{8} Active Tickets, Mine first (175 matches)

  • List all active tickets by priority.
  • Show all tickets owned by the logged in user in a group first.

Results (1 - 100 of 175)

1 2

Active Tickets (100 matches)

Ticket Summary Component Version Milestone Type Owner Status Created
#718 Defining a method on class Class also defines it on Module and vice versa MacRuby defect eloy.de.enige@… new 05/14/10
#714 Hide certain methods on Symbol which are inherited from NSString. MacRuby defect eloy.de.enige@… new 05/14/10
#795 macirb: GCD inconsistently copies local variables inside blocks MacRuby defect eloy.de.enige@… new 07/15/10
#715 public_method_defined? on a metaclass doesn't work MacRuby defect eloy.de.enige@… new 05/14/10
#574 macgem should install binaries to /usr/local/bin MacRuby defect eloy.de.enige@… new 01/22/10
#382 undefined constants in Snow Leopard MacRuby defect lsansonetti@… new 10/12/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
#585 FFI , attach_variable missing? MacRuby defect lsansonetti@… new 02/01/10
#626 macruby fails Class.class_eval in macruby but not in 1.8 & 1.9? MacRuby defect lsansonetti@… new 02/26/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
#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
#726 Methods added to String do not get added to all strings MacRuby defect lsansonetti@… new 05/21/10
#733 Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called MacRuby defect lsansonetti@… new 05/31/10
#742 Encoding is always UTF-8 (?) MacRuby defect lsansonetti@… new 06/08/10
#762 Some regexp returns "compilation error: U_REGEX_RULE_SYNTAX". MacRuby defect lsansonetti@… new 06/25/10
#769 String::ord with packed array in MacRuby MacRuby defect lsansonetti@… new 06/30/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
#791 Array#hash is broken. MacRuby defect lsansonetti@… new 07/14/10
#794 `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22) MacRuby defect lsansonetti@… reopened 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
#812 Eval with binding is not able to retrieve local_variables MacRuby defect lsansonetti@… new 07/25/10
#823 ActiveSupport 3 RC1 Not working MacRuby defect lsansonetti@… new 08/04/10
#827 Assertion fails when calls String#tr and String#tr! with replace string to above-mentioned "\u0000FFFF". MacRuby defect lsansonetti@… new 08/05/10
#828 A NameError, raised from evalling, gets the wrong constant name. MacRuby defect lsansonetti@… new 08/05/10
#829 Retrieving a list of local variables from a Binding instance fails MacRuby defect lsansonetti@… new 08/05/10
#831 Received request header with Webrick HTTPD is broken after GC is executed. MacRuby defect lsansonetti@… new 08/05/10
#832 “Thread.abort_on_exception = true” does not raise the exception in the main thread. MacRuby defect lsansonetti@… new 08/06/10
#834 Inspecting a string with multibyte characters from an application prints escaped characters MacRuby defect lsansonetti@… new 08/07/10
#837 Abort occurs that it is displayed "unrecognized dispatch arg node: 76 (NODE_BLOCK_PASS)". MacRuby defect lsansonetti@… new 08/09/10
#842 setting $SAFE inside Proc should not override top-level $SAFE MacRuby defect lsansonetti@… new 08/10/10
#843 Can't load the same files with MultiThread at the same time. MacRuby defect lsansonetti@… new 08/10/10
#849 MacRuby throws the exception of "Encoding::CompatibilityError" with various cases. MacRuby defect lsansonetti@… new 08/11/10
#856 String#count and #tr are broken, contain escaped '-' or '^' in those arguments. MacRuby defect lsansonetti@… new 08/18/10
#858 "rake spec:ci" crashes. MacRuby defect lsansonetti@… new 08/19/10
#860 Assertion fails in pop_current_exception when catch/throw used in rescue MacRuby defect lsansonetti@… new 08/19/10
#861 Abort occurs when throws an exception within Signal handler. MacRuby defect lsansonetti@… new 08/20/10
#862 [BUG] ERROR(VpDivd): space for remainder too small MacRuby defect lsansonetti@… new 08/20/10
#871 Segfault occurs when access to variable within Blocks of Thread and Loop. MacRuby defect lsansonetti@… new 08/23/10
#874 Abort occurs when calls Thread#raise / #kill when Thread#join is called in block of Thread. MacRuby defect lsansonetti@… new 08/23/10
#875 super dispatches aren't cached MacRuby defect lsansonetti@… new 08/23/10
#881 Abort occurs when calls Array#sort with array including Object, Using 32bit arch. MacRuby defect lsansonetti@… new 08/30/10
#883 Abort occurs when calls Thread#kill, Using 32bit arch. MacRuby defect lsansonetti@… new 08/30/10
#884 Abort occurs when calls Thread#value after throw an exception to a thread, Using 32bit arch. MacRuby defect lsansonetti@… new 08/30/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
#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
#670 A more idiomatic rb_main for MacRuby applications MacRuby enhancement lsansonetti@… new 05/02/10
#204 Private methods redefined public are still in private_methods MacRuby defect lsansonetti@… new 01/09/09
#207 Kernel#framework calls global #copy method while loading Cocoa. MacRuby defect lsansonetti@… new 01/14/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
#47 Cannot pass a :symbol directly as a named parameter MacRuby defect lsansonetti@… new 04/07/08
#301 minor correction to Overview page MacRuby defect lsansonetti@… new 07/30/09
#429 Floating point comparison MacRuby defect lsansonetti@… new 11/10/09
#189 Bugs with: Class#dup & Object#dup MacRuby defect lsansonetti@… new 12/24/08
#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
#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
#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
#876 EXC_BAD_ACCESS using IOBluetooth MacRuby defect lsansonetti@… new 08/25/10
#576 It's possible to close STDOUT (and presumably other standard IO streams) MacRuby MacRuby 0.5 defect lsansonetti@… new 01/25/10
#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
#253 Fibers are unsupported MacRuby defect lsansonetti@… new 05/14/09
#330 forwardingTargetForSelector not working properly in Objective-C classes loaded in MR MacRuby defect lsansonetti@… new 09/09/09
1 2
Note: See TracReports for help on using and creating reports.