[MacRuby-devel] GitHub Issue import

2012-06-29 Thread Jake Smith
Just wanted to apologize to everyone for spamming you on GitHub! 

I was testing an import tool and meant to only run a subset of Trac tickets, 
but accidentally ran the whole database and spammed everyone with notifications.

If you're on GitHub, but use a different email address than the one on Trac, 
feel free to email me with your GitHub username so issues and comments can be 
assigned/attributed to you. 

+ 
Jake Smith
pace e bene


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] LLVM 3.1 Support

2012-06-29 Thread John Harrison
I have started a fork on at https://github.com/ashgti/MacRuby that compiles
and runs with llvm 3.1 and clang support. Everything is currently building
and running, but its failing some of the spec tests. I just wanted to post
this here in case anyone was interested in trying it out or helping with
any of the failing specs. The major differences are the introduction of the
ArrayRef<> from the llvm (it wraps std::vector and C style arrays), the new
exception handling system, clang support and removing const from a few data
types because the llvm api's changed. I still need to clean up the commit a
bit, but feel free to try it out and let me know if anyone has any issues.

--
John Harrison
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel