Projects

Custom Query (328 matches)

Filters
 
Columns

Show under each result:


Results (1 - 100 of 328)

1 2 3 4
Ticket Summary Status Owner Type Priority Milestone
#110 should support `obj.meth:val1, with:val2' syntax new lsansonetti@… defect blocker MacRuby Later
#189 Bugs with: Class#dup & Object#dup new lsansonetti@… defect blocker MacRuby Later
#197 A removed, or undefined, pure Objective-C method should raise a NoMethodError when called. new lsansonetti@… enhancement blocker MacRuby Later
#204 Private methods redefined public are still in private_methods new eloy.de.enige@… defect blocker MacRuby 1.0
#207 Kernel#framework calls global #copy method while loading Cocoa. new lsansonetti@… defect blocker MacRuby 1.0
#324 improve bench.rb new lsansonetti@… defect blocker MacRuby Later
#404 Segfault with ObjectSpace#each_object new lsansonetti@… defect blocker MacRuby Later
#422 Kernel#caller compatibilty new lsansonetti@… defect blocker MacRuby Later
#424 performance regression from ruby 1.8 and 1.9 new lsansonetti@… defect blocker MacRuby Later
#471 Problems with the simple-rss library new lsansonetti@… defect blocker MacRuby 1.0
#513 MacRuby gets confused about inheritance under certain conditions new lsansonetti@… defect blocker MacRuby 1.0
#562 Including a module into class Class or class Module new lsansonetti@… defect blocker MacRuby 1.0
#563 Retrieving the singleton class of a class seems to return Class. new lsansonetti@… defect blocker MacRuby 1.0
#572 ConditionVariable#wait should accept a timeout argument new lsansonetti@… defect blocker MacRuby Later
#574 macgem should install binaries to /usr/local/bin new eloy.de.enige@… defect blocker MacRuby 1.0
#585 FFI , attach_variable missing? new lsansonetti@… defect blocker MacRuby Later
#600 Strings and Symbols have the same Cocoa hash code new lsansonetti@… defect blocker MacRuby Later
#682 files delivered in site_ruby; should be in vendor_ruby new lsansonetti@… defect blocker MacRuby Later
#705 Have to_s() use -description new lsansonetti@… defect blocker MacRuby Later
#713 Growl is broken on MacRuby 0.6 new lsansonetti@… defect blocker MacRuby 1.0
#714 Hide certain methods on Symbol which are inherited from NSString. new mattaimonetti@… defect blocker MacRuby 1.0
#715 public_method_defined? on a metaclass doesn't work new eloy.de.enige@… defect blocker MacRuby 1.0
#718 Defining a method on class Class also defines it on Module and vice versa new eloy.de.enige@… defect blocker
#726 Methods added to String do not get added to all strings new lsansonetti@… defect blocker MacRuby Later
#733 Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called new lsansonetti@… defect blocker MacRuby 1.0
#742 Encoding is always UTF-8 (?) new lsansonetti@… defect blocker MacRuby Later
#781 Segfault on #inspect with Classes sans :allocate. new lsansonetti@… defect blocker MacRuby Later
#786 MacRuby does not finish when more exceptions is generated on same Thread almost at the same time. new lsansonetti@… defect blocker
#789 An Error does not occur when DeadLock occurred in Thread/Mutex. new lsansonetti@… defect blocker MacRuby 1.0
#791 Array#hash is broken. new lsansonetti@… defect blocker MacRuby Later
#798 Processing after Proc is not executed when use Proc in lambda, and when calls `return' in Proc. new lsansonetti@… defect blocker
#799 Abort occurs when will raise LocalJumpError with Proc. new lsansonetti@… defect blocker MacRuby 1.0
#800 MacRuby throws an exception of "LocalJumpError" when use the `yield' in Proc. new lsansonetti@… defect blocker MacRuby Later
#801 The eval is broken when calls eval with Class/Proc's binding. new lsansonetti@… defect blocker MacRuby 1.0
#812 Eval with binding is not able to retrieve local_variables new lsansonetti@… defect blocker
#827 Assertion fails when calls String#tr and String#tr! with replace string to above-mentioned "\u0000FFFF". new lsansonetti@… defect blocker MacRuby Later
#832 “Thread.abort_on_exception = true” does not raise the exception in the main thread. new lsansonetti@… defect blocker MacRuby Later
#837 Abort occurs that it is displayed "unrecognized dispatch arg node: 76 (NODE_BLOCK_PASS)". new lsansonetti@… defect blocker MacRuby Later
#842 setting $SAFE inside Proc should not override top-level $SAFE new lsansonetti@… defect blocker MacRuby 1.0
#849 MacRuby throws the exception of "Encoding::CompatibilityError" with various cases. new lsansonetti@… defect blocker
#856 String#count and #tr are broken, contain escaped '-' or '^' in those arguments. new watson1978@… defect blocker MacRuby Later
#861 Abort occurs when throws an exception within Signal handler. new lsansonetti@… defect blocker MacRuby Later
#871 Segfault occurs when access to variable within Blocks of Thread and Loop. new lsansonetti@… defect blocker MacRuby 1.0
#874 Abort occurs when calls Thread#raise / #kill when Thread#join is called in block of Thread. new lsansonetti@… defect blocker MacRuby 1.0
#875 super dispatches aren't cached new lsansonetti@… defect blocker MacRuby 1.0
#881 Abort occurs when calls Array#sort with array including Object, Using 32bit arch. new lsansonetti@… defect blocker MacRuby Later
#883 Abort occurs when calls Thread#kill, Using 32bit arch. new lsansonetti@… defect blocker MacRuby Later
#884 Abort occurs when calls Thread#value after throw an exception to a thread, Using 32bit arch. new lsansonetti@… defect blocker MacRuby Later
#896 U_REGEX_BAD_ESCAPE_SEQUENCE on unicode escape in literal regex new lsansonetti@… defect blocker MacRuby Later
#901 exception occurs when calling defined?(super) outside method block new lsansonetti@… defect blocker MacRuby Later
#903 Can't load the file when calls autoload and require. new lsansonetti@… defect blocker MacRuby 1.0
#904 Can't autoload with MultiThread. new lsansonetti@… defect blocker MacRuby Later
#937 Rescuing Interrupt doesn't work new lsansonetti@… defect blocker MacRuby Later
#939 $1, $2 ... should store the value of local scope. new lsansonetti@… defect blocker MacRuby 1.0
#948 MacRuby should match with Regexp, distinguish between '\r' and '\n'. new lsansonetti@… defect blocker MacRuby Later
#951 BridgeSupport - bug dereferencing a pointer new lsansonetti@… defect blocker MacRuby 1.0
#954 Race condition: assertion fails with IO.pipe, when checks size of String which had read from pipe. new lsansonetti@… defect blocker MacRuby Later
#976 macri not paginating output and appears to skip a lot of output new lsansonetti@… defect blocker MacRuby 1.0
#992 dynamic string in thread, in block causing a segfault new lsansonetti@… defect blocker MacRuby 0.8
#994 Grit gem acts differently in macruby vs macruby app new lsansonetti@… defect blocker MacRuby 0.7
#1016 Regular expression 'negative look-ahead' not working properly new lsansonetti@… defect blocker MacRuby Later
#1017 macgem install error: narray new lsansonetti@… defect blocker MacRuby Later
#1018 Regexp compilation error: named captures new lsansonetti@… defect blocker MacRuby 1.0
#1021 error trying to use bones with MacRuby new lsansonetti@… defect blocker
#1023 MacRuby build system should warn when it uses non-system libraries. new eloy.de.enige@… defect blocker MacRuby 1.0
#1025 Sandbox#apply! causes segfault when no argument is passed to constructor. reopened lsansonetti@… defect blocker MacRuby 1.0
#1027 Rubygems can be extremly slow new lsansonetti@… defect blocker MacRuby 1.0
#1029 Possible PDFKit bug new lsansonetti@… defect blocker
#1042 BigMath::log and BigMath:exp are broken new lsansonetti@… defect blocker
#1049 Can't get the event path from FSEventStreamCallback new lsansonetti@… defect blocker
#1056 Module method is bypassed by 'super' statement when more than one modules are extended. new lsansonetti@… defect blocker MacRuby 1.0
#1059 Segfault occurs when send #initialize_copy to already initialized class. reopened lsansonetti@… defect blocker MacRuby 0.9
#1064 Segfault occurs when use a clone object with OpenStruct. new lsansonetti@… defect blocker
#1065 Abort occurs when calls Marshal.dump with object of cloned class. new lsansonetti@… defect blocker
#1071 When combining negative look-ahead with look-behind in a regexp, macruby doesn't match correctly new lsansonetti@… defect blocker
#1082 Segfault occurs when use a alias of pretty_print_inspect without implementing pretty_print. new lsansonetti@… defect blocker
#1085 Assertion failed: ((b->flags & flags) == flags) new lsansonetti@… defect blocker
#1089 Performance: Regexp#match is slow. new lsansonetti@… defect blocker
#1091 #inspect behaves differently if class uses #init or custom #init method new lsansonetti@… defect blocker
#1094 Rspec2 gets lost in a backtrace when CRuby does not new lsansonetti@… defect blocker
#1095 Segfault on uninitialized constant in Rspec2 test new lsansonetti@… defect blocker
#1096 Operator redefinition fails (Fixnum) reopened lsansonetti@… defect blocker
#1099 macirb segfault new lsansonetti@… defect blocker MacRuby 0.9
#1100 Performance: File#read with huge file is slow. new lsansonetti@… defect blocker
#1101 Rake test tasks for minitest and rspec2 cause a segfault new lsansonetti@… defect blocker
#1102 segfault when trying const_get on unitialized constant with rspec2 new lsansonetti@… defect blocker
#1104 Segfaulting when trying to run agent sieve benchmark (threading) new lsansonetti@… defect blocker MacRuby 0.8
#1108 Can't inherit the Module. new lsansonetti@… defect blocker
#1114 Unable to use CATextLayer.font= which expects a CFTypeRef new lsansonetti@… defect blocker MacRuby 1.0
#1117 Garbage collection issues new lsansonetti@… defect blocker MacRuby 0.9
#1118 Object.instance_methods does not return the :hash or :class methods new lsansonetti@… defect blocker
#1119 Object initalize with a variable length argument shows up as a public method new lsansonetti@… defect blocker
#1126 iokit support new lsansonetti@… enhancement blocker MacRuby 1.0
#1138 Segfault when opening or Digesting a large file new lsansonetti@… defect blocker
#1144 Exception not caught when trying to mutate an NSMutableArray during iteration new lsansonetti@… defect blocker
#1148 Procs used for Cocoa callbacks are being given class objects instance of the instance of the class new lsansonetti@… defect blocker
#1151 Segfault occurs with OpenSSL::Cipher when redefined the initialize(). new lsansonetti@… defect blocker MacRuby Later
#1152 Segfault occurs with JSON when redefined the initialize(). new lsansonetti@… defect blocker MacRuby Later
#1153 segfault during define_method new lsansonetti@… defect blocker
#1157 String#slice is an order of magnitude slower on MacRuby compared to 1.9.2-p136 new lsansonetti@… defect blocker
1 2 3 4
Note: See TracQuery for help on using queries.