Projects

Timeline


and .

01/22/10:

22:35 Changeset [3327] by lsansonetti@…
refesh the #[] and #[]= optimizations for RubyHash
19:37 Ticket #193 (exec() does not work on MacRuby) closed by lsansonetti@…
fixed: Indeed, as of r3326 it seems to work. I also assume it's working with the …
19:32 Changeset [3326] by lsansonetti@…
vade retro satanas
18:58 Changeset [3325] by lsansonetti@…
adding some tips about the thread local collector
18:57 Changeset [3324] by lsansonetti@…
deleting unnecessary file
18:45 Changeset [3323] by lsansonetti@…
fix a const lookup bug in instance_eval, fix a deadlock when autoloading …
17:06 Changeset [3322] by ernest.prabhakar@…
Added index to Dispatch::Queue#apply specs
05:40 Ticket #574 (macgem should install binaries to /usr/local/bin) created by honglilai@…
macgem currently installs binaries to /usr/bin. This was fine when all the …
00:58 Ticket #573 (Creating a void pointer causes abort()) created by carlo@…
When creating a void pointer (Pointer.new_with_type("v")), the app …

01/21/10:

17:21 Changeset [3321] by ernest.prabhakar@…
Call rb_Integer directly instead of 'to_i'
17:07 Ticket #565 (GCD sources should return passed-in handle for handle method) closed by ernest.prabhakar@…
fixed: Fixed in r3320 Changed to allow (and return) anything that can respond to …
17:06 Changeset [3320] by ernest.prabhakar@…
Dispatch::Source accepts / returns any handler supporting to_i
16:55 Changeset [3319] by lsansonetti@…
fix a const lookup bug inside Foo::Bar modules
15:51 Ticket #572 (ConditionVariable#wait should accept a timeout argument) created by honglilai@…
Right now, ConditionVariable#wait waits forever until the condition is …
15:20 Ticket #571 (#respond_to? should return false for unimplemented methods) created by honglilai@…
MRI >= 1.9.2's #respond_to? method now returns false for unimplemented …
15:15 Ticket #570 (Some STDOUT write function doesn't handle spaces or tabs correctly or ...) created by honglilai@…
How to reproduce: […] Notice the lack of spacing between "build" and …
15:13 Ticket #569 (macrake crashes with abort trap when compiling Phusion Passenger) created by honglilai@…
How to reproduce: […] GDB backtrace: […] MacRuby trunk revision …
12:23 Changeset [3318] by ernest.prabhakar@…
Updated copyrights for 2010

01/20/10:

21:15 Changeset [3317] by lsansonetti@…
File.open: handle the given path argument as a path, not a string
19:48 Ticket #568 (MacRuby is a lot slower than 18, and in 19, in this benchmark.) created by rob@…
This isn't a bug or anything like that, but I just thought I'd report how …
17:46 Changeset [3316] by lsansonetti@…
RubyHash becomes Hash, do not hide other NSDictionary-based classes
15:49 Changeset [3315] by lsansonetti@…
introduce RubyHash, fix a lot of minor bugs, start cleaning process
15:28 Ticket #567 (macirb can't exit after trying to load a gem that doesn't exit) created by mattaimonetti@…
[…] Note that: […] Works just fine and so is: […]
15:03 Ticket #566 (MacRuby uses a ton of memory on a Shootout benchmark) created by peter@…
@lrz asked me to file this. I'm far from an expert at submitting tickets …
13:44 Changeset [3314] by eloy.de.enige@…
Revert "Make RubyGems use ‘--format-executable’ by default, so binaries …
13:32 Changeset [3313] by eloy.de.enige@…
Revert "Make RubyGems use ‘--format-executable’ by default, so binaries …
12:08 Ticket #565 (GCD sources should return passed-in handle for handle method) created by jkh@…
In this small example of a socket source: s = TCPServer.open(hostname, …
04:20 Changeset [3312] by martinlagardette@…
- Fixed the call to eval_string() in rb_eval_cmd()
00:22 Ticket #218 (including a module which defines functions can mask functions of the same ...) closed by lsansonetti@…
fixed: Closing.

01/19/10:

23:43 Ticket #564 (Scoping within nested classes is broken) created by joshua.ballanco@…
The following code throws an 'uninitialize constant: A::C::D::B' error, …
19:11 Changeset [3311] by lsansonetti@…
removing hotcocoa_template
19:10 Changeset [3310] by lsansonetti@…
removing hotcocoa_template
17:54 Changeset [3309] by ernest.prabhakar@…
Updated TODO: 2010 copyrights done
17:54 Changeset [3308] by ernest.prabhakar@…
Added newer copyright for bin files
17:54 Changeset [3307] by ernest.prabhakar@…
Added 2010 Copyrights
15:56 Changeset [3306] by ernest.prabhakar@…
Rakefile changes (unused) for including gcd_prelude
15:56 Changeset [3305] by ernest.prabhakar@…
Add gcd_prelude rdoc
15:56 Changeset [3304] by ernest.prabhakar@…
gcd_prelude spec cleanup
15:56 Changeset [3303] by ernest.prabhakar@…
gcd_prelude appears to pass all specs
15:56 Changeset [3302] by ernest.prabhakar@…
gcd_prelude specs run, but fail
15:56 Changeset [3301] by ernest.prabhakar@…
First checking of Dispatch::Queue convenience methods for Sources
13:19 Ticket #563 (Retrieving the singleton class of a class seems to return Class.) created by eloy.de.enige@…
For example: […]
13:05 Ticket #562 (Including a module into class Class or class Module) created by eloy.de.enige@…
I saw that when you open class Class and define a method, it's …
11:29 Changeset [3300] by eloy.de.enige@…
Add test_vm tests for including both a module into class Module and a …
10:54 Changeset [3299] by eloy.de.enige@…
Add test_vm test for including a module into class Module.
10:25 Changeset [3298] by eloy.de.enige@…
Add test_vm test for including a module into class Class.

01/18/10:

20:36 Changeset [3297] by neeracher@…
Made dump_stream_tags test pass by fixing overdetermined test
20:30 Changeset [3296] by neeracher@…
parse() needs to implement a YamlNode representation
20:29 Changeset [3295] by neeracher@…
Added tags for failing Dispatch::Source tests
18:55 Ticket #561 (serialization/archiving of ruby and obj-c objects) created by mattaimonetti@…
In Ruby archiving is done using the Marshal class, while in Cocoa, the …
17:55 Changeset [3294] by neeracher@…
Fix typo (picky, picky)
14:55 Ticket #557 (Ruby exceptions aren't catched when calling at_exit block) closed by lsansonetti@…
fixed: Should be fixed by r3293
14:55 Changeset [3293] by lsansonetti@…
call at_exit blocks within exception handlers
11:56 Changeset [3292] by ernest.prabhakar@…
Mark GCD API as final
05:15 Changeset [3291] by eloy.de.enige@…
Make the majority of the specs run again by commenting regexps with escape …
03:49 Ticket #560 (__method__ and __callee__ always return nil) created by lastobelus@…
I'm not sure whether these have not been implemented or whether this is a …
Note: See TracTimeline for information about the timeline view.