Projects

Timeline


and .

08/26/09:

23:25 Ticket #317 (Readline.readline is private/NME) created by kamal.fariz@…
While checking out Lyndon  http://github.com/defunkt/lyndon/tree/master, I …
19:17 Changeset [2396] by lsansonetti@…
testing thread cancelability is all loops wasn't a bright idea
18:51 Changeset [2395] by lsansonetti@…
do not assume that the input is always a ByteString (since the IO could be …
18:51 Changeset [2394] by lsansonetti@…
optimized rb_num_coerce_bin() calls + optimized complex.c to use the new …
14:59 Ticket #311 (ERB experiencing string buffer corruption of some sort) closed by lsansonetti@…
fixed: Looks like the problem has been fixed in trunk. […]
14:56 Ticket #287 (Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... ...) closed by lsansonetti@…
fixed: Should be fixed in trunk. […]
14:51 Ticket #239 (NSXML classes cannot be modified properly) closed by lsansonetti@…
fixed: Seems to be fixed in trunk. […]
14:48 Ticket #196 (GVL is held when invoking blocking run-loop related calls) closed by lsansonetti@…
fixed: This problem should not appear with trunk. Let us know if it causes …
14:43 Changeset [2393] by lsansonetti@…
return nil as the internal encoding (as a temporary measure)
14:07 Ticket #134 (require 'rexml/document' fails) closed by lsansonetti@…
fixed: I confirm that it's working with trunk. Not sure if the rest of REXML is …
14:04 Ticket #150 (invalid strings with IO.pipe and readline) closed by lsansonetti@…
fixed: Seems to be fixed in trunk. […]
13:48 Ticket #186 (Difference between NSObject and Object?) closed by lsansonetti@…
fixed: Should be fixed in trunk. […]
13:45 Ticket #115 (macruby doesn't work with multibyte characters and -e) closed by lsansonetti@…
fixed: Should be fixed in trunk. […]
13:41 Ticket #227 (Using a block's binding causes segfault) closed by lsansonetti@…
fixed: Should be fixed in trunk. […]
13:40 Ticket #98 (ZLib library is SEGV'ing) closed by lsansonetti@…
fixed: Fixed in trunk.
13:38 Ticket #234 (Backticks segfaults occasionally) closed by lsansonetti@…
fixed: This should be fixed in trunk.
13:36 Ticket #249 (Attempting to modify instances of NSString or NSArray causes crash) closed by lsansonetti@…
fixed: Definitely fixed in trunk. […]
13:31 Ticket #185 (Redefining singleton methods on multiple objects at the same place) closed by lsansonetti@…
fixed: It seems that trunk doesn't raise any warning anymore. […] I ran the …
13:28 Ticket #298 (macirb loses track of local variables) closed by lsansonetti@…
fixed: This should be fixed in trunk since a few weeks. There are still a couple …
13:27 Ticket #255 (NSArray.new(["elem"]) segfaults) closed by lsansonetti@…
fixed: Doesn't seem to crash anymore with trunk. […] The exception is …
13:26 Ticket #293 (Object.methods in macirb returns crazy results) reopened by mattaimonetti@…
Laurent says it's a problem with Array#inspect and he knows what the …
13:25 Ticket #293 (Object.methods in macirb returns crazy results) closed by mattaimonetti@…
fixed: […]
13:16 Changeset [2392] by lsansonetti@…
clear the load path to make sure we will not require any C extension …
13:15 Changeset [2391] by lsansonetti@…
adding the etc specs to the library suite, they all pass but one (because …
13:14 Changeset [2390] by lsansonetti@…
ported the etc extension to the new runtime and added it to the build
12:35 Ticket #313 ("sudo rake install" fails with ArgumentError) closed by mattaimonetti@…
fixed: This should be fixed now.
12:34 Ticket #291 (Time.parse doesn't work in experimental) closed by mattaimonetti@…
fixed: fixed
12:33 Ticket #289 (macgem error "uninitialized constant Gem::Marshal (NameError)") closed by mattaimonetti@…
invalid: marshal has been partially implemented, however some other std libs are …
04:44 Changeset [2389] by vincent.isambart@…
added support for "else" in begin rescue blocks

08/25/09:

21:47 Changeset [2388] by lsansonetti@…
optimized some parts of Numeric to use the new VM primitives
20:12 Changeset [2387] by lsansonetti@…
hacked a few things for performance purpose
20:11 Changeset [2386] by lsansonetti@…
optimized #kind_of? to only lookup included modules if necessary
20:10 Changeset [2385] by lsansonetti@…
optimized the various methods by using the new VM primitives
20:10 Changeset [2384] by lsansonetti@…
rb_ary_new3(): a little optimization
18:36 Changeset [2383] by lsansonetti@…
mention rb_objc_define_module_function()
18:35 Changeset [2382] by lsansonetti@…
introduce rb_objc_define_module_function() which mimics the ruby spec
18:34 Changeset [2381] by lsansonetti@…
remove unnecessary tags
16:44 Changeset [2380] by lsansonetti@…
removed unnecessary tags
16:44 Changeset [2379] by lsansonetti@…
implemented module_function as a scope + fixed a couple of eval-related …
14:12 Changeset [2378] by lsansonetti@…
remove more unnecessary tags
14:12 Changeset [2377] by lsansonetti@…
Hash#initialize: check if receiver can be modified
14:09 Changeset [2376] by lsansonetti@…
remove more unnecessary tags
14:08 Changeset [2375] by lsansonetti@…
fixed Module#method_defined?
13:34 Changeset [2374] by lsansonetti@…
Hash#initialize_copy/replace: check if receiver can be modified
13:25 Changeset [2373] by lsansonetti@…
removed unnecessary tags
13:19 Changeset [2372] by lsansonetti@…
removed unnecessary tags
13:18 Changeset [2371] by lsansonetti@…
make sure we return the result of #method_missing when calling a private …
13:18 Changeset [2370] by lsansonetti@…
BasicObject: added singleton_method_added, singleton_method_removed, …

08/24/09:

22:23 Changeset [2369] by rich@…
fix class scoping issues
22:17 Changeset [2368] by rich@…
move classes outside of the custom_methods
21:49 Changeset [2367] by rich@…
load fountaion
21:44 Changeset [2366] by rich@…
refer to Layout classes within HotCocoa module
21:01 Ticket #316 (Constant missing exception when running macrake deploy in a hotcocoa ...) created by isaackearse@…
To reproduce this issue create a boiler plate hotcocoa project and cd into …
21:01 Ticket #169 ([HotCocoa] status_item mapping doesn't appear to work) closed by rich@…
fixed: applied the patch
21:00 Changeset [2365] by rich@…
fix ticket #169
20:38 Changeset [2364] by lsansonetti@…
fix for < rdar://problem/7154963> NSNumber objects in NSDictionaries don't …
19:35 Changeset [2363] by lsansonetti@…
fixing bugs in instance_eval & friends + fixed some specs so that they …
05:34 Ticket #315 (MacRuby-trunk interferes with macports' llvm-devel) closed by eloy.de.enige@…
invalid: Using LLVM from macports is not supported, please see the README.rdoc on …
05:19 Ticket #315 (MacRuby-trunk interferes with macports' llvm-devel) created by roberto@…
I'm using macports on this mbp running 10.5.8 and have installed a …

08/23/09:

19:40 Changeset [2362] by lsansonetti@…
rewrote 2 specs so that they pass under both 1.8 and 1.9 (because const …
18:32 Changeset [2361] by lsansonetti@…
exposing an API to control the multithreaded state, that will be very …
17:45 Changeset [2360] by lsansonetti@…
forgot to commit this tags file
14:01 Ticket #314 (Please add experimental branch to git repository) closed by lsansonetti@…
invalid: trunk builds and works under SL. The experimental branch is not under …
13:52 Ticket #314 (Please add experimental branch to git repository) created by nuthatch@…
Given the current trunk doesn't build/work under SL, could you please …
04:05 Ticket #313 ("sudo rake install" fails with ArgumentError) created by dmitry@…
sudo rake install fails on one of my machines: […] I've tracked the …

08/22/09:

13:37 Changeset [2359] by lsansonetti@…
this spec definitely fails
12:15 Changeset [2358] by lsansonetti@…
disabled the zlib specs because one of them apparently segfault, randomly
12:05 Changeset [2357] by lsansonetti@…
fixing and adding several missing ruby method features
Note: See TracTimeline for information about the timeline view.