preparing release
This commit is contained in:
parent
7f2d57e827
commit
a67fe14f9e
|
@ -1,4 +1,4 @@
|
||||||
;; The first three lines of this file were inserted by DrScheme. They record metadata
|
;; The first three lines of this file were inserted by DrRacket. They record metadata
|
||||||
;; about the language level of this file in a form that our tools can easily process.
|
;; about the language level of this file in a form that our tools can easily process.
|
||||||
#reader(lib "htdp-intermediate-lambda-reader.ss" "lang")((modname world) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
|
#reader(lib "htdp-intermediate-lambda-reader.ss" "lang")((modname world) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
|
||||||
(require 2htdp/universe)
|
(require 2htdp/universe)
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
(check-expect (key=? "b" "a") false)
|
(check-expect (key=? "b" "a") false)
|
||||||
|
|
||||||
(check-error (key=? "a" 0) "key=?: expected <KeyEvent> as second argument, given: 0")
|
(check-error (key=? "a" 0) "key=?: expected <KEY-EVTS> as second argument, given: 0")
|
||||||
|
|
||||||
|
|
||||||
;; run world run
|
;; run world run
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Version 5.0 [Fri May 28 13:43:21 EDT 2010]
|
||||||
|
|
||||||
|
* added to-draw to universe to prepare the switch to the new terminoloy
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
Versin 4.2.5 [Fri Mar 26 10:02:11 EDT 2010]
|
Versin 4.2.5 [Fri Mar 26 10:02:11 EDT 2010]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user