Dominik Picheta
875786d34f
Added changelog entry. Improved readme.
v0.6
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
54a0361704
Readme improvements.
2014-12-25 21:54:39 +00:00
Dominik Picheta
39fcd3a89f
Fixes #54 .
2014-12-25 21:54:16 +00:00
Dominik Picheta
536cf4d1cc
Fixes #63 .
2014-12-25 21:09:57 +00:00
Dominik Picheta
313a0e75fb
Fixes #65 .
2014-12-25 20:53:38 +00:00
Dominik Picheta
ab645bf515
Merge pull request #74 from gradha/pr_fixes_tag_command_line_install
...
Fixes git command line install for a specific tag. Refs #70 .
2014-12-11 16:58:13 +00:00
Grzegorz Adam Hankiewicz
6f68428915
Fixes git command line install for a specific tag. Refs #70 .
2014-12-10 00:16:07 +01:00
Dominik Picheta
2fb06b09b4
Merge pull request #73 from philip-wernersbach/ln-fix
...
Fix bug in symlinking when there's a space in a path.
2014-12-07 22:11:56 +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
Dominik Picheta
28f4c9ddd6
Merge pull request #72 from gradha/pr_supports_babel_spec_for_path_action
...
Adds babel spec support for path action.
2014-12-06 17:25:15 +00:00
Dominik Picheta
8753fa2002
Merge pull request #71 from gradha/pr_fixes_path_crash
...
Fixes crash when running `nimble path something`.
2014-12-06 17:23:50 +00:00
Grzegorz Adam Hankiewicz
7384083f0f
Adds babel spec support for path action.
2014-12-05 20:46:59 +01:00
Grzegorz Adam Hankiewicz
8da2fe72fa
Fixes crash when running nimble path something.
2014-12-05 20:34:01 +01:00
Dominik Picheta
a778b0f860
Merge pull request #70 from gradha/pr_patches_irregular_git_clone_behaviour
...
Manually checks out the branch/tag after git clone.
2014-12-05 18:57:37 +00:00
Grzegorz Adam Hankiewicz
a0fb2c173b
Improves cloning of git repositories. Refs #70 .
2014-12-05 17:43:32 +01:00
Grzegorz Adam Hankiewicz
42dcac241f
Manually checks out the branch/tag after git clone.
2014-12-05 16:23:10 +01:00
Dominik Picheta
b38db72aef
Merge pull request #69 from gradha/pr_updates_readme
...
Mentions OSX users can't use 0.9.6 compiler. Refs #62 .
2014-12-03 23:56:40 +00:00
Grzegorz Adam Hankiewicz
192d3834c4
Mentions OSX users can't use 0.9.6 compiler. Refs #62 .
2014-12-03 19:41:26 +01:00
Dominik Picheta
b208b66749
Merge pull request #66 from btbytes/master
...
rename Babel to Nimble
2014-11-11 16:58:50 +00:00
Pradeep Gowda
61776c5f29
rename Babel to Nimble
2014-11-11 10:58:53 -05:00
Dominik Picheta
ecd78e0e03
Fixes #61 .
2014-10-20 04:04:14 +01:00
Dominik Picheta
e3cbc13568
Check Nim version to determine Nimble dir.
2014-10-19 15:21:33 +01:00
Dominik Picheta
6ddfdb8c77
More renames in readme.
2014-10-11 22:51:25 +01:00
Dominik Picheta
fa6c80e780
Rename .babel file.
2014-10-11 22:48:09 +01:00
Dominik Picheta
b4d6b1fe40
s/babel/nimble
2014-10-11 22:42:41 +01:00
Dominik Picheta
adbc30c22e
Renamed babel to nimble.
2014-10-11 22:38:44 +01:00
Dominik Picheta
7d18e2be1c
Fixes version peg for multiple digit versions.
2014-10-11 20:30:12 +01:00
Dominik Picheta
ee952e92fc
Case fixes.
2014-09-27 16:59:25 +01:00
Dominik Picheta
3c1248c1b2
Use Nim binary if it exists.
2014-09-09 16:59:06 +01:00
Dominik Picheta
64f05549eb
Remove spaces inside parens.
2014-09-04 00:13:54 +01:00
Dominik Picheta
0e24809681
Merge pull request #58 from singularperturbation/master
...
'Init' feature initial implementation
2014-09-04 00:12:33 +01:00
singularperturbation
9a67b08664
Style changes, fix some bugs, raise exceptions
...
Did some cleanup to better match style conventions, switched out 'quit'
statements in favor of raising 'EBabel' exceptions, used writeln, and
other cleanup.
See
https://github.com/nimrod-code/babel/pull/58
2014-09-02 18:02:43 -05:00
singularperturbation
d5d28c8fcf
'Init' feature initial implementation
...
Added the init() proc to babel.nim as well as a new TActionType and
supporting code in doAction. The idea is that if you have a project
already created in a directory, this will create a .babel file with
sane defaults. I also updated the help text describe the 'init'
feature as with the other babel commands.
2014-09-02 01:07:43 -05:00
Dominik Picheta
07d4fd2253
Fixes compilation on 0.9.4.
2014-08-22 21:16:09 +01:00
Dominik Picheta
8042e124e1
Fixes compilation with 0.9.4 hopefully.
2014-08-21 21:06:57 +01:00
Dominik Picheta
de62dc27fc
Fixes for recent compiler changes.
2014-08-16 19:50:08 +01:00
Dominik Picheta
d30928a97e
Merge pull request #53 from gradha/pr_fixes_devel_compiler
...
Removes prefix from defined. Fixes #52 , refs #51 .
2014-07-18 19:45:57 +01:00
Grzegorz Adam Hankiewicz
8a75684263
Removes prefix from defined. Fixes #52 , refs #51 .
2014-07-18 17:58:38 +02:00
Dominik Picheta
2f73377f46
Merge pull request #51 from gradha/pr_compile_with_stable_compiler
...
Compile with stable compiler
2014-07-17 20:22:55 +01:00
Grzegorz Adam Hankiewicz
2958ecce45
Updates readme to degrade compiler requirement.
2014-07-17 16:35:32 +02:00
Grzegorz Adam Hankiewicz
244a4b5b14
Adds compatibility for Nimrod's 0.9.4 compiler.
2014-07-17 16:33:18 +02:00
Dominik Picheta
0bf1faa354
Merge pull request #50 from papplampe/master
...
fix problems with temp dir
2014-07-09 19:13:20 +01:00
papplampe
66e45dfd14
fix problems with temp dir
2014-07-08 10:06:03 +02:00
Dominik Picheta
edd92a218e
Merge pull request #45 from gradha/pr_updates_nimrod_version
...
Updates required nimrod compiler version in readme.
2014-06-25 17:14:25 +01:00