Huh. It seems to fail with a similar error message using pasterack.org:
http://pasterack.org/pastes/72311
But it works for me on all the various Racket versions I happen to
have installed on OS X (5.3.5, 6.0, 6.1.1, 6.1.16) as well as on 6.0.1
on Ubuntu.
Racket Users list:
I get this too, but only in the REPL. If I run it in a module, it works fine.
Seems like a bug…?
> On Jan 31, 2015, at 19:32, fyooo wrote:
>
> I followed the guide in http://docs.racket-lang.org/guide/serialization.html
>
> > (require racket/serialize)
> > (serializable-struct posn (x y) #:tra
I followed the guide in http://docs.racket-lang.org/guide/serialization.html
> (require racket/serialize)
> (serializable-struct posn (x y) #:transparent)
> (deserialize (serialize (posn 1 2)))
. . dynamic-require: name is not provided
name: 'deserialize-info:posn-v0
module: #__
3 matches
Mail list logo