Robby, On 12/06/2016 07:20 PM, Robby Findler wrote:
I'm not sure if it helps, but errortrace fully expands your program and then traverses that and adds continuation marks (this is called "annotation" in the errortrace docs). There may be a bug in this process that causes information to be lost, I suppose, but the problem with the dynamically required module may also be that it didn't annotate it. It won't annotate it if there is a .zo file already, I believe.
errortrace did add its continuation marks into the dynamically loaded module. It was the build-in Racket's (current-continuation-marks) who did not succeed in that. errortrace works great in principle, but too slow in some cases.
Best regards, Dmitry -- 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.