From 3a2fc0e645f89a3211fb1914d0801db0d00a8ce4 Mon Sep 17 00:00:00 2001 From: Frank Staals Date: Sun, 19 Nov 2023 00:10:10 +0100 Subject: [PATCH] yet another attempt --- .github/workflows/gh-pages.yml | 2 +- todo.org | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a41286bbc..8cfa79ab9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -171,7 +171,7 @@ jobs: restore-keys: ${{ runner.os }}-${{ matrix.compiler }}- - name: haddock run: | - $CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK all > haddock.raw.txt + $CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER $ARG_TESTS $ARG_BENCH --with-haddock $HADDOCK all > haddock.raw.txt "$HOME/.ghcup/bin/ghcup" set ghc "$HCVER" $CABAL haddock-project --with-haddock=$HADDOCK --with-ghc=$HC env: diff --git a/todo.org b/todo.org index 76776eb63..fdd880ed3 100644 --- a/todo.org +++ b/todo.org @@ -75,7 +75,8 @@ consistent results * TODO Line segment intersection ; i.e Benthey Otham ** TODO the naive algorithm *** DONE represent the various types of intersections -*** TODO debug the onSideTest hyperplane function again +*** DONE debug the onSideTest hyperplane function again +*** TODO test intersection for colinear line segments incorrect * TODO polygon triangulation ** DONE triangulate monotone