Skip to content

Commit

Permalink
Remove Racket range import in benchmarks
Browse files Browse the repository at this point in the history
We use Qi's `range` now. Also, add a Makefile target to build the SDK
to reproduce such build errors in future.
  • Loading branch information
countvajhula committed Aug 8, 2024
1 parent ca711e5 commit a9fed8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ build-all:
build-standalone-docs:
scribble +m --redirect-main http://pkg-build.racket-lang.org/doc/ --htmls --dest ./docs ./qi-doc/scribblings/qi.scrbl

build-sdk:
raco setup --no-docs --pkgs $(PACKAGE-NAME)-sdk

# Note: Each collection's info.rkt can say what to clean, for example
# (define clean '("compiled" "doc" "doc/<collect>")) to clean
# generated docs, too.
Expand Down
1 change: 0 additions & 1 deletion qi-sdk/benchmarks/nonlocal/qi/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
double-values)

(require (only-in math sqr)
(only-in racket/list range)
qi
qi/list)

Expand Down

0 comments on commit a9fed8f

Please sign in to comment.