Skip to content

Commit

Permalink
yet another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Nov 18, 2023
1 parent 4e01915 commit 3a2fc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a2fc0e

Please sign in to comment.