On 07/23/2017 07:26 AM, Alejandro Sanchez wrote:
Hello everyone,

I am working on this project: https://gitlab.com/HiPhish/MsgPack.rkt/

I am writing test cases and I ran into a problem with my ‘ext’ structure. It is 
declared in the file ‘msgpack/main.rkt’, which is required in the file 
‘msgpack/pack.rkt’ (also in ‘msgpack/unpack.rkt’). For my test case the test 
file looks like this:

It looks like msgpack/pack.rkt requires "../main.rkt" rather than "main.rkt". There isn't a "../main.rkt" checked in, so maybe you have a stale file getting loaded? (It could be at "../main.rkt" or possibly "../compiled/main_rkt.zo".)

Ryan

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to