isaac
isaac copied to clipboard
Reloading
Reloading in development mode would be really nice. The process of disconnecting/reconnecting gets really boring. Kthx.
Also it gets me (g|k)lined all the time. Some networks are anal about constant connections.
Actually, that was easier than I thought. Check the reload-branch: http://github.com/ichverstehe/isaac/tree/reload
configure do |c|
c.reload = true
end
and your event handler will be reloaded at every event. This assumes that the event handlers are specified in the file that is being executed. Also, might just be buggy, but my small tests shows it as working.
When I have some tests written for this it will go in master. Please return with any feedback :)
What's the word with this being merged to master?
Has there been any progress on writing tests for this?