Sam Tobin-Hochstadt

Results 120 issues of Sam Tobin-Hochstadt

% raco pkg install racket-clojure

The recent commit 638313fe020ab5cfda5b464f86fdf570543bf74f, which removed various deprecated functions, broke the sawzall package and things that depend on it (see http://web.archive.org/web/20230411153024/https://pkg-build.racket-lang.org/server/built/fail/graphite.txt). I can get that package fixed, but it might...

http://pkg-build.racket-lang.org/server/built/deps/redis.txt

This doesn't do anything smart with vectors, hashes, boxes, or other things that can appear in Racket s-expressions.

With 8.5.0.8, this program: ``` #lang typed/racket (: radians->chlen (-> Flonum Flonum)) (define (radians->chlen r) (* 2.0 (sin (* 0.5 (min pi r))))) ``` reports "Nothing to report" but the...

**Describe the bug** Running Drracket (from https://racket-lang.org) hangs Hermit as follows: ``` [samth@huor:~/tmp/hermit (main) plt] ./target/debug/hermit run ~/sw/plt/racket/bin/drracket 2022-11-28T22:09:38.410475Z WARN detcore::scheduler: Nondeterministic external actions [DetPid(3)] jumped in the middle of...

bug

**Describe the bug** hermit prints large amounts of debugging output about "Nondeterministic external actions [DetPid(3)] jumped in the middle of runnable work (1 tasks). Need to record this for reproducibility."....

bug

You need a `scribblings` entry in your info.rkt file so that the documentation gets built.

``` samth: so does global.eval also go through the translate hook? ...even direct eval? jorendorff: yes well, i think so i seem to recall dherman disagreeing ``` (2013 April 22)...

P2
resolved