diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-11-02 10:27:19 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 98314b3de50e356568524708951ca507c80b3af2 (patch) | |
tree | 9dac05207a3690ce25927eed79791d1df1fdbab0 /src/sdp.d | |
parent | 0.8.0 the document parts (& org babel tangle) (diff) |
cleaning (one hash key renamed)
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -79,7 +79,6 @@ void main(string[] args) { bits, os, ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -164,7 +163,6 @@ void main(string[] args) { "-------------------------------", ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -174,7 +172,6 @@ void main(string[] args) { fn_src ); } - // stderr.writeln("1"); } enforce( match(fn_src, rgx.src_pth), @@ -200,10 +197,8 @@ void main(string[] args) { auto t = abs.abstract_doc_source(content_body, dochead_make, dochead_meta); static assert(!isTypeTuple!(t)); auto doc_ao_contents = t[0]; // head ~ toc ~ contents ~ endnotes_seg ~ [glossary] ~ bibliography ~ bookindex; - // static assert(!isIterable!(doc_ao_contents)); auto doc_ao_bookindex_unordered_hashes = t[1]; // redundant? auto doc_ao_biblio = t[2]; // redundant? - // destroy(t); /+ ↓ debugs +/ debug(checkdoc) { // checkbook & dumpdoc auto doc_ao_contents_view = ( @@ -244,9 +239,6 @@ void main(string[] args) { destroy(content_body); destroy(t); destroy(doc_ao_contents); - // destroy(doc_ao_make_aa); - // destroy(doc_ao_meta_aa); - // destroy(doc_ao_bookindex_unordered_hashes); destroy(doc_ao_biblio); destroy(fn_src); } @@ -254,11 +246,9 @@ void main(string[] args) { /+ no recognized filename provided +/ writeln("no recognized filename"); break; - // terminate, stop } } } -/// sdp sisu document parser unittest { /++ name "sdp" |