[racket-users] Re: Need help porting a library to Typed Racket

2017-08-07 Thread hiphish
Thank you for your response. Right now I cannot implement it because either Racket or my package manager (or both) keeps breaking itself, but I will keep in mind what you said. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe fro

Re: [racket-users] Re: Need help porting a library to Typed Racket

2017-08-06 Thread Ray Racine
And back from the beach ... So I did observe the opaque error when attempting to run: raco test test/unpack/extension.rkt "A" way to clear that error is specify for TR what the procedure does actually return as opposed to punting to Any. unpack really doesn't return Any-thing. It returns a fix

Re: [racket-users] Re: Need help porting a library to Typed Racket

2017-08-06 Thread Ray Racine
Very much hurried and will look at it later ... 1. Don't use (file "xyz.rkt") just change it all to "xyz.rkt". i.e. drop the (file ). 2. The dir MsgPack.rkt uses invalid chars (assume the '.') so change it to say "msgpack/" 3. See 1.7.3 Linking and Developing New Packages in Racket Docs. Run

[racket-users] Re: Need help porting a library to Typed Racket

2017-08-06 Thread hiphish
*bump* I hope bumping is not frowned upon here. I just need to sort this one last issue out -- 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+unsubs