Commit Graph

565 Commits

Author SHA1 Message Date
Dominik Picheta
d127ad5076 Asyncio module now works on file descriptors. 2012-09-02 19:58:13 +01:00
Araq
b56df72a32 made tests green again 2012-08-31 00:00:14 +02:00
Araq
1d14cb1ad8 next steps towards term rewriting macros; simple examples work 2012-08-30 22:55:32 +02:00
Araq
b4844a189d parameter passing works the same for macros and templates; use callsite magic to access the invokation AST 2012-08-28 22:15:29 +02:00
Araq
9a7f0cd851 bindSym suffices; no 'bind' for macros anymore 2012-08-25 01:34:50 +02:00
Araq
8a92e95ccf made tests green again 2012-08-24 19:08:34 +02:00
Araq
d17caa86e8 objects with no ancestor are not implicitely final 2012-08-24 17:33:04 +02:00
Araq
c7ba6f5eb6 implemented 'bind' for macros 2012-08-24 01:18:03 +02:00
Araq
f893179889 documented hygienic templates; made tests green; fixed system.clamp 2012-08-22 22:46:02 +02:00
Dominik Picheta
99698ec5d8 Merge branch 'master' of git://github.com/fowlmouth/Nimrod into fowlmouth-master 2012-08-20 21:52:32 +01:00
My Name
6ab873cc63 changed port to TPort 2012-08-20 15:13:50 -05:00
Araq
e17a778d56 Merge branch 'master' of github.com:Araq/Nimrod 2012-08-20 21:59:59 +02:00
My Name
de04b50f67 added port output for sockets.recvFrom 2012-08-20 13:34:56 -05:00
Araq
5e15dec175 first steps to make templates hygienic 2012-08-20 01:13:13 +02:00
Dominik Picheta
6c6dfff4e9 Added strutils.rfind. 2012-08-19 13:00:28 +01:00
Dominik Picheta
3a4e22de33 os.JoinPath now uses varargs. Some additions to gtk wrappers. 2012-08-19 02:40:21 +01:00
Dominik Picheta
2898cc7c0e Fixes bug in streams.ssSetPosition. 2012-08-18 21:42:24 +01:00
Araq
0cac8d9b6f made tests green again 2012-08-16 19:05:38 +02:00
Araq
d37fe6e0a5 stdlib uses more of varargs 2012-08-16 16:30:13 +02:00
Araq
0171566c98 openarray/varargs split; breaks bootstrapping 2012-08-16 08:34:33 +02:00
Araq
1215193010 bugfix: typo in actors.nim 2012-08-15 08:13:31 +02:00
Dominik Picheta
8dd1a5a181 Sockets module should compile again on Windows. Fixed asyncio not compiling. 2012-08-12 20:25:30 +01:00
Dominik Picheta
e9604b4433 UDP improvements for the sockets module. Renamed ftpclient.fileExists to
existsFile for consistency. Added tasyncudp test.
2012-08-12 11:53:09 +01:00
Araq
f686647f58 little cleanup for parsecfg module 2012-08-06 20:50:10 +02:00
Dominik Picheta
9c8b76dbd2 UDP sockets should now work with asyncio. 2012-08-03 00:26:40 +01:00
Araq
d962b75c18 attempt to getAppFilename to work on NetBSD 2012-07-28 19:57:43 +02:00
Araq
489dac75c8 Merge branch 'master' of github.com:Araq/Nimrod 2012-07-25 23:19:09 +02:00
Araq
05a66a6a68 bugfix: collection/sets only worked by chance ... 2012-07-25 23:18:47 +02:00
Dominik Picheta
05551c40cf Fixed compilation of smtp module. 2012-07-25 22:02:39 +01:00
Araq
04baf328f1 Merge branch 'master' of github.com:Araq/Nimrod 2012-07-25 21:59:46 +02:00
Araq
20b6dc3829 next steps for closure consistency; fixes #176 2012-07-25 21:59:31 +02:00
Dominik Picheta
40ae258e7e Some improvements to the sockets module. 2012-07-25 19:55:52 +01:00
Dominik Picheta
3ffff9ec43 More deprecation warnings fixed. 2012-07-23 21:29:10 +01:00
Dominik Picheta
1be06ee2de Fixes deprecation warning, fixes documentation error. 2012-07-23 20:56:39 +01:00
Dominik Picheta
5310a3044f Many fixes for asynchronous sockets. Asyncio should now work well with buffered and unbuffered plain and ssl sockets. Added asyncio
test to the test suite.
2012-07-22 23:32:49 +01:00
Dominik Picheta
b839e42e92 Both the re and pegs module's =~ templates can now be used simultaneously from the same module. 2012-07-21 11:21:41 +01:00
Araq
83deb233ee attempt to fix DLL generation 2012-07-18 00:02:53 +02:00
Araq
832da8a303 equality and hashing for closures 2012-07-17 17:26:02 +02:00
Araq
4f582da27f make tests green again 2012-07-17 01:27:25 +02:00
Araq
8d99753d63 preparations for making 'closure' the default calling convention for proc types 2012-07-16 23:00:57 +02:00
Araq
607f46a61a fixes #162 2012-07-10 20:41:23 +02:00
Araq
95faae2c0a some more bugfixes for the integer promotion rules 2012-07-10 01:12:03 +02:00
Araq
a6ee0eb299 sockets compile again with SSL support 2012-07-10 00:16:04 +02:00
Araq
4966212141 more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #156; fixes #155 2012-07-09 21:11:11 +02:00
Araq
4fbba0a65a changed integer promotion rules; breaks bootstrapping and lots of code 2012-07-08 21:03:47 +02:00
Araq
fe285b354d JS codegen enhancements; still unusable 2012-07-01 19:35:19 +02:00
Araq
2900ceae35 changed integer promotion rules; added math.fmod 2012-06-28 08:33:25 +02:00
Araq
26b64f9e4f another bugfix 2012-06-21 19:20:45 +02:00
Zahary Karadjov
b11fe5d0b4 more uint related fixes 2012-06-14 17:33:00 +03:00
Dominik Picheta
7364d72548 Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows. 2012-06-09 14:24:41 +01:00