Re: [racket-users] Semaphore-count

2018-09-07 Thread Craig Allen
Thanks, I will look into this. On Thursday, 6 September 2018 03:25:43 UTC+1, gneuner2 wrote: > > > On 9/4/2018 11:46 AM, George Neuner wrote: > > > > AFAIK there is no way to simply 'check' if the semaphore is available. > > > > I was wrong - there is a way using events: semaphore-peek-evt c

[racket-users] Build racket failure if I translate the text in racket/share/pkgs/scribble-lib/scribble/private/manual-bind.rkt

2018-09-07 Thread Oling Cat
I'm translating the racket docs into Chinese and made some change in scribble like this , and it will cause follow errors: raco setup: rendering: /racket-index/scribblings/main/search.scrbl > make-script: inter

Re: [racket-users] What does `raco test file.rkt` do by default if no `test` submodule?

2018-09-07 Thread Marc Kaufmann
Thanks Greg and David. If I use raco test, is the best practice to configure test runs via an info.rkt file (I did that when I wanted to exclude files instead of the `-x` flag)? Are there any common (best?) practices for racket tests that I should be aware of, whether it is purely by convention