From 7bbddf2dd6078c476666f5196b10b146ee7ea432 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 22 Apr 2018 22:22:35 +0200 Subject: [PATCH] update inifile in order to close #612 --- dub.json | 14 ++++++++------ inifiled | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dub.json b/dub.json index 92ec8ab..2e07215 100644 --- a/dub.json +++ b/dub.json @@ -12,16 +12,18 @@ "StdLoggerDisableWarning" ], "dependencies" : { - "libdparse": "~>0.8.0", + "libdparse" : "~>0.8.0", "dsymbol" : "~>0.3.0", - "inifiled" : "~>1.3.0", + "inifiled" : "~>1.3.1", "emsi_containers" : "~>0.6.0", "libddoc" : "~>0.3.0-beta.1", "stdx-allocator" : "~>2.77.0" }, "targetPath" : "bin", - "stringImportPaths": ["bin"], - "preGenerateCommands": [ - "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`));'", + "stringImportPaths" : [ + "bin" + ], + "preGenerateCommands" : [ + "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`));'" ] -} +} \ No newline at end of file diff --git a/inifiled b/inifiled index 9d7333e..cecaff8 160000 --- a/inifiled +++ b/inifiled @@ -1 +1 @@ -Subproject commit 9d7333ec17f116a05712a24df139ff2f212a9867 +Subproject commit cecaff8037a60db2a51c9bded4802c87d938a44e