Files
Nim/tests
Reimer Behrends ce9a57fcfd Fix dispatcher creation for method prototypes.
When method prototypes were involved (e.g. forward declarations
for mutual recursion), calls were sometimes dispatched to the
wrong method implementation. One of the reasons was that method
dispatchers were then not always attached to method ASTs in
the correct place.
2014-11-02 23:35:41 +01:00
..
2014-01-13 02:10:03 +01:00
2014-03-31 21:38:35 +02:00
2014-08-14 22:22:04 +02:00
2014-04-18 23:31:45 +01:00
2014-08-12 10:11:58 +02:00
2014-04-20 14:00:04 +02:00
2014-01-13 02:10:03 +01:00
2014-07-08 02:02:58 +02:00
2012-10-19 20:45:26 +02:00
2014-08-14 22:22:04 +02:00
2014-08-05 21:45:58 +02:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-08-13 01:30:42 +02:00
2014-08-01 23:40:48 +02:00
2014-03-05 08:30:05 +01:00
2014-08-12 08:47:31 +02:00
2014-08-16 01:15:36 +01:00
2014-07-01 21:47:53 +02:00
2014-01-13 02:10:03 +01:00
2014-05-23 11:27:39 +02:00
2014-01-13 02:10:03 +01:00
2014-02-07 18:49:41 +01:00
2014-09-11 00:34:59 +02:00
2014-01-13 02:10:03 +01:00
2014-08-13 01:30:42 +02:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-07-08 20:12:07 +02:00
2014-01-13 02:10:03 +01:00
2014-06-27 16:03:11 +02:00
2014-06-15 01:53:09 +02:00
2014-07-01 22:58:44 +02:00
2014-08-19 22:35:16 +02:00
2014-10-22 12:50:04 +02:00
2014-01-13 02:10:03 +01:00
2014-06-18 17:47:37 -04:00
2014-07-01 23:41:25 +02:00
2014-08-13 01:30:42 +02:00
2014-06-15 12:57:05 +01:00
2014-01-13 02:10:03 +01:00
2014-08-19 10:07:12 +02:00
2014-08-10 03:17:30 +02:00
2014-03-10 17:32:50 +01:00
2014-01-20 20:07:44 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-08-13 01:30:42 +02:00
2014-07-15 02:16:12 +02:00
2014-06-15 01:53:09 +02:00
2014-07-19 14:37:47 +02:00
2014-06-27 16:57:01 +02:00
2014-08-14 22:22:04 +02:00
2014-04-06 22:05:42 +02:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-08-15 09:57:03 +02:00
2013-03-16 23:53:07 +01:00
2012-02-02 00:16:33 +01:00

This directory contains the test cases.
Each test must have a filename of the form: ``t*.nim``

Each test can contain a spec in a ``discard """"""`` block.

The folder ``rodfiles`` contains special tests that test incremental 
compilation via symbol files.

The folder ``dll`` contains simple DLL tests.