Sam Tobin-Hochstadt

Results 120 issues of Sam Tobin-Hochstadt

For a paper we're writing about Rattle (which uses fsatrace) we'd like to quantify in some way how much of the filesystem API fsatrace covers. Right now, it looks like...

- (exp (make-rectangular 1.7976931348623153e+308 0.0)) - http://drdr.racket-lang.org/55871/cs/racket/share/pkgs/typed-racket-test/tr-random-testing.rkt - http://drdr.racket-lang.org/56100/cs/racket/share/pkgs/typed-racket-test/tr-random-testing.rkt - http://drdr.racket-lang.org/56136/cs/racket/share/pkgs/typed-racket-test/tr-random-testing.rkt - http://drdr.racket-lang.org/56154/cs/racket/share/pkgs/typed-racket-test/tr-random-testing.rkt (2 here) - http://drdr.racket-lang.org/56432/racket/share/pkgs/typed-racket-test/tr-random-testing.rkt

``` [samth@homer:~/.../ChezScheme/ta6le/mats (toom3) racket-8.0] r -I typed/racket Welcome to Racket v8.0 [cs]. > (make-input-port) ; readline-input:1:0: Type Checker: No function domains matched in function ; application: ; Domains: Any (->...

``` [samth@homer:~/sw/plt (master) plt] r Welcome to Racket v7.9.0.17 [cs]. > (exp +nan.0+0.0i) +nan.0+0.0i > ^D [samth@homer:~/sw/plt (master) plt] r -I typed/racket Welcome to Racket v7.9.0.17 [cs]. > (exp +nan.0+0.0i)...

Currently, the "base" package depends on the ["racket-win32-x86_64"](https://github.com/racket/libs/tree/master/racket-win32-x86_64-3) package, which includes libiconv. libiconv is under the LGPL v2.1, and is the only LGPL dependency of minimal Racket (the others are...

platform:windows

This enables the Linux `perf` tool to know function names generated by the Racket BC jit.

This will cause them to be hidden by default in GitHub diff view. Also, indicate that .zuo files should be highlighted like Racket. Other generated files could be added here...

Also document limitation, and suggest a fix. Closes #1386 Closes #2152