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

2010-09-01

[09:05] <emilis_info> this one crashes with StackOverflowError: obj = {};obj.__defineGetter__("prop", function() { if (!this.prop) this.prop = require("config"); return this.prop; });obj.prop

[09:19] <oberhamsi> hi emilis_info, isn't this expected.. you call the getter inside the getter

[09:19] <emilis_info> duh

[09:20] <emilis_info> frequent noob mistake, I guess :)

[09:21] <oberhamsi> :)