From d2019f213149699da95272bb3995d5cd92bd5648 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 2 Jun 2018 09:04:52 +0200 Subject: [PATCH] update version and deps --- cesetup/cesetup.coedit | 2 +- cesetup/version.txt | 2 +- dastworx/src/main.d | 8 ++++---- etc/iz | 2 +- etc/libdparse | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cesetup/cesetup.coedit b/cesetup/cesetup.coedit index 1cc64712..09330604 100644 --- a/cesetup/cesetup.coedit +++ b/cesetup/cesetup.coedit @@ -84,5 +84,5 @@ object CurrentProject: TCENativeProject 'cesetup.d' ) ConfigurationIndex = 2 - version = '3.6.14' + version = '3.6.15' end diff --git a/cesetup/version.txt b/cesetup/version.txt index 27e5f62d..45e91c6d 100644 --- a/cesetup/version.txt +++ b/cesetup/version.txt @@ -1 +1 @@ -v3.6.14 +v3.6.15 diff --git a/dastworx/src/main.d b/dastworx/src/main.d index d70e9b53..09d8aa43 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -37,9 +37,9 @@ struct Launcher __gshared string[] files; // -o : deep visit the symbols - alias deepSymList = option1; + // alias deepSymList = option1; // -o : outputs /++ +/ ddoc instead of /** */ - alias plusComment = option1; + // alias plusComment = option1; /// Writes the list of files to process @Argument("-f") @@ -71,7 +71,7 @@ struct Launcher source.data .getTokensForParser(config, &cache) .parseModule("", &alloc, &handleErrors) - .listSymbols(errors.data, deepSymList); + .listSymbols(errors.data, option1); } /// Writes the list of todo comments @@ -150,7 +150,7 @@ struct Launcher source.data .getTokensForParser(config, &cache) .parseModule("", &alloc, toDelegate(&ignoreErrors)) - .getDdocTemplate(caretLine, plusComment); + .getDdocTemplate(caretLine, option1); } } diff --git a/etc/iz b/etc/iz index a3a6cd82..c38a39eb 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit a3a6cd82de2914232168ce28b78052a89bff71f9 +Subproject commit c38a39eb4aa7b7a47e421edec679b9461af8a5d1 diff --git a/etc/libdparse b/etc/libdparse index 157d5724..41c56746 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06 +Subproject commit 41c567460dee3fab9db0c0f7775534b1d70f1f27