nimble/tests
Dominik Picheta ca99ad7d21 Moved Nimble-specific Nimscript definitions to nimscriptapi module.
* Moved package info reading procedures to a packageparser module. This is to prevent recu
rsive dependencies between nimscriptsupport and packageinfo modules.
* Passed the Options object to all procedures which read package info (necessary for nimscriptsupport module, to find the path of the nimscriptapi module)
* Introduced an ``isInstalled`` field to the ``PackageInfo`` type. This is a bug fix for g
etRealDir: it no longer uses the ``src`` field in the path it returns for installed packag
es' PackageInfo objects.
* Improved error reporting from NimScript evaluator.
* Renamed compiler/options import to ``compiler_options`` in ``nimscriptsupport`` module.
* Backward compatibility for .babel packages in getNameVersion proc.
* Introduced a getInstalledPkgsMin procedure which does not read package info, but only pr
ovides minimal info instead.
2015-12-28 16:33:34 +00:00
..
issue27 Fixes #27. 2014-06-20 21:53:53 +01:00
issue108 Fixes #108. 2015-12-24 10:58:02 +00:00
issue126 Fixes #126. 2015-12-24 10:26:36 +00:00
nimscript Moved Nimble-specific Nimscript definitions to nimscriptapi module. 2015-12-28 16:33:34 +00:00
tester.nim Implemented flags and arguments for NimScript's setCommand. 2015-12-25 16:32:46 +00:00