Commit graph

66 commits

Author SHA1 Message Date
Dominik Picheta
bc6ce4b9ea Add missing binaryPackage test files. 2017-08-13 00:06:23 +01:00
Dominik Picheta
d1eae2f1a0 Fixes #351. 2017-08-12 22:01:47 +01:00
Dominik Picheta
ee34150d70 Fixes #331. 2017-08-12 20:48:17 +01:00
Dominik Picheta
79b78ff781 Add diamond_deps tests for #184. 2017-08-12 15:59:30 +01:00
Dominik Picheta
23e2932be8 Tester improvements. 2017-08-12 14:51:31 +01:00
Dominik Picheta
10a38a3c90 Merge pull request #371 from subsetpark/local-json
Allow specifying local json package list files
2017-07-11 19:30:14 +01:00
Zach Smith
c89ca099a2 Allow locally stored package list files to be specified in config (#368) 2017-06-25 17:10:08 -04:00
Zach Smith
183fed527b Make conventional structure more explicit in structure warnings and readme 2017-06-25 16:31:34 -04:00
Samantha Marshall
05f0de4492
Adding tests to fix for #338
Test:
  * Added new test case for issue #338, where package installation would fail when the `srcDir` path ended in a directory separator.
2017-04-24 13:45:31 -04:00
Dominik Picheta
e62084a2a7 Merge pull request #343 from andreaferretti/fix305
Fixed https://github.com/nim-lang/nimble/issues/305
2017-04-07 19:53:55 +02:00
Andrea Ferretti
b98b697bea Fixed test 2017-04-07 19:46:52 +02:00
Andrea Ferretti
745a7863d2 Fixed https://github.com/nim-lang/nimble/issues/305 2017-04-07 15:32:31 +02:00
Andrea Ferretti
2e9c50e487 Fixed https://github.com/nim-lang/nimble/issues/339 2017-04-07 15:09:13 +02:00
Andrea Ferretti
83731a9b32 Fixed #329 2017-02-10 16:53:27 +01:00
Dominik Picheta
f847344784 Add missing test files. 2017-01-08 18:16:56 +01:00
Dominik Picheta
d78af3acf1 Fixes aporia install. See nim-lang/aporia#136. Refs #311. 2017-01-08 18:15:36 +01:00
Dominik Picheta
17f1467e5d Add missing test files. 2017-01-03 20:04:48 +00:00
Dominik Picheta
dda0c39e34 Fixes #304. 2017-01-03 19:25:36 +00:00
Dominik Picheta
4d7b3081a8 Fixes tests. 2017-01-03 18:02:55 +00:00
Andreas Rumpf
2bec00a9f3 Merge branch 'master' into native-pkg-support 2017-01-02 20:16:19 +01:00
Dominik Picheta
6b175056df Fixes #236. 2017-01-01 15:57:06 +00:00
Araq
6368ccb0df Merge branch 'master' into native-pkg-support 2016-12-31 02:12:00 +01:00
Dmitry Polienko
039bc0e1c1 Change dump to use fuzzy matching on argument 2016-12-30 15:06:20 +07:00
Dominik Picheta
736ed97974 Fixes tests once and for all. 2016-12-27 16:28:45 +00:00
Dominik Picheta
87f4ad106a Fix the tests correctly this time (hopefully). 2016-12-27 15:51:05 +00:00
Dominik Picheta
40e3abb911 Attempt to workaround Nim 0.15.2 problem for tests. 2016-12-27 15:42:01 +00:00
Dominik Picheta
53856db8ff Fixes tests. 2016-12-27 13:54:54 +00:00
Dominik Picheta
432c91b938 Renamed myVersion to version and version to specialVersion. 2016-12-27 13:27:08 +00:00
Dominik Picheta
d192de6511 Fixes version conflicts when building between special&non-special.
Refs #289. Aporia still cannot be installed. In addition,
the myVersion vs. version should be refactored into version vs.
specialVersion.
2016-12-27 00:42:05 +00:00
Dominik Picheta
8453a4e2de Add missing test files. 2016-12-26 23:59:51 +00:00
Dominik Picheta
95a29197ee Add tests for #144. 2016-12-26 23:03:01 +00:00
Dominik Picheta
380cb46da8 Fixes tests on case sensitive file systems. 2016-12-23 19:15:32 +01:00
Dominik Picheta
1d0f28e321 Preserve special versions in package installations. Ref #88. 2016-12-23 19:09:54 +01:00
Araq
e813aa6448 Merge branch 'master' into native-pkg-support 2016-12-23 16:01:37 +01:00
Araq
5fef5c577e make tests work on Windows again 2016-12-23 15:58:21 +01:00
Dominik Picheta
8a16603ca7 Use inLines in tester more to fix failures. 2016-12-22 21:54:32 +01:00
Dominik Picheta
da3b38ff60 Fixes tests. 2016-12-22 21:43:39 +01:00
Dominik Picheta
dcc36814c2 Fixed tests. 2016-12-20 21:26:50 +01:00
Dominik Picheta
a7913b5d23 Improves tester. 2016-12-15 23:35:09 +01:00
Araq
ba46f95feb cleanup tester and introduce safeMoveFile for Windows 2016-11-06 19:58:20 +01:00
Dominik Picheta
0564cb238a Fixes #129. 2016-10-08 20:51:19 +02:00
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