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 /org | |
parent | specify Tuple content for read in files, remove traits.std (diff) |
fix >= dmd 2.088 asserts issue (offending removed)
Diffstat (limited to 'org')
-rw-r--r-- | org/default_paths.org | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index f458887..82ea93d 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -795,7 +795,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_; } } @@ -810,7 +810,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_; } } @@ -825,7 +825,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_; } } @@ -840,7 +840,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_; } } @@ -855,7 +855,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_; } } @@ -870,7 +870,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_; } } @@ -885,7 +885,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_; } } @@ -900,7 +900,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_; } } @@ -916,7 +916,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_; } } @@ -931,7 +931,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_; } } @@ -946,7 +946,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_; } } |