Skip to content

Commit 480d9d4

Browse files
authored
Merge pull request #617 from BBasile/issue-612
update inifiled in order to close #612 merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2 parents fb76b59 + 7bbddf2 commit 480d9d4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

dub.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
"StdLoggerDisableWarning"
1313
],
1414
"dependencies" : {
15-
"libdparse": "~>0.8.0",
15+
"libdparse" : "~>0.8.0",
1616
"dsymbol" : "~>0.3.0",
17-
"inifiled" : "~>1.3.0",
17+
"inifiled" : "~>1.3.1",
1818
"emsi_containers" : "~>0.6.0",
1919
"libddoc" : "~>0.3.0-beta.1",
2020
"stdx-allocator" : "~>2.77.0"
2121
},
2222
"targetPath" : "bin",
23-
"stringImportPaths": ["bin"],
24-
"preGenerateCommands": [
25-
"rdmd --eval='auto dir=environment.get(`DUB_PACKAGE_DIR`); dir.buildPath(`bin`).mkdirRecurse; auto gitVer = (`git -C `~dir~` describe --tags`).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(`DUB_ROOT_PACKAGE`)~`-`)[1]).ifThrown(`0.0.0`).toFile(dir.buildPath(`bin`, `dubhash.txt`));'",
23+
"stringImportPaths" : [
24+
"bin"
25+
],
26+
"preGenerateCommands" : [
27+
"rdmd --eval='auto dir=environment.get(`DUB_PACKAGE_DIR`); dir.buildPath(`bin`).mkdirRecurse; auto gitVer = (`git -C `~dir~` describe --tags`).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(`DUB_ROOT_PACKAGE`)~`-`)[1]).ifThrown(`0.0.0`).toFile(dir.buildPath(`bin`, `dubhash.txt`));'"
2628
]
27-
}
29+
}

inifiled

0 commit comments

Comments
 (0)