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"
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
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
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
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
5 matches
Mail list logo