diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-12-17 14:20:21 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-01-13 16:06:43 -0500 |
commit | 14548a8e170cf1e92d390baba65793fa227adcbf (patch) | |
tree | 61b602a59d42f9af268e7189ea16ea4bec709ad6 /src | |
parent | specify Tuple content for read in files, remove traits.std (diff) |
fix >= dmd 2.088 asserts issue (offending removed)
Diffstat (limited to 'src')
-rw-r--r-- | src/doc_reform/io_in/paths_source.d | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/doc_reform/io_in/paths_source.d b/src/doc_reform/io_in/paths_source.d index 3896751..05ceda4 100644 --- a/src/doc_reform/io_in/paths_source.d +++ b/src/doc_reform/io_in/paths_source.d @@ -679,7 +679,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -694,7 +694,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -709,7 +709,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -724,7 +724,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -739,7 +739,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -754,7 +754,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -769,7 +769,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -784,7 +784,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -800,7 +800,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -815,7 +815,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } @@ -830,7 +830,7 @@ template spinePathsPods() { return pth_1_; } auto filesystem_open_zpod() { - assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); + // assert(pod_root_.filesystem_open_zpod.chainPath(zpod).array == pth_2_); return pth_2_; } } |