diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-07-09 18:25:00 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 703ddafbb14127db4b7b52bfada3d3d96e22754d (patch) | |
tree | 6ea5c66293da1e8e9579325e42411df820ad10be /src/doc_reform/source | |
parent | 0.7.4 sqlite related, also some xml paths (diff) |
cosmetic
Diffstat (limited to 'src/doc_reform/source')
-rw-r--r-- | src/doc_reform/source/paths_source.d | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/doc_reform/source/paths_source.d b/src/doc_reform/source/paths_source.d index 408d227..f315ab9 100644 --- a/src/doc_reform/source/paths_source.d +++ b/src/doc_reform/source/paths_source.d @@ -38,7 +38,7 @@ template PodManifest() { _manifest_path = m.captures["podpath"]; } } else { - writeln("WARNING, issue with manifest_path: ", _pth); // remove? + writeln("WARNING, issue with manifest_path: ", _pth); _manifest_path = null; // _manifest_path = ""; } return _manifest_path; @@ -105,11 +105,6 @@ template PathMatters() { } auto collection_root() { auto _collection_root = asNormalizedPath(chainPath(_manifest.pod_manifest_path, "..")).array; - if (auto m = (_collection_root).match(rgx.src_pth_pod_root)) { - // consider testing for last dir in path name being pod, and giving warning if not - } else { - writeln("WARNING, collection_root not named \"pod\""); - } return _collection_root; } string manifest_filename() { |