[racket-users] raco test: 0 tests run, 1 test passed

2017-02-24 Thread Alex Harsanyi
I'm a bit confused about how raco test is reporting the number of tests run, if a test case is defined outside a test suite. If I run the program below: #lang racket (require rackunit) (require rackunit/text-ui) (define my-test-case (test-case "My Test case"

[racket-users] Question about how to number equations under scribble-math module

2017-02-24 Thread tachlithavayati
Thanks to the writers of the scribble-math package. It's great to have ready the commands for writing math with LaTeX under Scribble. My question: is there a practical way to add numbering to the equations in a Scribble document with the support of the scribble.math package, and later to be ab

[racket-users] Re: Standalone Executables and shared libraries

2017-02-24 Thread Lehi Toskin
On Windows the easiest way to deal with DLL's is to have them in the same directory as the program. If they aren't in the same directory, you'll need to specify their path like `(ffi-lib "C:\\path\\to\\vendor\\dir\\foo")` in the wrapper file. -- You received this message because you are subscr

[racket-users] JFYI, c-level assertion failures during build

2017-02-24 Thread 'John Clements' via Racket Users
I’m currently in a state where calling `make` in my top-level racket directory results in output ending thusly: … raco setup: 1 making: /cldr-bcp47/cldr/bcp47/data Assertion failed: (!(used && (pre_body->count == 1) && pre_body->vars[0]->optimize.known_val && ((Scheme_Type)(scheme_once_used_type

[racket-users] Standalone Executables and shared libraries

2017-02-24 Thread Deren Dohoda
Hi racketeers, I must be doing something wrong. I apologize for a very long explanation of incongruities I find. What is the intended method of using shared libraries in Racket so that --- DrRacket works when the file is opened --- DrRacket works when the file is opened from the recently used file