Skip to content

Commit 3d70679

Browse files
committed
v8.0 commit, add v7.0 version history
gee I was all mixed up ... v7.0 = change to lnm v8.0 = change to acquire forgot to bump the version last time
1 parent 3e48651 commit 3d70679

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 "7.0")
6+
(define version "8.0")
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"))

scribblings/gtp-benchmarks.scrbl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,17 @@ See also the GitHub release notes:
109109

110110
@itemlist[
111111
@item[
112-
@history[#:changed "7.0"
112+
@history[#:changed "8.0"
113113
@elem{Remove @racket[racket/sandbox] dependency from @bm{acquire}
114114
and change the benchmark to stop using a player AI that times out.
115115
Timing info from sandbox depends on system calls; measurements should
116116
be more stable without it.
117117
Based on a first measurment, the typed/untyped overhead in @racket[acquire]
118118
is the same before and after.}]]
119+
@item[
120+
@history[#:changed "7.0"
121+
@elem{Fix a typed/untyped mismatch in @bm{lnm}; both versions of a
122+
certain helper function return @racket[(void)] now.}]]
119123
@item[
120124
@history[#:changed "6.0"
121125
@elem{@bold{Major Release}.

0 commit comments

Comments
 (0)