[racket-dev] read-marshalled: reader for splice-sequence-type not implemented?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jul 22 22:20:58 EDT 2011

I've pushed a repair and requested a merge to the v5.1.2 branch.

I don't know of other problems. In this case, the reader was
implemented but wired incorrectly due to a typo.

At Fri, 22 Jul 2011 11:40:10 -0400, Danny Yoo wrote:
> I'm getting an error in the 5.1.1.900 branch when trying to zo-parse a
> file.  Here's the error I'm seeing:
> 
> 
> --------------------------------------------------------------------------------
> --------------------------------------
>  read-marshalled: reader for splice-sequence-type not implemented
> 
>  === context ===
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:496:0: read-marshalled
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:733:2: loop
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:733:2: loop
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:733:2: loop
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:733:2: loop
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:496:0: read-marshalled
> /home/dyoo/local/racket/collects/compiler/zo-parse.rkt:994:0: core
> --------------------------------------------------------------------------------
> --------------------------------------
> 
> 
> Will this be fixed before the 5.1.2 release?  My Whalesong project
> depends intimately on compiler/zo-parse.  Are there other things in
> compiler/zo-parse that I should look out for?



Posted on the dev mailing list.