Results 222 comments of Philip McGrath
trafficstars

While the code where I encountered this is not yet public (we're working on it), I could provide access if it would help to diagnose these issues. But I'm also...

In case it's useful, I'm attaching the output of `raco expand` for the blamed module: [expanded.log](https://github.com/racket/web-server/files/3536773/expanded.log) (The `.log` extension is to appease GitHub.) Running the macro stepper on this module...

Yes, changing the contract and running `./config/no-voyant-test.rkt` instead has the web server start successfully and gives me this exception from within my servlet: `Attempt to capture a continuation from within...

Thanks! Trying `ping repo.usebottles.com` works fine for me outside of the Flatpak sandbox, as does just navigating to that page in my browser (the Firefox Flatpak, in fact, which I'm...

I tried using Bottles from Nix instead of the Flatpak, and it seems to be working fine! It has successfully connected to the internet and created a new bottle, at...

FWIW, I do not have UPC. (I'm in North America.)

> This is talking about immutable vectors, which is a distinct concept (introduced much more recently), and not related to the immutability described in the documentation for `quote`. Is it...

I'm not sure. I would love for (byte) strings and regular expressions used as contracts to be sound by default, if the backwards-compatibility issues are surmountable. I suspect (without any...

> 2. they produce contracts that copy the strings (preserving mutability, but they won't be flat contracts anymore) I had envisioned something slightly different, though I don't know that it's...