Dominik Picheta
9045b401b1
Fixed nims task execution. Added NimScript tests to tester.
2015-12-24 00:58:19 +00:00
Dominik Picheta
20d4a59609
Fixes small bugs introduced by nimscript.
2015-12-24 00:12:04 +00:00
Dominik Picheta
7d5428be19
Improved the init command. Fixes #96 .
2015-12-23 22:40:14 +00:00
Dominik Picheta
dbd478bc20
The .nimble extension is now used for both ini and nims .nimble files.
...
This is done by parsing the .nimble file using the ini parser first, then if that fails evaluating it using nimscript.
2015-12-23 20:48:05 +00:00
Dominik Picheta
0fcf0b2de9
Implemented `tasks` command.
2015-12-23 13:33:14 +00:00
Dominik Picheta
36273f1166
Improvements to API of nimscriptsupport module.
...
* setCommand "nop" no longer needed.
* Recursive setCommand supported.
* Explicit execTask procedure which executes the task explicitly instead of setting global compiler variables.
2015-12-23 13:05:59 +00:00
Andreas Rumpf
beb0ccda39
perform a fixpoint iteration for proper Nimscript support
2015-12-21 16:07:07 +01:00
Dominik Picheta
1edfb80c85
Abstract parsing of the actions.
2015-11-23 16:26:22 +00:00
Dominik Picheta
207f1bd63c
Fix `nimble init` nimscript format.
2015-11-07 16:20:08 +00:00
Dominik Picheta
26f5fcdd3f
Rename 'opt' back to 'options'.
2015-11-07 16:15:47 +00:00
Araq
99332ce552
implemented 'nimble dump' command
2015-09-03 12:22:22 +02:00
Araq
2cf03313fd
first implementation of NimScript support
2015-09-03 01:50:55 +02:00
Araq
68c1266a44
implemented 'nimble publish'
2015-08-18 12:27:07 +02:00
Dominik Picheta
c3d2e59ebc
Error on invalid cmd line params. Params normalized. Fixes #151 .
2015-07-26 22:27:45 +01:00
Dominik Picheta
43f7e4c310
Fixes compilation without windows module (0.11.3). Ref #150 .
2015-07-26 22:24:08 +01:00
Anatoly Galiulin
04e9bb4739
Fixed chcp call on vista and newer
2015-07-23 10:39:20 +06:00
Anatoly Galiulin
acb6d0ef8e
Fixed chcp call bug on windows xp
2015-07-21 12:16:55 +06:00
Dominik Picheta
7524cd1798
Bump versions to 0.6.2. Ref #146 .
2015-06-19 19:45:40 +01:00
Dominik Picheta
172bde430c
Fixes #128
2015-06-05 19:31:45 +01:00
Dominik Picheta
44a2b80a64
Make (install #head?) question more accurate.
2015-06-04 22:47:05 +01:00
Dominik Picheta
5450dc8213
Install #head if version tag does not compile. Fixes #139 .
2015-06-04 22:18:35 +01:00
Dominik Picheta
4ffcdf141e
Fix installation (default output dir changed).
2015-06-04 18:33:38 +01:00
Dominik Picheta
ca9a09f07b
Merge branch 'master' of https://github.com/minciue/nimble into minciue-master
...
Conflicts:
developers.markdown
src/nimble.nim
2015-06-04 17:53:48 +01:00
Clement
d6ed077db8
Correct name of the option
2015-05-03 11:19:03 +02:00
Clement
59ade34b6a
Overrides the nimbleDir option with value from command line
2015-05-02 19:08:44 +02:00
Dominik Picheta
f7114ca788
Implemented `nimble c`.
2015-04-11 21:35:10 +01:00
Dominik Picheta
0349c396a0
Merge pull request #92 from nim-lang/flaviut-patch-1
...
Use MIT instead of BSD
2015-03-31 19:28:49 +01:00
Jean Cavallo
4a56ac60d9
Use str.len-1 rather than -1
2015-03-31 12:21:22 +02:00
Jean Cavallo
87d6f908cc
Fix #110 : use '^' rather than '-' for list negative indexes
2015-03-30 12:19:51 +02:00
Flaviu Tamas
6d39497ae0
Use MIT instead of BSD
...
MIT has the same terms as BSD, but it is less ambiguous
compared to the 3+ variants of BSD.
2015-02-03 18:49:39 -05:00
Louis Berube
ceb1e48a80
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/nimble.nim
2015-01-03 19:04:09 -05:00
Hitesh Jasani
a8039a7821
Make listInstalled available under the list command.
2015-01-03 13:27:27 -05:00
Louis Berube
f4c052eaca
Fixed out-of-order problems in the automated unit tests
2015-01-02 16:04:46 -05:00
Hitesh Jasani
1bc9953086
Add command to list installed packages.
2014-12-31 17:53:18 -05:00
Louis Berube
1ba199a1f6
Merge branch 'mybr'
...
- merged changes from my working branch into master
2014-12-31 12:35:19 -05:00
Louis Berube
521ee1f696
- Converted types from the old T/P convention
...
- Deleted compat.nim
2014-12-31 10:13:23 -05:00
Clement
a353dfdb5d
Copy the file from .babel before trying to delete the directory
2014-12-30 16:44:44 +01:00
Louis Berube
383e0f2a4c
Updated source to eliminate stuff deprecated by nim 0.10.2
2014-12-29 15:38:16 -05:00
Eugen Minciu
0218c1d493
Add option to build in debug/release mode.
2014-12-28 21:11:35 +02:00
Eugen Minciu
cce58bd981
Add a builddir option.
2014-12-28 19:47:14 +02:00
Dominik Picheta
875786d34f
Added changelog entry. Improved readme.
2014-12-26 01:32:10 +00:00
Dominik Picheta
d3d674d400
Version 0.6.0.
2014-12-26 01:15:52 +00:00
Dominik Picheta
06ccb851f8
Fixes problems with stubs on bash.
2014-12-26 01:02:45 +00:00
Dominik Picheta
f151d4bcca
Allow 'nim' in dependency list & more s/nimrod/nim/
2014-12-26 00:49:34 +00:00
Dominik Picheta
304fb47f08
Bump version to 0.5.0
2014-12-25 23:36:35 +00:00
Dominik Picheta
843c26d708
Add Github readme link to help text.
2014-12-25 23:34:21 +00:00
Dominik Picheta
c00e8cbdc3
Fixes #55 .
...
It seems that .cmd files do not work in Git bash when placed in the PATH.
What we need is a file with no file extension. From now on Nimble will
create both .cmd stubs and a stub with no file extension for each package
on Windows.
2014-12-25 23:19:45 +00:00
Dominik Picheta
39fcd3a89f
Fixes #54 .
2014-12-25 21:54:16 +00:00
Dominik Picheta
313a0e75fb
Fixes #65 .
2014-12-25 20:53:38 +00:00
Philip Wernersbach
352a4c1f65
Fix bug in symlinking when there's a space in a path.
2014-12-07 16:47:46 -05:00