summary refs log tree commit diff stats
path: root/tests/compile/tircbot.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-231-7/+8
| | | | exception when an error occurs. Added sockets.SocketError.
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-9/+11
|
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-211-16/+18
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* fixes #102Araq2012-03-231-0/+447