Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(render): iter 101 — stash iter 100 OTF symlink diagnostics to debug log

Iter 100 created OTF symlinks via 'find TEXLIVE_TEXMF' but I have no
visibility into whether TEXLIVE_TEXMF was set or how many symlinks
landed. Add env + symlink summary to deployed _debug-staging.log so I
can read the actual state via clone.

Refs #2

[AGENT: kael]

+17
+17
.tangled/workflows/render.yml
··· 921 921 done 922 922 fi 923 923 echo " ✓ $_otf OTF/TTF files symlinked from TEXLIVE_TEXMF into $PWD" 924 + # iter 101 — also stash to deployed staging log so I can read it 925 + # without spindle TUI access. 926 + { 927 + echo "--- iter 101: OTF/TTF mass-symlink diagnostics ---" 928 + echo " TEXLIVE_TEXMF: ${TEXLIVE_TEXMF:-(unset)}" 929 + echo " TEXLIVE_PATH: ${TEXLIVE_PATH:-(unset)}" 930 + echo " TEXMF: ${TEXMF:-(unset)}" 931 + echo " TEXMFDIST: ${TEXMFDIST:-(unset)}" 932 + echo " OTF/TTF symlinked count: $_otf" 933 + echo " Sample PWD symlinks:" 934 + ls -la "$PWD/lmroman10-italic" "$PWD/lmroman10-italic.otf" \ 935 + "$PWD/lmromancaps10-regular" "$PWD/lmromancaps10-regular.otf" 2>&1 | head -8 936 + echo " PWD .otf count: $(find "$PWD" -maxdepth 1 -name '*.otf' 2>/dev/null | wc -l)" 937 + echo " PWD lmroman* count (any ext): $(find "$PWD" -maxdepth 1 -name 'lmroman*' 2>/dev/null | wc -l)" 938 + echo " dvisvgm real binary: $DVISVGM_REAL" 939 + echo " PATH (head): $(echo $PATH | tr ':' '\n' | head -6 | tr '\n' ':')" 940 + } >> /tmp/iter78-staging.log 924 941 # iter 98 — symlink ALL .enc files from FOREST_TEX_DIR into PWD too. 925 942 # dvisvgm FontEncoding.cpp:43 looks up encname + ".enc" via FileFinder 926 943 # BEFORE falling back to CMap. If that lookup fails, dvisvgm emits