diff options
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() {  | 
