Spencer Florence
Spencer Florence
It would be nice to have a custom coertion/parsing function beyond the generic type based ones. Something like: (define/provide-environment [id #:coerse my-parse]) This would allow types beyond the default ones...
Origionaly from https://groups.google.com/forum/?fromgroups#!searchin/racket-users/libobj%7Csort:relevance/racket-users/W_-4aN7kPyI/cwgwz2xIBAAJ Two small example of this: ``` (make-module-evaluator `(module m racket (require 2htdp/image))) ``` ``` (make-evaluator 'racket #:requires '(2htdp/image)) ``` These errors with one of the following, depending...
When providing the identifier `rename`, `contract-out` seems to match the `rename` identifier literally rather than by binding. This leads to a confusing error when trying to provided something named `rename`...
Follow up to #1060, in which this finally works for Windows.