Re: [MacRuby-devel] How to compile all ruby files in a project using macrubyc

2009-10-01 Thread Laurent Sansonetti
Hi Dylan, The AOT compilation of an Xcode project is still not finalized. It's technically possible to do it with the current macrubyc on the command line but it's kind of hard and we still have problems with #require statements. We will introduce an Xcode target that does it automaticall

Re: [MacRuby-devel] [MacRuby] #362: Add Unit Testing and Embed MacRuby to Project Template

2009-10-01 Thread MacRuby
#362: Add Unit Testing and Embed MacRuby to Project Template -+-- Reporter: dy...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: blocker

Re: [MacRuby-devel] Supported classes & methods diagram fed from rubyspec

2009-10-01 Thread Ben Schwarz
Laurent, I just had a quick chat with Brian Ford (Rubinius) apparently they're looking at using some incarnation of git://github.com/madriska/ unity.git (http://unity.madriska.com/) Which uses a YAML formatter for mspec. (http://github.com/madriska/mspec/commit/36b8bce62c272d546bcbd8ab9f136576

[MacRuby-devel] How to compile all ruby files in a project using macrubyc

2009-10-01 Thread Dylan Bruzenak
I'm a bit of a newbie when it comes to command line compilation. Is there an easy way for me to basically just say: compile everything recursively, starting at this directory ? Given that, what would be the best way to then integrate that with an Xcode project as part of a target ? Also, is this f

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Dylan Bruzenak
How very self-referential; I love it :) I'll have a look. Maybe wait until my fever goes away before I take a stab at prose though. - Dylan On Fri, Oct 2, 2009 at 1:26 AM, Laurent Sansonetti wrote: > Hi Dylan, > > Ideally it would be awesome to have some documentation on the website > (likely a

Re: [MacRuby-devel] [MacRuby] #361: Embed MacRuby Target Adds 60+ MB to .app

2009-10-01 Thread MacRuby
#361: Embed MacRuby Target Adds 60+ MB to .app -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Laurent Sansonetti
Hi Dylan, Ideally it would be awesome to have some documentation on the website (likely a tutorial): http://www.macruby.org/documentation.html The process of creating a website article is not trivial but Mike Sassak recently contributed a tutorial describing how to contribute to the webs

Re: [MacRuby-devel] Supported classes & methods diagram fed from rubyspec

2009-10-01 Thread Laurent Sansonetti
Hi Ben, That sounds like a good idea and looks like what I had in mind. I was thinking of having a status page, that shows hitlist items (critical bugs / things to do for the upcoming release), some rubyspec progress, a link to the latest nighty build, etc. The hitlist thing could be gener

Re: [MacRuby-devel] [MacRuby] #362: Add Unit Testing and Embed MacRuby to Project Template

2009-10-01 Thread MacRuby
#362: Add Unit Testing and Embed MacRuby to Project Template -+-- Reporter: dy...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: blocker

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Dylan Bruzenak
Just opened https://www.macruby.org/trac/ticket/362 :) As for the testing obj-c classes part, what is the best way to document that ? I'm not the best blogger in the world but I could write something up on my personal blog or contribute a short how to somewhere in the documentation or your website

Re: [MacRuby-devel] [MacRuby] #362: Add Unit Testing and Embed MacRuby to Project Template

2009-10-01 Thread MacRuby
#362: Add Unit Testing and Embed MacRuby to Project Template -+-- Reporter: dy...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #362: Add Unit Testing and Embed MacRuby to Project Template

2009-10-01 Thread MacRuby
#362: Add Unit Testing and Embed MacRuby to Project Template -+-- Reporter: dy...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: blocker

[MacRuby-devel] Supported classes & methods diagram fed from rubyspec

2009-10-01 Thread Ben Schwarz
Hi all, I've had some loose discussions with @lrz regarding a visual representation of classes and methods that are working via the rubyspec. This would enable developers to find an area of development to focus on and also for end-users to understand what they might face before conducting an

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Laurent Sansonetti
Hi Dylan, Could you open a trac ticket and attach your new template there? It would be a better idea I guess, and we can also track its inclusion to trunk from there. Thanks for the work, it looks great :) Laurent On Oct 1, 2009, at 7:50 PM, Dylan Bruzenak wrote: Message is being held pe

Re: [MacRuby-devel] [MacRuby] #361: Embed MacRuby Target Adds 60+ MB to .app

2009-10-01 Thread MacRuby
#361: Embed MacRuby Target Adds 60+ MB to .app -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Dylan Bruzenak
Message is being held pending moderator approval; let me know if I should post the actual file somewhere else :) - Dylan On Thu, Oct 1, 2009 at 9:48 PM, Dylan Bruzenak wrote: > Good idea. I've attached it here. I may have accidentally added the build > directory as well; this should be deleted

Re: [MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Matt Aimonetti
Hi Dylan, Why don't you you post your template so people can look at it and give their feedback? People like Eloy would probably give their feedback ;) - Matt On Thu, Oct 1, 2009 at 4:26 PM, Dylan Bruzenak wrote: > So, I've been mucking about with MacRuby lately. It's been fun so far. > Than

[MacRuby-devel] Xcode Project Template with Testing Baked In

2009-10-01 Thread Dylan Bruzenak
So, I've been mucking about with MacRuby lately. It's been fun so far. Thanks to all the devs for this great project. I'm a pretty firm believer in unit testing my Ruby code. I love how Ruby on Rails and similar frameworks nudge you in the right direction by baking in an existing testing infrastruc

[MacRuby-devel] [MacRuby] #361: Embed MacRuby Target Adds 60+ MB to .app

2009-10-01 Thread MacRuby
#361: Embed MacRuby Target Adds 60+ MB to .app -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker