Commit graph

25 commits

Author SHA1 Message Date
Dominik Picheta
781bed25de Fixes "can use nimscript's setCommand with flags" test. 2016-09-04 15:49:26 +02:00
Yuriy Glukhov
2fdc267ba7 Added test for #206 2016-02-15 11:57:50 +02:00
Dominik Picheta
1fa209a689 Fix tests. Add test for hooks. 2015-12-30 20:20:04 +00:00
Dominik Picheta
8576776de7 Finishing touches for travis build to succeed. 2015-12-30 01:32:00 +00:00
Dominik Picheta
3f6ef3ae55 Fixed reverse deps issues + some tests. Fixes #113. Fixes #168. 2015-12-29 17:30:32 +00:00
Dominik Picheta
835157ce34 Implements configurable package list URLs. Implements #75. 2015-12-29 13:43:05 +00:00
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
Dominik Picheta
84f371982b Implemented flags and arguments for NimScript's setCommand. 2015-12-25 16:32:46 +00:00
Dominik Picheta
0a1b583392 Fixed tests. 2015-12-24 17:54:58 +00:00
Dominik Picheta
ac9e6f00d1 Add missing nimscript test. 2015-12-24 17:04:13 +00:00
Dominik Picheta
26d99d288e Fixes #108. 2015-12-24 10:58:02 +00:00
Dominik Picheta
96ddb12da8 Fixes #126. 2015-12-24 10:26:36 +00:00
Dominik Picheta
9045b401b1 Fixed nims task execution. Added NimScript tests to tester. 2015-12-24 00:58:19 +00:00
Dominik Picheta
08c8ef94ec Fix tester on Windows. 2015-03-31 19:27:53 +01:00
Louis Berube
f4c052eaca Fixed out-of-order problems in the automated unit tests 2015-01-02 16:04:46 -05:00
Louis Berube
521ee1f696 - Converted types from the old T/P convention
- Deleted compat.nim
2014-12-31 10:13:23 -05:00
Dominik Picheta
1efd705731 Another fix for the tester. 2014-12-28 22:13:25 +00:00
Dominik Picheta
d0a0280747 Fixed tester. 2014-12-28 19:49:24 +00:00
Dominik Picheta
509eff97a3 Reverse deps no longer added in one incorrect case. 2014-06-22 21:32:43 +01:00
Dominik Picheta
35fef81b66 Fixes more problems with the uninstall feature. 2014-06-22 20:41:13 +01:00
Dominik Picheta
45f0a20e8a Added uninstall test. 2014-06-22 16:33:12 +01:00
Dominik Picheta
d8068adef6 Implement configurable babelDir. Fixes #29. 2014-06-20 23:08:48 +01:00
Dominik Picheta
0cc45d05be Fixes #27. 2014-06-20 21:53:53 +01:00
Dominik Picheta
dd45dd9418 Fixed tester and removed useless dir creation. 2014-06-20 20:57:18 +01:00
Dominik Picheta
e163ee979b Added tester. 2013-12-24 17:18:20 +00:00