Commit graph

600 commits

Author SHA1 Message Date
Dominik Picheta
5f1de1e4ff Don't fail immediately when user doesn't want to load packages.json. 2017-08-16 22:20:24 +01:00
Dominik Picheta
a5f325f032 Small refactoring. 2017-08-16 19:51:22 +01:00
Dominik Picheta
788f93a4e7 Merge pull request #391 from subsetpark/bugfix-path-values
Don't normalize package list paths. That strips meaningful characters.
2017-08-13 22:44:00 +01:00
Zach Smith
1ef7e49350 Don't normalize package list paths. That strips meaningful characters. 2017-08-13 17:41:56 -04:00
Dominik Picheta
9f0aae0432 Check for Windows compilation in the tester. 2017-08-13 15:11:38 +01:00
Dominik Picheta
56dd401831 Implements develop command. Refs #240. 2017-08-13 15:04:40 +01:00
Dominik Picheta
84d63c8988 Fixes compilation on Windows. 2017-08-13 15:02:09 +01:00
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
c379a79910 Bump to v0.8.7 (devel). 2017-08-12 14:52:11 +01:00
Dominik Picheta
23e2932be8 Tester improvements. 2017-08-12 14:51:31 +01:00
Dominik Picheta
612c084688 Improvements to #385. 2017-08-12 14:50:32 +01:00
Dominik Picheta
4050683a9c Merge branch 'out-of-mem' of https://github.com/yglukhov/nimble into yglukhov-out-of-mem 2017-08-12 12:42:31 +01:00
Dominik Picheta
b47f174748 Merge pull request #348 from antizealot1337/seqstringarg
Change buildFromDir to accept a seq[string] instead of a string.
2017-08-12 11:18:41 +01:00
Dominik Picheta
6b46dc1b31 Merge pull request #387 from TiberiumN/master
Removed deprecated warnings, also tiny refactoring
2017-08-10 20:43:31 +01:00
Daniil Yarancev
29c9cf8ce7 Removed deprecated warnings, also tiny refactoring 2017-08-10 12:51:16 +03:00
Yuriy Glukhov
06a94ba28f Lower memory consumption 2017-08-07 17:22:47 +03:00
Dominik Picheta
ebf4eace39 Bump travis to Nim 0.17.0 2017-08-01 19:11:21 +01:00
Dominik Picheta
d253652afc Merge pull request #383 from waylon531/master
Added better url detection to publish
2017-07-29 12:02:10 +01:00
waylon531
4a78953fc6
Added better url detection to publish
Publish will now look at the hostname part of the ssh url to figure out
what git server to use. This definitely works with both github and
gitlab, and adds gitlab support to `nimble publish`.
2017-07-25 17:10:05 -07:00
Yuriy Glukhov
e756a14c15 Fixed branch checkout and handling of branch names with dashes. (#379)
* Fixed branch checkout and  handling of branch names with dashes.

* Added assert
2017-07-19 22:42:28 +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
Dominik Picheta
82ff6134bc Merge pull request #372 from subsetpark/explicit-structure
More explicit instructions about conventional package structure
2017-06-27 18:25:40 +01:00
Zach Smith
34cc9b958f Restore Hybrids heading to readme 2017-06-26 20:29:36 -04:00
Zach Smith
2a7e1f132c Code Review from @dom96 2017-06-26 17:12:46 -04:00
Zach Smith
2718a8e9d5 Use path != "" instead of len check 2017-06-25 17:40:06 -04:00
Zach Smith
f2836e5a5c Roll back downloadFile upgrade 2017-06-25 17:27:56 -04: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
Dominik Picheta
0314df706f Merge pull request #370 from couven92/gitignore
Add Windows and VCC artifacts to gitignore
2017-06-24 13:37:12 +01:00
Fredrik Høisæther Rasch
9878279769 Add Windows and VCC artifacts to gitignore 2017-06-24 13:10:08 +02:00
Dominik Picheta
528886b24d Merge pull request #365 from jonafato/fix-publishing-packages-link
Fix publishing packages header and table of contents link
2017-06-17 14:27:24 +01:00
Jon Banafato
8a1fde9693 Fix publishing packages header and table of contents link 2017-06-15 00:01:02 -04:00
Dominik Picheta
18a860ff14 Merge pull request #364 from jxy/patch-1
nimble accepts a .nimble file that is a link
2017-06-12 17:36:30 +01:00
Xiao-Yong
a69d7563f4 nimble accepts a .nimble file that is a link 2017-06-07 23:32:42 -05:00
Dominik Picheta
f67a214bae Merge pull request #362 from ephja/patch-2
fix typo
2017-06-05 10:23:11 +01:00
ephja
659fcf194f fix typo 2017-06-05 11:16:23 +02:00
Dominik Picheta
5adfe30155 Version 0.8.6. v0.8.6 2017-05-05 16:47:17 +01:00
Chris
8555982512 Change buildFromDir to accept a seq[string] instead of a string.
Fixes #334
2017-05-05 11:31:51 -04:00
Dominik Picheta
4a71ccbbd4 Improve getNimPrefixDir to support choosenim and env var.
See comment for more information. This commit also adds support
for an environment variable so that users have a workaround
when Nimble cannot find the Nim stdlib.
2017-05-05 12:36:54 +01:00
antizealot1337
30d6aaf966 Change to pass extra parameters to compiler (#347)
* Change to pass extra parameters to compiler

* Add extra space in from of path argument

* Fix missing space that caused some nimble commands to fail
2017-05-05 12:04:01 +01:00
Dominik Picheta
cfe68bb441 Don't check Nim version when init'ing config (breaks .babel dir). 2017-05-02 14:01:02 +01:00
Dominik Picheta
5d5825a179 Bump version to 0.8.5. 2017-04-30 21:39:08 +01:00
Dominik Picheta
d9f2e6c49e Implement --noColor option. 2017-04-30 15:40:46 +01:00
Dominik Picheta
c1ffe62a68 Allow doAction to show help/version instead of CLI parser. 2017-04-28 16:52:34 +02:00
Dominik Picheta
9e6db081db Merge pull request #345 from samdmarshall/fix-srcdir-path-exception
Modifying how package install path is validated
2017-04-25 21:23:37 +02: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
Samantha Marshall
b7201c81a4
Modifying how package install path is validated
Fix:
  * This addresses a bug where nimble will throw an exception in the middle of installation due to trying to evaluate paths that are not normalized. This was fixed by adding some additional validation checks that involve comparing paths by normalizing them first. [#338]
2017-04-22 13:33:49 -04:00