Projects

Timeline


and .

10/01/09:

23:55 Changeset [2709] by lsansonetti@…
added one item
23:51 Changeset [2708] by mattaimonetti@…
display fix, take 2
23:38 Changeset [2707] by mattaimonetti@…
fixed a tutorial display bug thanks to gaustin
23:02 Ticket #362 (Add Unit Testing and Embed MacRuby to Project Template) created by dylan@…
I'm attaching a new version of the default project template. To test you …
20:43 Changeset [2706] by lsansonetti@…
move the dispatcher code to a separate new file and pass the proper …
17:38 Changeset [2705] by lsansonetti@…
added one item
17:32 Changeset [2704] by lsansonetti@…
refreshed
17:30 Changeset [2703] by lsansonetti@…
temporary workaround
17:25 Changeset [2702] by lsansonetti@…
fixed a few crashers in IO#ioctl and IO#fcntl
16:05 Ticket #361 (Embed MacRuby Target Adds 60+ MB to .app) created by dylan@…
Expected: Between 17(mentioned in presentation, not verified) MB and 30 …
14:14 Changeset [2701] by lsansonetti@…
fixed bytestring promotion
13:36 Changeset [2700] by mattaimonetti@…
tagged the shellwords specs since they fail when running rake …
01:30 Changeset [2699] by mattaimonetti@…
added more stdlibs to rake spec:library. Currently tested libs are now …
00:35 Changeset [2698] by mattaimonetti@…
another Array#pack bug fix by Ninh Bui(Phusion)

09/30/09:

19:25 Changeset [2697] by mattaimonetti@…
another Ninh Bui(Phusion) patch to fix Array#pack. Fix backported from …
18:21 Changeset [2696] by lsansonetti@…
closed one item which seems to work, added a new one
17:46 Ticket #357 (NSLog causes "BAD_EAX_ACCESS" on 10.6) closed by lsansonetti@…
fixed: Should be fixed in r2694.
17:46 Ticket #306 (NSPredicate.predicateWithFormat crashes with Segmentation fault) closed by lsansonetti@…
fixed: Should be fixed in r2694.
17:45 Changeset [2695] by lsansonetti@…
refreshed
17:45 Changeset [2694] by lsansonetti@…
fixed variadic functions/methods calls
16:43 Changeset [2693] by lsansonetti@…
 http://xkcd.com/292/
15:08 Changeset [2692] by lsansonetti@…
refreshed
14:30 Changeset [2691] by mattaimonetti@…
fixed an Array pack spec when using format = 'v' thanks to Ninh Bui aka …
08:14 Ticket #360 (Embed MacRuby Target Fails If $TARGET_BUILD_DIR contains spaces) created by dylan@…
The fix is to put quotes around the last argument in the script. I've …
07:45 Changeset [2690] by pthomson@…
Added documentation for Dispatch::Source.for_reading.
07:08 Changeset [2689] by ben@…
Fixed Set#to_a.

09/29/09:

23:54 Changeset [2688] by lsansonetti@…
use a gc root instead
23:54 Changeset [2687] by lsansonetti@…
this tag is not needed
21:19 Changeset [2686] by mattaimonetti@…
updated the spec:library list
21:07 Changeset [2685] by mattaimonetti@…
fixed .gitignore and added all the tags that were missing yesterday.
20:19 Changeset [2684] by lsansonetti@…
ditto
20:16 Changeset [2683] by lsansonetti@…
tagging a spec that loops forever (heh)
20:12 Changeset [2682] by lsansonetti@…
don't use a write barrier in var_setter since it might not work all the …
18:55 Changeset [2681] by mattaimonetti@…
modified some permissions to hopefully fix #359
17:21 Ticket #358 (NSNotificationQueue Dealloc Crash in Simple Project) closed by mattaimonetti@…
duplicate: Thanks for the report, this is a known bug with NSlog and it was already …
17:12 Ticket #359 (Project Templates Not Installed By Nightly Installer) created by dylan@…
This may be either a bug or an enhancement request, depending on whether …
17:01 Ticket #358 (NSNotificationQueue Dealloc Crash in Simple Project) created by dylan@…
I am following the PeepCode MacRuby 035 screencast and ran into a crash …
15:53 Changeset [2680] by lsansonetti@…
disable this spec when run in 32-bit mode
15:53 Changeset [2679] by lsansonetti@…
some 32-bit compiler fixes
15:53 Changeset [2678] by lsansonetti@…
disable rbo for 32-bit
14:12 Changeset [2677] by lsansonetti@…
don't install stupid handlers on some signals
09:21 Ticket #357 (NSLog causes "BAD_EAX_ACCESS" on 10.6) created by mitchell.hashimoto@…
I simply added an NSLog to rb_main.rb prior to NSApplicationMain to …
02:12 Changeset [2676] by mattaimonetti@…
added more specs to rake spec:library

09/28/09:

23:33 Ticket #356 (autoload is not working) created by dev@…
[…]
22:07 Changeset [2675] by vincent.isambart@…
added a 0.6 section in the TODO
21:31 Changeset [2674] by lsansonetti@…
fix last fix
21:20 Changeset [2673] by lsansonetti@…
fix a random bug of Numeric#chr
21:18 Changeset [2672] by lsansonetti@…
refreshed
21:07 Changeset [2671] by lsansonetti@…
added comments to make sure the next person who removes these specs can …
21:02 Changeset [2670] by vincent.isambart@…
added back tags that depend on the order of the keys in hashs to be …
19:13 Changeset [2669] by lsansonetti@…
added barber.rb, a GCD-based implementation of the sleeping barber problem
19:11 Changeset [2668] by lsansonetti@…
removed the PRE/POST_VM_GCD and instead mark the core as multithreaded by …
19:10 Changeset [2667] by lsansonetti@…
make sure RoxorVM instances created lazily have a valid thread accessor
19:09 Changeset [2666] by lsansonetti@…
refreshed
18:53 Ticket #355 (Unable to build 0.5 on Leopard) closed by lsansonetti@…
invalid: Looks at the build error it seems that you have an older version of LLVM. …
18:38 Ticket #355 (Unable to build 0.5 on Leopard) created by jtc331@…
Tried using both the llvm installed (the one for macruby) and the …
18:31 Ticket #354 (Bundling framework in SL release build will not run on Leopard) created by jtc331@…
I have an app that has the embed macruby target include when I do a …
14:04 Changeset [2665] by lsansonetti@…
added Dispatch::Semaphore + fixed a few things
01:46 Changeset [2664] by mattaimonetti@…
finished to clean up the spec tags thanks to Alloy, we are now officially …
01:01 Changeset [2663] by mattaimonetti@…
more work on the specs and now rake spec:ci shouldn't have any failing …

09/27/09:

21:24 Changeset [2662] by vincent.isambart@…
const pointers should be real constants
20:40 Changeset [2661] by vincent.isambart@…
Constants do not need an instruction for a BitCast
14:31 Ticket #353 (No such file to load bigdecimal) created by noelrappin@…
A previously working MacRuby script now triggers this error on load in the …
12:05 Ticket #344 (Segmentation fault: Hash and Array Inject) closed by mattaimonetti@…
fixed
11:31 Changeset [2660] by mattaimonetti@…
added pkg info in Japanese thanks to Takao Kouji Also added License info …
10:24 Ticket #352 (macirb does not eval UTF-String) created by dev@…
[…]
03:20 Changeset [2659] by mattaimonetti@…
more tags update
02:56 Changeset [2658] by mattaimonetti@…
more untagged specs
02:56 Changeset [2657] by mattaimonetti@…
added rake spec:ci:stats to run the specs and get the stats report.
02:56 Changeset [2656] by mattaimonetti@…
untagged a lot of bignum specs that are now passing
02:15 Changeset [2655] by mattaimonetti@…
untagged many array specs that are now passing
02:15 Changeset [2654] by mattaimonetti@…
untagged many argf specs that are now passing
00:23 Changeset [2653] by lsansonetti@…
added erb to the aot list
Note: See TracTimeline for information about the timeline view.