Commit graph

707 commits

Author SHA1 Message Date
Dominik Picheta
5d765fcc27 Fixes #496. 2018-09-09 22:16:03 +01:00
Dominik Picheta
3ee1e115f4 Improves the directory structure that init creates.
Fixes #413. Refs #315.
2018-09-09 18:15:42 +01:00
Dominik Picheta
ae4fc39a7a Fixes check for existing .nimble file in nimble init. 2018-09-09 16:01:40 +01:00
Dominik Picheta
cc71c6f80e Improves nimble init (more licenses and consistent identifiers). 2018-09-09 15:43:43 +01:00
Andreas Rumpf
094b6fe180
Merge pull request #534 from nim-lang/araq-nim-compilerapi-version-3
prepare Nimble for NimCompilerApiVersion 3
2018-09-07 09:19:19 +02:00
Andreas Rumpf
e6c41248e6 prepare Nimble for NimCompilerApiVersion 3 2018-09-07 01:40:01 +02:00
Dominik Picheta
bce70a21bb
Merge pull request #532 from antizealot1337/init_create_dir
Fixes #503 by creating directory if current and name differ
2018-09-05 21:48:42 +01:00
Christopher Pridgen
260eb854fd Fixes #503 by creating directory if current and name differ 2018-09-04 21:21:41 -04:00
Dominik Picheta
7d1f096626 Ask user to remove whole directory, not just .nimble-link. 2018-09-02 20:05:14 +01:00
Dominik Picheta
d606867da6 Fixes #436. Develop clones HEAD and full history. 2018-09-02 01:11:50 +01:00
Dominik Picheta
225a0ef661 Fixes #501. 2018-09-01 23:29:26 +01:00
Dominik Picheta
fe21329f3d Fixes #531. Fixes #393. Replaces #465. 2018-09-01 23:01:16 +01:00
antizealot1337
a3a60eca51 Prompt for multiple selections interactively when possible (#441)
* Add interactive selection ability and preserve old behavior if not available

* Add description of library and binary packages

* Add function origin to doc

* Fix typos and windows compilation test

* Change select message type and fix style

* Change to use TAB to cycle through options
2018-09-01 13:09:37 +01:00
Dominik Picheta
57f73ea268 Fixes #285. 2018-08-28 17:45:28 +01:00
Dominik Picheta
70c9954c41 Fixes regression introduced by 02945e57b5. 2018-08-28 17:20:25 +01:00
Dominik Picheta
2145f266e1 Fix custom task template. 2018-08-28 16:15:02 +01:00
Dominik Picheta
f9c54f7607 Fixes Travis CI run with choosenim.
Squashed commit of the following:

commit 0f8a7e178d
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Aug 28 14:56:03 2018 +0100

    Fixes NIM_PREFIX_DIR affecting testing logs.

commit f566e8bcd1
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Aug 28 14:26:45 2018 +0100

    Attempt to fix travis.
2018-08-28 15:17:32 +01:00
Dominik Picheta
67cf608f55 Build against a pinned version of Nim devel on travis. 2018-08-27 22:31:17 +01:00
Dominik Picheta
9cf83b281f Re-define `task` template in nimscriptapi.nim in prep for #482. 2018-08-27 21:20:43 +01:00
Dominik Picheta
8134427266 Fixes isNil errors for compatibility with latest Nim. 2018-08-27 17:27:09 +01:00
Dominik Picheta
e06ad6e497 Adds .nimble/bin to PATH in travis. 2018-08-23 00:42:48 +01:00
Dominik Picheta
db222bbae1 Improves pre and post hooks. Fixes #524. 2018-08-23 00:33:06 +01:00
Dominik Picheta
2e803ec9cf Fixes #520. 2018-08-21 17:52:24 +01:00
Dominik Picheta
c169338e54
Merge pull request #522 from trialism/master
Improved handling of proxy environment variables
2018-08-17 12:07:42 +01:00
trialism
eecf4f95b3
Improved handling of proxy environment variables 2018-08-17 13:00:55 +02:00
Dominik Picheta
682a444748
Merge pull request #512 from LemonBoy/cleaner-cleanup
Add missing call to cleanup()
2018-07-13 16:22:00 +01:00
LemonBoy
8d4b0b34dd Add missing call to cleanup() 2018-07-13 14:55:35 +02:00
Dominik Picheta
a7ed90e4b6
Fixes regression introduced by new Nim VM code.
https://github.com/nim-lang/Nim/issues/8096
2018-06-25 23:31:11 +01:00
Andreas Rumpf
3b177e278b Make Nimble compatible with the upcoming compiler API changes (#500)
* Make Nimble compatible with the upcoming compiler API changes

* make travis use nim-0.18.0

* make Nimble compile with older compiler versions

* attempt to make tests green with Nim v0.18
2018-06-10 13:50:40 +01:00
Dominik Picheta
8c57227f55
Merge pull request #497 from yglukhov/fix-getPkgDir
Fixed getPkgDir
2018-05-31 13:10:34 +01:00
Yuriy Glukhov
5fcd7e5965 Fixed getPkgDir 2018-05-31 14:59:35 +03:00
Dominik Picheta
e7f8cb6c81
Merge pull request #494 from Aearnus/master
Add note about SSH key to the section on nimble publish
2018-05-22 00:37:22 +01:00
Aearnus
364f7bc260 Added SSH key note 2018-05-20 22:45:43 -07:00
Dominik Picheta
68fb7837e8
Merge pull request #492 from nim-lang/araq-hotfix-task-execution
fixes #491
2018-05-17 13:51:26 +01:00
Araq
12b5a9a4d1 fixes #491 2018-05-17 00:22:40 +02:00
Andreas Rumpf
02945e57b5 prepare Nimble for the upcoming compiler API (#489)
* prepare Nimble for the upcoming compiler API changes

* attempt to make tests green

* make some tests green with the upcoming compiler API
2018-05-14 11:35:30 +01:00
Andreas Rumpf
e2869714b8 prepare Nimble for the upcoming compiler API changes (#488)
* prepare Nimble for the upcoming compiler API changes

* attempt to make tests green
2018-05-13 19:07:27 +01:00
Ahmed T. Youssef
b86dca4105 Add link to the Pull request after nim publish (#483)
* Add link to the pull requests page

* Add version bump

* inline PR url in the nim publish output

* Small fixes on top of PR.
2018-05-04 16:53:39 +01:00
Dominik Picheta
c249f9b836
Merge pull request #471 from mrwonko/docs/init-directory
document that nimble init uses the current directory
2018-04-01 00:15:02 +01:00
Willi Schinmeyer
9fb0e557f2 document that nimble init uses the current directory 2018-03-31 20:12:07 +02:00
Dominik Picheta
287fa0fe59
Merge pull request #470 from jxy/notty_nocolor
noColor if stdout is not a tty
2018-03-27 18:38:50 +01:00
Xiao-Yong Jin
898d4de826 noColor if stdout is not a tty 2018-03-27 11:46:22 -05:00
Dominik Picheta
347b6b7ab1
Merge pull request #467 from shinriyo/patch-2
for a sense of unity.
2018-03-22 11:11:05 +00:00
Dominik Picheta
35c12cd972
Fixes to PR. 2018-03-21 11:10:23 +00:00
shinriyo
21357d3fa5
apply review feedback
I fix.
2018-03-21 12:09:24 +09:00
shinriyo
bf49330d2c
for a sense of unity.
another is .nimble. so I modified.
2018-03-20 11:39:56 +09:00
Dominik Picheta
75b7a215e8
Merge pull request #462 from k0pernicus/master
Add a new troubleshooting solution about _alert handshake failure_ errors
2018-02-27 18:55:26 +00:00
k0pernicus
64eb274198 Add a new troubleshooting 2018-02-26 18:46:29 +01:00
Dominik Picheta
6a2da5627c Version 0.8.10. v0.8.10 2018-02-23 23:15:12 +00:00
Dominik Picheta
cf1b83792d Run travis tests against 0.17.2 instead of 0.17.0. 2018-02-23 22:44:57 +00:00