Re: [racket] misleading error message about check-satisfied

2015-01-29 Thread Robby Findler
Thanks for the report! I've pushed a fix to our git repo. Robby On Thu, Jan 29, 2015 at 6:24 PM, Suzanne Menzel wrote: > Hello, > > A student wrote the following two line program in BSL: > >(require 2htdp/image) >(check-satisfied (rectangle 10 "solid" "black") image?) > > When Run, the m

[racket] misleading error message about check-satisfied

2015-01-29 Thread Suzanne Menzel
Hello, A student wrote the following two line program in BSL: (require 2htdp/image) (check-satisfied (rectangle 10 "solid" "black") image?) When Run, the messages are: check-satisfied: expects function of one argument in second position. Given image? The test passed! The actual er