Commit Graph
1859 Commits
Author SHA1 Message Date
Dominik Picheta e3d097c4e9 Fixed recvLine deprecation warnings. 2013-04-14 01:00:38 +01:00
Dominik Picheta 43499b9f07 Fixed incorrect drawing of rectangles by graphics.drawRect. 2013-04-14 00:56:12 +01:00
Araq 7eee6282cf Merge pull request #384 from Tass/master
Fixes #334.
2013-04-13 13:13:55 -07:00
Araq 75b508032b added manyloc test suite; --path now relative to project dir if not absolute 2013-04-13 21:55:02 +02:00
Simon Hafner 4deaae9830 added toSeconds and fromSeconds to times. fixes #334 2013-04-13 13:57:06 -05:00
Araq 4f09794be9 fixes #244 2013-04-13 01:46:13 +02:00
Araq a3864aea23 implements #258; activate via --verbosity:2 2013-04-13 01:24:57 +02:00
Araq 18fbaab216 fixes #310 2013-04-13 01:09:15 +02:00
Araq 3cb3813eed fixes #287; bugfix: subrange checking is performed again 2013-04-12 16:24:58 +02:00
Araq f5db2de696 improved error message for #291 2013-04-11 19:24:08 +02:00
Araq 45185f84df cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapping build 2013-04-11 17:28:17 +02:00
Araq 1ab598b336 fixes #283 2013-04-11 11:45:59 +02:00
Araq 5b5b02cb15 bugfix: new(TTable[string, int]) compiles 2013-04-10 12:49:30 +02:00
Zahary Karadjov e7581e7b9b experimental support for outputting code snippets in error messages; implements #301
see #301 for description.
currently, the feature is activated by setting the verbosity level to 2 or more
2013-04-09 00:15:43 +03:00
Zahary Karadjov 95b28700cc bugfix: fix linking when symbol files are used 2013-04-08 23:23:12 +03:00
Araq a3073cf078 bugfix: varargs min/max procs; fixes #373 2013-04-08 20:56:24 +02:00
Araq 7c12117ce0 fixes #378 2013-04-08 20:43:44 +02:00
Araq 908383e4ca fixes #321 2013-04-08 20:18:33 +02:00
Araq dc65ccde01 fixes #368 2013-04-08 19:58:16 +02:00
Araq 5893a9195c implemented --dynlibOverride option for static linking of 'dynlib' 2013-04-08 16:38:49 +02:00
Araq c4edcf3ea2 documented restricted destructors 2013-04-08 15:05:57 +02:00
Araq 6d64a6e42c next steps to make symbol files work again 2013-04-08 14:27:55 +02:00
Araq 00cdbca413 rodfile viewer works again 2013-04-08 11:56:21 +02:00
Araq fb3cda551a Merge branch 'master' of github.com:Araq/Nimrod 2013-04-08 00:10:53 +02:00
Araq bb3f648bd2 improvements for destructors 2013-04-08 00:10:34 +02:00
Araq d57fe6c904 bugfix: lambdalifting needs to deep copy parameters 2013-04-08 00:04:35 +02:00
Zahary Karadjov 27dd39778f use file IDs consistently instead of file paths in the rod files handling 2013-04-07 21:31:50 +03:00
Dominik Picheta d26e488316 A file stream now makes sure to only close its file descriptor once. 2013-04-07 13:40:01 +01:00
Araq f9d4e39a12 bugfix evals.nim 2013-04-07 14:12:08 +02:00
Araq 0b1630b46c optimized evals.nim a bit 2013-04-07 03:23:15 +02:00
Araq beb13ecf62 rod file viewer for easier debugging of rod files 2013-04-04 13:05:38 +02:00
Araq 2f826b5305 fixes memory leaks concerning closures 2013-03-29 16:41:05 +01:00
Araq e24305f1e1 bugfix: mark&sweep GC 2013-03-29 16:36:24 +01:00
Araq 905fb85789 better treatment of var/let/const/type sections in the templating system 2013-03-29 15:28:13 +01:00
Dominik Picheta b21dda385c Fixed some recvLine deprecation warnings in httpserver module. 2013-03-27 23:57:39 +00:00
Dominik Picheta 1beaca29bb Fixed issue with rst parser failing to parse a specific character. 2013-03-27 23:46:58 +00:00
Araq 74404de12d added immediate versions of macros.dumpLisp and dumpTree 2013-03-25 02:20:12 +01:00
Araq 3051c52f51 fixes a long-standing bug about procvar checking 2013-03-25 01:44:52 +01:00
Araq 0eae08af7e Merge branch 'master' of github.com:Araq/Nimrod 2013-03-24 13:12:16 +01:00
Araq ba80bd807c fixes #376 2013-03-24 13:05:19 +01:00
Dominik Picheta 5267984985 Deprecated recvLine and added an improved version named readLine to the
sockets module.
2013-03-23 20:13:11 +00:00
Dominik Picheta b76ee0d9e1 Fixed bug with xmltree.attrs when attributes have not been initialised
yet.
2013-03-23 20:09:24 +00:00
Araq dcb0f243de fixes #335 2013-03-23 01:03:26 +01:00
Araq c9ed846a43 added system.locals 2013-03-21 21:28:46 +01:00
Araq 02b1503e1f bugfix: case exhaustiveness checking 2013-03-21 08:09:14 +01:00
Araq b7d1901747 better error message when C compilation fails 2013-03-19 08:43:45 +01:00
Araq 09fc94c4c2 tester supports large tests 2013-03-18 08:22:35 +01:00
Araq 8281bd9f0f fixes #257 2013-03-18 01:41:09 +01:00
Araq 6978caa4ac added broken 'range' types to todo 2013-03-18 00:30:10 +01:00
Araq 3ec1825947 Merge branch 'master' of github.com:Araq/Nimrod 2013-03-18 00:29:37 +01:00