Logs for the RingoJS IRC channel,
as logged by ringostarr.
2010-10-04
[09:54]
[09:55]
[09:55]
[09:56]
[09:58]
[10:25]
[10:26]
[10:26]
[10:27]
[10:46]
[11:15]
[12:16]
[12:16]
[12:17]
[12:17]
[17:05]
[17:05]
[17:06]
[17:07]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[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