Matthew Flatt
Matthew Flatt
I don't know how to make this work, after all. It does work to extend the `Sequence` namespace with a `toList` function: ``` fun Sequence.toList(s :: Sequence) :: List: let...
I think allowing dot providers to be repetition-aware makes sense. I expect to have a PR soon.
My first impression is that the answer to 1 should be "no", and the expressions should be evaluated when the definition is evaluated. But that would implement that the environment...
Maybe this should be deferred to real-time discussion, but my immediate impression is that this is much too stateful. I think `List` should mean an immutable value, not something that...
Those seem like a good improvements! Still... > I'd like iteration to not require allocation, since it's going to occur in tight loops very frequently. That seems like a reason...
Yes, I think the original problem was fixed, and the installer test was part of the v8.13 release (and maybe v812, but I forget).
I think this is a case of v7.0 fixing a bug in v6.12. While that example does run for me in v6.12, the example ``` #lang racket/base (require rackunit) (require/expose...
Ah, yes, the fact that `assign-type` is defined `for-syntax` does help clarify why v6.12 accidentally accesses the intended variable in combination with `(require turnstile/examples/dep)`. The docs for `require/expose` should probably...
~~Use those environment variables, but also copy "libeay32.dll" and "eayssl32.dll" in place early to "racket/lib". That way, OpenSLL is used, instead of too-old Windows SSL libraries.~~ Sorry — Your error...
Since Windows SSL is working and not OpenSSL, maybe it will work to delete the OpenSSL libs from "racket/lib" and disable them in the "racket-lib" package.