Commit Graph

1496 Commits

Author SHA1 Message Date
Araq
db80038c37 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-18 13:35:05 +01:00
Araq
ec9b1f78e1 annotated effects of modules: os, sockets, times 2012-11-18 13:34:48 +01:00
Dominik Picheta
ddf4449442 Fixes bug in scgi module: client socket was not initialised properly. 2012-11-18 11:21:51 +00:00
Araq
1c17d3e841 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-18 01:41:28 +01:00
Araq
0ae23bf836 rebuilt C sources 2012-11-18 01:41:16 +01:00
Araq
3c0a6a8962 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' 2012-11-18 01:36:20 +01:00
Dominik Picheta
c841a09592 Async fixes for IRC module. 2012-11-18 00:21:33 +00:00
Dominik Picheta
1047c4414c Fixed a bug relating to changing nicknames and message origin in the IRC module. 2012-11-17 21:16:27 +00:00
Araq
7f6633a06f added system.finished for first class iterators 2012-11-17 01:25:32 +01:00
Araq
7a2c11d3cf next steps for first class iterators 2012-11-15 22:54:06 +01:00
Araq
1fada12a5f improvements for first class iterators 2012-11-15 08:45:16 +01:00
Araq
e4211230e8 Merge pull request #249 from gradha/pr_improve_example_style
Improve examples' style
2012-11-14 16:29:57 -08:00
Araq
814fcb2639 bugfix: stack traces; first class iterators almost working 2012-11-15 01:27:25 +01:00
Grzegorz Adam Hankiewicz
14038058cf Reduces parenthesis usage for clearness. 2012-11-13 22:27:13 +01:00
Grzegorz Adam Hankiewicz
2faf34b643 Improves the style of some examples.
* Compacts all imports in a single line.
* Cleans whitespace before colons.
* Uses cmd abbreviation for command line enums.
* Replaces if/elif/else chain with case.
2012-11-13 22:27:13 +01:00
Araq
c439010d52 made some tests green 2012-11-11 22:08:29 +01:00
Araq
7ba0a7e324 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-11 22:05:04 +01:00
Araq
48a62af3b1 implemented 'tags' pragma 2012-11-11 22:03:41 +01:00
Zahary Karadjov
1b691d8747 fixed a typo 2012-11-11 17:13:56 +02:00
Zahary Karadjov
32d0ac01dc AST quasi-quoting for macros 2012-11-11 17:02:13 +02:00
Araq
a31a5f9c81 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-09 01:04:41 +01:00
Araq
e670d6c839 Merge pull request #248 from gradha/pr_use_cfg_file_for_compilation
Replaces shell scripts with nimrod configuration files.
2012-11-08 16:03:00 -08:00
Araq
04f44f763f fixed the bugfix of #247 2012-11-09 01:02:39 +01:00
Grzegorz Adam Hankiewicz
d98826271a Replaces shell scripts with nimrod configuration files.
This should make compilation more cross platform friendly.
2012-11-08 23:47:08 +01:00
Araq
6cfbfc43a4 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-08 19:43:18 +01:00
Araq
d86f421372 fixes #247 2012-11-08 19:42:57 +01:00
Araq
72a7d5cffb Merge pull request #245 from gradha/pr_improve_documentation
Adds to the tutorial some info about exception tracking.
2012-11-08 10:42:02 -08:00
Grzegorz Adam Hankiewicz
790df95072 Updates docs about exceptions being on the stack/heap. 2012-11-08 17:37:55 +01:00
Araq
ed28f3c8dc documented 'mixin' declaration 2012-11-08 08:32:08 +01:00
Grzegorz Adam Hankiewicz
42f6cb465a Adds to the tutorial some info about exception tracking. 2012-11-08 00:02:09 +01:00
Araq
515cf985f4 made some tests green 2012-11-07 01:08:31 +01:00
Araq
35f61e1997 documented Nimrod's effects system 2012-11-06 17:31:43 +01:00
Araq
43cdf49472 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-05 19:49:19 +01:00
Araq
e54425b068 system.onRaise improvements 2012-11-05 19:48:49 +01:00
Araq
865d9cc6e6 added system.onRaise to support a condition system 2012-11-05 08:36:44 +01:00
Dominik Picheta
76c4b0516a Many doc improvements. Changed Threads.joinThreads' param's type to varargs. 2012-11-04 22:30:19 +00:00
Araq
42c8fd1fe2 bugfixes for exception tracking 2012-11-04 22:40:51 +01:00
Araq
6dd2c2d767 exception tracking should work 2012-11-04 18:09:15 +01:00
Araq
9fea5b8f69 Merge branch 'master' of github.com:Araq/Nimrod 2012-11-03 15:57:29 +01:00
Araq
9f38ff0c65 next steps for exception tracking 2012-11-03 15:57:12 +01:00
Araq
12f7a0b0ca Merge pull request #243 from gradha/pr_database_example
Pr database example
2012-11-01 15:36:08 -07:00
Araq
9ef0c53597 Merge pull request #242 from fowlmouth/patch-3
Update examples/sdlex.nim
2012-11-01 15:35:53 -07:00
Grzegorz Adam Hankiewicz
a8df766fd9 Adds command line interface for todo example. 2012-11-01 20:41:16 +01:00
Grzegorz Adam Hankiewicz
c71e0a409a Adds backend code for the cross platform todo example. 2012-11-01 20:41:15 +01:00
Grzegorz Adam Hankiewicz
b2e486b237 Ignores whole upload directory. 2012-11-01 19:59:44 +01:00
Araq
224f42bbd7 bugfix: exception tracking (still disabled) 2012-11-01 19:57:48 +01:00
Araq
f35b51c68f doc2 support for nimweb; fixed graphics.withEvents 2012-11-01 08:32:30 +01:00
Araq
42d0911d6a nimbuild should work again 2012-11-01 01:11:48 +01:00
Billingsly Wetherfordshire
6f4bd5174f Update examples/sdlex.nim
Updated sdlex.nim to show the basics of an SDL app (event loop, input)
2012-10-31 18:01:00 -05:00
Araq
faed98d215 rebuilt C sources for nimbuild 2012-10-31 07:09:04 +01:00