diff options
| -rw-r--r-- | sdp.org | 41 | 
1 files changed, 22 insertions, 19 deletions
| @@ -142,7 +142,7 @@ rdmd -d-debug sisu_ref0.d ../markup/test0.sst  VER='sdp2' && rdmd --build-only --chatty lib/${VER}/sdp.d -*** dmd     :dmd: +*** dmd                                                                :dmd:  dmd -de -w -unittest -debug sdp.d  VER='sdp2' @@ -151,7 +151,7 @@ VER='sdp2' && dmd -debug=checkdoc -of./bin/${VER} lib/${VER}/sdp.d  VER='2' && dmd -debug=checkdoc -debug=summary -of./bin/sdp${VER} lib/sdp${VER}/sdp.d -*** ldc2    :ldc: +*** ldc2                                                                :ldc:  ldc2 -d-debug=checkdoc -d-debug=summary -of=./bin/sdp lib/sdp/sdp.d  ldc2 -de -w -unittest -d-debug sdp.d @@ -176,6 +176,8 @@ ldc2 -d-debug=objects -of=./bin/sisu_${VER} lib/${VER}/sdp.d  VER='sdp2' && ldc2 -d-debug=objects -d-debug=summary -of=./bin/sdp lib/${VER}/sdp.d +// VER='2' && ldc2 -unittest -d-debug=insert -d-debug=objects -d-debug=headings -d-debug=summary -d-debug=checkdoc -d-debug=subheader -of=./bin/sdp${VER} lib/sdp${VER}/sdp.d +  **** remove later  binbuild="sdp1"; ldc2 -d-debug ./${binbuild}.d && time ./${binbuild} markup/test0.sst  binbuild="sdp1"; gdc -fdebug -o ./${binbuild} ./${binbuild}.d && time ./${binbuild} markup/test0.sst @@ -186,8 +188,8 @@ ldc2 -release ./${binbuild}.d && time ./${binbuild} markup/test0.sst  #cd lib  #ldc2 -d-debug -of=../bin/sdp0 sdp/sdp.d -*** gdc     :gdc: -    http://wiki.dlang.org/GDC/Using_GDC +*** gdc                                                                 :gdc: +  [[http://wiki.dlang.org/GDC/Using_GDC][Using GDC]]  copy/symlink deps, and then "*.d **/*.d"  gdc -o ./bin/sdp0 lib/sdp.d @@ -208,20 +210,22 @@ binbuild="sdp1"  ldc2 -d-debug ${binbuild}.d && time ${binbuild} markup/test0.sst  gdc -fdebug -o ${binbuild} ${binbuild}.d && time ${binbuild} markup/test0.sst +// gdc -release -o ./${binbuild} ./${binbuild}.d && time ./${binbuild} markup/test0.sst +  **** bug -http://forum.dlang.org/thread/mailman.284.1442659522.22025.digitalmars-d-learn@puremagic.com?page=3 +[http://forum.dlang.org/thread/mailman.284.1442659522.22025.digitalmars-d-learn@puremagic.com?page=3] -http://www.mail-archive.com/digitalmars-d-learn@puremagic.com/msg61467.html +[http://www.mail-archive.com/digitalmars-d-learn@puremagic.com/msg61467.html]  ?? -https://github.com/Dicebot/Arch-PKGBUILDs/blob/master/gdc/folders.diff +[https://github.com/Dicebot/Arch-PKGBUILDs/blob/master/gdc/folders.diff]  from -https://www.mail-archive.com/d.gnu@puremagic.com/msg03844.html +[https://www.mail-archive.com/d.gnu@puremagic.com/msg03844.html] -https://www.mail-archive.com/digitalmars-d-learn@puremagic.com/msg61470.html +[https://www.mail-archive.com/digitalmars-d-learn@puremagic.com/msg61470.html] -*** run  :run: +*** run                                                                 :run:  sdp0 markup/test0.sst @@ -248,9 +252,9 @@ char[][] markup_sourcefile_content = split(cast(char[])read(fn_src), rgx_line_de  char[][] markup_sourcefile_content = markupSourceLineArray(markupSourceString(fn_src));  *** build -*** book index -// http://forum.dlang.org/post/k8of07$1bgu$1@digitalmars.com -// http://forum.dlang.org/post/dfyowpjhdaemhxhepfmk@forum.dlang.org +** book index +// [http://forum.dlang.org/post/k8of07$1bgu$1@digitalmars.com] +// [http://forum.dlang.org/post/dfyowpjhdaemhxhepfmk@forum.dlang.org]    // recast ---    // ocns ; sub  ; main    string[][string][string] bookindex; @@ -259,16 +263,12 @@ char[][] markup_sourcefile_content = markupSourceLineArray(markupSourceString(fn    string[]string[][string][] bookindex_the;    // with sorted main & sub -// gdc -release -o ./${binbuild} ./${binbuild}.d && time ./${binbuild} markup/test0.sst -  // vim ./lib/sdp2/sisu_*.d  // vim **/sdp2/sisu_*.d  // emacs **/sdp2/sisu_*.d &  // emacs ./lib/sdp2/sisu_*.d & -// VER='2' && ldc2 -unittest -d-debug=insert -d-debug=objects -d-debug=headings -d-debug=summary -d-debug=checkdoc -d-debug=subheader -of=./bin/sdp${VER} lib/sdp${VER}/sdp.d -  ** bugs                                                                :bugs:  ok  time ~dlang/bin/sdp2 --html --no-assert en/[a-eg-z]* @@ -362,8 +362,11 @@ types of text (within paragraph) attribute:  **** strike  **** superscript  **** subscript -**** ...  ** package  *** dub    against dub: -  http://forum.dlang.org/post/hmdyrzbbhbcgqwqznqwz@forum.dlang.org +  [[http://forum.dlang.org/post/hmdyrzbbhbcgqwqznqwz@forum.dlang.org][against dub]] +** dlang general +*** books +   [[http://wiki.dlang.org/Bookshttp://wiki.dlang.org/Books][D books]] +   [[http://ddili.org/ders/d.en/index.html][programming in D]] | 
