Philip McGrath
Philip McGrath
It looks like the @ChezScheme account has never had any public activity, and I recognize several of its 8 [followers](https://github.com/ChezScheme?tab=followers) as people interested in Chez Scheme. I just happened to...
According to https://racket.discourse.group/t/chez-for-architectures-without-native-backends/950/15, I'd read about it in: https://github.com/cisco/ChezScheme/blob/2b39576bd751fc60edb486f94fe91742a61751b7/BUILDING#L85-L93 The link in my post was to Racket's `release` branch, and thus is broken, but it looks like you added it...
I've hit the issue with `make test-some` in addition to `make test`. IIRC, every time it's happened the last line has included `eval=interpret`, so I'll try `make test-some-fast` next.
I've had `make test-some-fast` fail, too (last line: `-------- o=3 cp0=t cp0 --------`), so I think I just need to skip tests for now.
I've looked at this a bit more, and I think I can see a strategy for gensyms to work with reproducible builds. As I understand this code: https://github.com/cisco/ChezScheme/blob/8c5f5cc27cf8f2b432aafc4f2fc640435294b74a/s/5_7.ss#L87-L129 Chez only...
The behavior of `/` with exact `0` (see https://github.com/cisco/ChezScheme/issues/400 and https://github.com/cisco/ChezScheme/pull/773) seems worth adding to this list.
Thanks! I've changed to configure with `--enable-racket` only for cross builds of Racket CS. (I think I must have added it unconditionally when setting up initial cross-compilation support for the...
> The first is a harder problem, the tests aren't set up to run without network access. Of course, I wouldn't complain if you added a way to disable that....
My strongest opinion is that, if we do use a `LICENSES` directory, we should do it in a way that is actually consistent with the REUSE specification. That means the...
That's what was adopted when `raco pkg new` was changed from `LGPL-2.0-or-later` in https://github.com/racket/racket/pull/2701 after discussion in https://github.com/racket/racket/issues/1570#issuecomment-501123607 (buried in the enormous relicensing thread) with @sorawee, @samth, and @spdegabrielle. I...