File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33(define deps '("base " "typed-racket-lib " "typed-racket-more " "require-typed-check " ))
44(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 " ))
55(define pkg-desc "Gradual typing benchmark programs " )
6- (define version "9.2.1 " )
6+ (define version "9.3 " )
77(define pkg-authors '(ben))
88(define scribblings '(("scribblings/gtp-benchmarks.scrbl " () ("Benchmarks " ))))
99(define compile-omit-paths '("benchmarks " "utilities/sample-gtp-measure-manifest.rkt " ))
Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ See also the GitHub release notes:
122122@url{https://github.com/bennn/gtp-benchmarks/releases}
123123
124124@itemlist[
125+ @item[
126+ @history[#:changed "9.3 "
127+ @elem{Change a @racket[require/typed] declaration in @racket[morsecode] from
128+ @racket[Index] to @racket[Integer] to match the exporting module.
129+ (@hyperlink["https://github.com/utahplt/gtp-benchmarks/commit/05703981ab6eae658014a9850e5cde79278b47f0 " ]{@tt{057039 }}).}]]
125130 @item[
126131 @history[#:changed "9.2 "
127132 @elem{Add an @racket[assert] in @racket[take5] to accommodate the
You can’t perform that action at this time.
0 commit comments