Re: [racket-users] Strange Error (Take 2)

2016-10-03 Thread 'brown131' via Racket Users
On Sunday, October 2, 2016 at 7:40:10 AM UTC-5, Matthew Flatt wrote: > Hi Scott, > > I didn't realize that you had deleted the old post, so I responded to > it after all. I'm happy to update that reply in this thread. > > I think that you're seeing a bug in the current expander's marshaling > of

Re: [racket-users] Strange Error (Take 2)

2016-10-02 Thread Matthew Flatt
Hi Scott, I didn't realize that you had deleted the old post, so I responded to it after all. I'm happy to update that reply in this thread. I think that you're seeing a bug in the current expander's marshaling of information for a compiled module. In your original program, the problem affects th

[racket-users] Strange Error (Take 2)

2016-10-01 Thread 'brown131' via Racket Users
I am getting strange error in my Racquel package unit tests. I'm not sure what Racket release it started appearing in, but certainly 6.6 or 6.5. A couple of days ago, I posted the all of code that was causing the error, but there was too much going on for anyone to make sense of it (including me