Re: [racket-users] Re: reporting contract violations in executable programs

2018-11-01 Thread Shu-Hung You
Thanks for catching this! This is a bug in the setup/dirs library, which the contract system transitively depends on to compute the path in the error message. I opened a pull request and let's see how it goes (#2352). On Thu, Nov 1, 2018 at 5:23 PM Alex Harsanyi wrote: > > > > On Thursday, Novembe

[racket-users] Re: reporting contract violations in executable programs

2018-11-01 Thread Alex Harsanyi
On Thursday, November 1, 2018 at 7:38:29 PM UTC+8, Alexander McLin wrote: > > I’m a little confused here, to me it looks like the second contract > violation is completely different from the first one. > My program is only seven lines of code and does not call `build-path`. Also, if I fix th