Terminate copy iteration when hitting in-place nimbleDir (#429)
* terminate copy iteration when hitting in-place nimbleDir; fixes #428 * investigate travis issue * more investigations * more investigations * fix nim version issue
This commit is contained in:
parent
0e09f69334
commit
209fca53e7
3 changed files with 19 additions and 2 deletions
10
tests/issue428/dummy.nimble
Normal file
10
tests/issue428/dummy.nimble
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Author"
|
||||
description = "dummy"
|
||||
license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.17.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue