samth / test-bugs

2 stars 0 forks source link

integer-sqrt/remainder has a type which crashes TR #182

Open endobson opened 9 years ago

endobson commented 9 years ago
Originally submitted on: Wed Apr 08 00:20:01 -0400 2015

Evaluating an application of integer-sqrt/remainder crashes TR.

Steps to Reproduce:
-> (require typed/racket)
-> (integer-sqrt/remainder 7.0)
; -values: arity mismatch;
;  the expected number of arguments does not match the given number
;   expected: 1
;   given: 2
; [,bt for context]
Release:
HEAD
Environment:
MacIntel / Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like
 Gecko) Chrome/41.0.2251.0 Safari/537.36
This bug was converted from Gnats bug 15034.