Skip to content

Commit

Permalink
v9.3: no change to morsecode perf
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed May 3, 2024
1 parent 0570398 commit 9b451b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(define deps '("base" "typed-racket-lib" "typed-racket-more" "require-typed-check"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib" "typed-racket-doc" "at-exp-lib" "gtp-util" "pict-lib" "scribble-abbrevs" "syntax-sloc" "with-cache"))
(define pkg-desc "Gradual typing benchmark programs")
(define version "9.2.1")
(define version "9.3")
(define pkg-authors '(ben))
(define scribblings '(("scribblings/gtp-benchmarks.scrbl" () ("Benchmarks"))))
(define compile-omit-paths '("benchmarks" "utilities/sample-gtp-measure-manifest.rkt"))
Expand Down
5 changes: 5 additions & 0 deletions scribblings/gtp-benchmarks.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ See also the GitHub release notes:
@url{https://github.com/bennn/gtp-benchmarks/releases}

@itemlist[
@item[
@history[#:changed "9.3"
@elem{Change a @racket[require/typed] declaration in @racket[morsecode] from
@racket[Index] to @racket[Integer] to match the exporting module.
(@hyperlink["https://github.com/utahplt/gtp-benchmarks/commit/05703981ab6eae658014a9850e5cde79278b47f0"]{@tt{057039}}).}]]
@item[
@history[#:changed "9.2"
@elem{Add an @racket[assert] in @racket[take5] to accommodate the
Expand Down

0 comments on commit 9b451b6

Please sign in to comment.