shuhung

Results 71 comments of shuhung

EDITED: for `#lang htdp/isl+` v7.9 did work but for `.scrbl` it doesn't. This works in v7.9 (BC) but breaks in v8.0 (BC). ``` ●[Jan15 12:43:35] $ ..../v79-bc/bin/racket Welcome to Racket...

> @samth wrote: > I don't know if 3 is reasonable since we're passing a specific git reference. But maybe an `--extra-git-args` flag? Oops, I meant to write repositories. This...

Found the "cannot split" error too. Thanks for the `--no-keep-pattern-variables` hint. (On the other hand, `--keep-pattern-variables` does seem like a better default option because dot pattern does not represent constructor...

Trying to find-and-replace `pattern` with `xyz` in this code blows the contents of the comment box away: The file is created by inserting a comment box at line 5, ```racket...

Did the `.rackboot` section get stripped as in #4981 https://github.com/racket/racket/issues/4981#issuecomment-2078462635 (and also https://github.com/racket/racket/issues/3726#issuecomment-798734769)?

You can use the recently added `read-json*` function which I think is going to be included in v8.16: [Documentation of `read-json*` from the snapshot build](https://users.cs.utah.edu/plt/snapshots/current/doc/json/index.html#%28def._%28%28submod._%28lib._json%2Fmain..rkt%29._for-extension%29._read-json%2A%29%29) Added in #5151 by @samdphillips.

> I'm having trouble reproducing the error. It seems like, when I create a new frame and don't hit Run the button (but because the language was already set I'll...

So here's the configuration to reproduce the error: 1. Language -> Choose Language -> Automatic #lang line: * Select _Always use the same #lang line: `#lang racket/base` 2. **TURN OFF...

> Can you do me a favor and check in Guillaume's paper whether "advice on how to fix things should go into error messages"? My recollection is that we should...

Tests added to `module-lang-test.rkt` in https://github.com/racket/drracket/pull/689.