Logs for the RingoJS IRC channel, as logged by ringostarr.

2010-10-04

[09:54] <hannesw> Should we just fold fs-base into fs?

[09:55] <hannesw> I'm inclined to do so

[09:55] <hannesw> http://github.com/ringo/ringojs/issues#issue/86

[09:56] <robi42> hannesw, +1 merging fs-base into a single fs module

[09:58] <robi42> well, that was fast :)

[10:25] <hannesw> robi42 no, that wasn't it

[10:26] <hannesw> i just changed the modules and apps using fs-base to use fs instead

[10:26] <hannesw> the actual change is a bit more involved

[10:27] <robi42> ah ok, would have been a bit surprisingly fast :)

[10:46] <hannesw> hm, would be nice to have code coverage functionality in ringo...

[11:15] <hannesw> so, fs-base is history

[12:16] <hannesw> Started adding ringo 0.7 goals: http://ringojs.org/wiki/Release_0.7/

[12:16] <hannesw> so far it's mostly package management stuff

[12:17] <hannesw> currently looking at npm (node package manager)

[12:17] <hannesw> some good ideas there

[17:05] <tnlogy> hi, just wanted to say that this seems nice! :)

[17:05] <tnlogy> I guess there is a } missing in the tutorial where it says "var {Response = require('ringo/webapp/response');"

[17:06] <daian> yeah, that should be 'var {Response} = require('ringo/webapp/response');'

[17:07] <tnlogy> ok, I've changed it now