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

2016-10-03 Thread 'brown131' via Racket Users
On Sunday, October 2, 2016 at 10:40:46 AM UTC-5, Alex wrote: > Hi Matthew, > > > You can get the same error as DrRacket by using `raco make` before > > `racket` on the command line. > > So it does! Thanks for the info/advice! And Scott, sorry for temporarily > hijacking your thread. > > Cheer

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

2016-10-03 Thread 'brown131' via Racket Users
ound is to use `define-namespace-anchor` in a > module that does not call any functions with a contract via > `racket/contract` (which is, of course, something you generally should > not have to know or worry about). > > Matthew > > At Sat, 1 Oct 2016 21:01:05 -0700 (PDT

[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

[racket-users] Strange Error Message

2016-09-29 Thread 'brown131' via Racket Users
I was looking through the Racket packages the other day and noticed that there are errors in the Racquel package that I maintain. I the error I am seeing is not very helpful: define-values: assignment disallowed; cannot re-define a constant constant: lifted.0 The problem is that there is no