Yes, this is clearly a bug.
At Fri, 29 Mar 2013 16:21:49 -0400, Vincent St-Amour wrote:
>
> I have found what I think may be a bug in Racket's constant propagation:
>
>(unsafe-fx* 0 (error 'foo))
>
> does not throw and error and evaluates to 0. If 0 is replaced with
> another value, or if i
I have found what I think may be a bug in Racket's constant propagation:
(unsafe-fx* 0 (error 'foo))
does not throw and error and evaluates to 0. If 0 is replaced with
another value, or if it's `read' in, the error is thrown.
`unsafe-fxquotient' has the same issue.
On the one hand, this is a
I'm running into an internal error with the syntax/module-reader
library with the given test program, and wanted to double check with
someone else before committing the fix upstream.
The test file is:
https://gist.github.com/dyoo/5272982
When I run this under an unpatched module reader, I
3 matches
Mail list logo