Commit graph

436 commits

Author SHA1 Message Date
Dominik Picheta
8ebc4bb7c1 Implement message suppression. 2016-12-19 23:49:41 +01:00
Dominik Picheta
dcbbb8b62e Switch 'refresh' command to new CLI module. 2016-12-19 23:35:27 +01:00
Dominik Picheta
abb9d79ea4 Parse command line args first so that -v doesn't read config. 2016-12-19 22:28:19 +01:00
Dominik Picheta
3c22ffd848 Implements a nimblepkg/cli module which formats output messages. 2016-12-19 21:42:02 +01:00
Dominik Picheta
a7913b5d23 Improves tester. 2016-12-15 23:35:09 +01:00
Dominik Picheta
d42a07e0f7 Fixes nimbledata.json being read from default nimbleDir. 2016-12-15 23:31:45 +01:00
Dominik Picheta
934c047068 Remove mentions of the old .nimble format from readme. Fixes #262. 2016-12-13 22:45:33 +01:00
Dominik Picheta
4276b7237d Merge pull request #273 from nim-lang/ARAQ-fix-warnings
fixes a 'break search loop' bug; got rid of most compiler warnings
2016-12-12 20:17:29 +01:00
Araq
82868ea818 get rid of unnecessary cyclic module dependency 2016-11-24 00:45:47 +01:00
Araq
b3f793ae0d get rid of unnecessary cyclic module dependency 2016-11-24 00:16:05 +01:00
Dominik Picheta
0d15faeef1 Merge pull request #279 from crohlfs/master
Fix issues with spaces in bin path
2016-11-21 18:53:32 +01:00
Chris Rohlfs
bcbb85c5e4 Fix 'compile' not working when spaces are in bin path 2016-11-22 01:41:40 +13:00
Chris Rohlfs
4fa4404df8 Fix install not working when spaces are in bin path 2016-11-21 21:14:28 +13:00
Dominik Picheta
e6057a0084 Fixes travis build.
Squashed commit of the following:

commit 8811389f5071831b4fd55fa0c978767d722a4ed0
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Nov 15 21:24:03 2016 +0100

    Cleans up troibobasbfdb

commit 283e10b43517e1c03a277bdf0dd39ea017421d53
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Nov 15 21:12:03 2016 +0100

    Too bad bash isn't style insensitive.

commit 3cbf069230306c2977fe37f811c803b9a55b4ccf
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Nov 15 21:09:27 2016 +0100

    Attempt to add -lrt to linker flags.

commit 0f3cbfabd9f9b2cf8c9ba9709175384d2f440ffd
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Nov 15 20:58:52 2016 +0100

    Print ldd version.

commit badc29b79d6cc4f0770c483ac63079b0a3e9bd6c
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Tue Nov 15 20:50:35 2016 +0100

    Attempt to debug.
2016-11-15 21:30:34 +01:00
Dominik Picheta
180653216c Bump to v0.7.11. 2016-11-11 11:40:40 +00:00
Dominik Picheta
8a1efc275e Fixes build (missing bootstrap.sh). Now builds against Nim 0.15.2. 2016-11-11 11:35:50 +00:00
Dominik Picheta
0ce718dea7 Merge pull request #275 from yglukhov/patch-2
Fixed #274
2016-11-11 11:27:29 +00:00
Yuriy Glukhov
68b1b67733 Fixed #274 2016-11-09 22:45:45 +02:00
Araq
ee3ad4353e fixes a 'break search loop' bug; got rid of most compiler warnings 2016-11-06 23:06:37 +01:00
Araq
a0670e9620 finish migration to new compiler API 2016-11-06 19:58:37 +01:00
Araq
ba46f95feb cleanup tester and introduce safeMoveFile for Windows 2016-11-06 19:58:20 +01:00
Andreas Rumpf
15db5da8a1 Merge pull request #272 from nim-lang/ARAQ-newcompilerapi3
make Nimble compile with the lastest version of the compiler API
2016-11-06 17:30:36 +01:00
Araq
417136e57e make Nimble compiler with the lastest version of the compiler API 2016-11-05 01:17:05 +01:00
Andreas Rumpf
58959f207e Merge pull request #269 from nim-lang/araq-compiler-api2
make Nimble compile with the changed compiler API
2016-11-01 00:27:33 +01:00
Araq
9c81e28343 Merge branch 'master' into araq-compiler-api2 2016-11-01 00:21:51 +01:00
Araq
4ce6f2b395 make Nimble compile with the changed compiler API 2016-10-31 20:40:21 +01:00
Dominik Picheta
06b942680b Remove spammy message about nimscriptapi.nim. 2016-10-26 21:14:18 +02:00
Dominik Picheta
d854bc64c8 Fix import inside nimble.nimble when Nimble is installed. 2016-10-26 20:16:35 +02:00
Dominik Picheta
2eec391732 Fixes getInstalledPkgs returning minimal package information.
This was introduced in commit 2cf03313fd.
2016-10-26 20:10:17 +02:00
Dominik Picheta
1be5c052ae Version 0.7.10. v0.7.10 2016-10-09 15:20:31 +02:00
Dominik Picheta
65dbd97269 Moves nimbleVersion to common.nim and uses it in .nimble file. 2016-10-09 15:19:42 +02:00
Dominik Picheta
df5b9b8c78 Small improvements to readme. 2016-10-09 14:55:21 +02:00
Dominik Picheta
b0737ada9b Fixes #186. 2016-10-08 21:13:49 +02:00
Dominik Picheta
ec5b00318c Revert "Fixed cygwin stub"
This reverts commit 5aa4752b15.

Refs #235.
2016-10-08 20:54:08 +02:00
Dominik Picheta
0564cb238a Fixes #129. 2016-10-08 20:51:19 +02:00
Dominik Picheta
138a5a2ae9 Statically read nimscriptapi.nim into the executable.
Fixes #238.
2016-10-08 20:27:47 +02:00
Dominik Picheta
75dbfe9d0e Improves readme installation instructions. Fixes #260. 2016-10-08 18:04:36 +02:00
Dominik Picheta
4c5506ca8a Merge pull request #259 from nim-lang/readme-patch
up to date readme.markdown
2016-10-08 14:12:41 +02:00
Araq
36a61739b1 up to date readme.markdown 2016-10-08 12:07:24 +02:00
Dominik Picheta
e3682c96b3 Bump version to v0.7.8. v0.7.8 2016-09-29 21:35:52 +02:00
Dominik Picheta
22d27cfaac Update changelog for v0.7.8. 2016-09-28 23:32:01 +02:00
Dominik Picheta
436b7c6e93 HotFix: Support spaces in binary paths for doCmdEx. 2016-09-28 23:30:09 +02:00
Dominik Picheta
f0dd4a1efc Update changelog with changes since 0.7.4. v0.7.6 2016-09-26 19:11:36 +02:00
Dominik Picheta
6fc72b03a2 Merge pull request #253 from yglukhov/vcs-rev-meta
Store vcs revision in metadata
2016-09-21 20:19:33 +02:00
Yuriy Glukhov
f29f21d2e0 Store vcs revision in metadata 2016-09-21 13:58:07 +03:00
Dominik Picheta
acb5e86fef Merge pull request #252 from Jeff-Ciesielski/jeffc/issue_215
Add binDir checking/auto creation.  Fixes #215
2016-09-19 19:30:56 +02:00
Jeff Ciesielski
e4838f4718 Add binDir checking/auto creation. Fixes #215 2016-09-19 08:45:33 -04:00
Dominik Picheta
e2b47c5a6b Merge pull request #251 from Jeff-Ciesielski/jeffc/nimbledir_tilde_239
Add tilde expansion to nimbleDir. Fixes #239
2016-09-15 18:41:30 +02:00
Jeff Ciesielski
29d69e9cc7 Add tilde expansion to nimbleDir. Fixes #239 2016-09-15 09:00:04 -04:00
Dominik Picheta
781bed25de Fixes "can use nimscript's setCommand with flags" test. 2016-09-04 15:49:26 +02:00