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
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
Dominik Picheta
43cbc028e4
Merge pull request #342 from andreaferretti/fix329
...
Fixed https://github.com/nim-lang/nimble/issues/339
2017-04-07 18:20:47 +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
Dominik Picheta
c3c845f632
Merge pull request #337 from samdmarshall/github-api-token-env-var
...
Access GitHub API token through environment variable
2017-03-13 19:52:00 +01:00
Samantha Marshall
0d516b483e
fixing casing
2017-03-13 14:47:16 -04:00
Samantha Marshall
ad869f9df6
fixing typo and adding message for retrieving API Token from file
2017-03-13 13:38:32 -04:00
Samantha Marshall
47f5691c0b
adding new display message about where the token is coming from
2017-03-13 13:18:27 -04:00
Samantha Marshall
26344e2083
adding on-screen delay for new message
2017-03-11 14:54:48 -05:00
Samantha Marshall
32ed21695b
adding support for an environment variable
2017-03-11 14:51:54 -05:00
Dominik Picheta
8e143a097d
Change name of file where publish token is saved.
2017-02-22 18:17:18 +01:00
Dominik Picheta
82dcadeb46
Merge pull request #336 from Jeff-Ciesielski/jeffc/cache_creds
...
Add credential caching
2017-02-22 18:16:33 +01:00
Jeff Ciesielski
c13a1c8977
Add credential caching
...
This change stores the user's github API token in ~/.nimble/api_token for
ease of publishing.
closes https://github.com/nim-lang/nimble/issues/307
2017-02-21 22:26:20 -05:00
Dominik Picheta
195c67826c
Merge pull request #333 from andreaferretti/master
...
Fixed #329
2017-02-10 17:29:52 +01:00
Andrea Ferretti
83731a9b32
Fixed #329
2017-02-10 16:53:27 +01:00
Dominik Picheta
0a280aa6dd
Version 0.8.4
v0.8.4
2017-01-29 21:31:31 +01:00
Dominik Picheta
c4d294ca9b
Fixes #319 .
2017-01-29 20:47:47 +01:00
Dominik Picheta
4c99e3b6eb
Fixes #321 .
2017-01-29 16:58:53 +01:00
Dominik Picheta
015233a8b6
Travis: Upgrade to Nim 0.16.0.
2017-01-29 16:16:17 +01:00
Dominik Picheta
64518698e2
Travis: Use ubuntu 14.04 instead of 12.04.
2017-01-29 16:07:23 +01:00
Dominik Picheta
f479213ad8
Fixes #323 .
2017-01-29 15:57:15 +01:00
Dominik Picheta
27b970885a
Merge pull request #325 from samdmarshall/master
...
whooops, missed part two of #324
2017-01-28 18:34:53 +01:00
Samantha Marshall
f613458780
whooops, missed part two of this changeset
2017-01-28 10:47:04 -05:00
Dominik Picheta
6836b337ef
Merge pull request #324 from samdmarshall/master
...
updating git command to fetch the url of the remote origin
2017-01-28 12:39:19 +01:00
Samantha Marshall
caae0a3cbd
updating git command to fetch the url of the remote origin
2017-01-27 20:25:25 -05:00
Dominik Picheta
ee07fb83e7
Always overwrite temporary nimscriptapi.nim in /tmp.
2017-01-11 00:10:40 +01:00
Dominik Picheta
69efef5f4b
Fixes #313 . Fixes #314 . Binary packages installation issues fixed.
2017-01-10 23:53:46 +01:00
Dominik Picheta
97c67e64a4
Fixes #312 .
2017-01-09 20:28:17 +01:00
Dominik Picheta
756beb6b5e
Increment to v0.8.3.
2017-01-09 20:28:03 +01:00
Dominik Picheta
690fcf04a3
Add 0.8.2 changelog.
v0.8.2
2017-01-08 18:41:00 +01:00
Dominik Picheta
297d3651ae
Clarify install instructions to mention koch.
2017-01-08 18:38:29 +01:00
Dominik Picheta
c37420d507
Bump to v0.8.2.
2017-01-08 18:34:34 +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
08f5032781
Small changelog adjustment.
2017-01-05 21:32:01 +00:00