Sam Tobin-Hochstadt
ade6ebff99
Minor doc fixes.
2014-01-04 17:56:28 -05:00
Sam Tobin-Hochstadt
1bdeade900
Export unsave-bug-report
. Fix doc typo.
2014-01-04 17:56:28 -05:00
Asumu Takikawa
79ffd87a67
Document alternative type annotation form
2014-01-04 17:30:48 -05:00
Eric Dobson
8dc10e6c3d
Remove info file from test directory.
2014-01-03 21:08:51 -08:00
Eric Dobson
feeb6c9163
Add tc-toplevel/full and tc-module/full and use them.
2014-01-03 20:48:46 -08:00
Eric Dobson
a9e8324a38
Replace init argument with direct calls to do-standard-inits.
2014-01-03 20:46:50 -08:00
Eric Dobson
eeacfc57ff
Split out do-standard-inits.
2014-01-03 20:42:20 -08:00
Eric Dobson
f6ef86d7db
Make tc-setup just take a function instead of 3 identifiers.
2014-01-03 20:42:15 -08:00
Matthew Flatt
bd4d0b7528
if a bitmap has a non-1 backing scale, always draw smoothly to other contexts
2014-01-03 18:12:12 -07:00
Matthew Flatt
aef5edca9d
Dienprogramm logo @2x
2014-01-03 17:57:56 -07:00
Matthew Flatt
aaea2e4fa1
Racket splash/about logo @2x
2014-01-03 17:57:56 -07:00
Neil Toronto
1a465502b0
Removed recently broken "doc-tests.rkt"
...
The breakage was from `declare-exporting' now requiring at least one
module path. Plot's docs build makes the test superfluous, anyway.
2014-01-03 12:52:55 -07:00
Matthew Flatt
463b81780a
racket-style.css: move margin-note img formatting to Guide/Ref icon
...
Setting image with to 1.5em seems to be aimed specifically at
the cross-reference icons in the Guide and Reference, and the
width should not apply to just any image in a margin note.
2014-01-03 10:22:53 -07:00
Matthew Flatt
e47a90cc10
some @2x tool icons
2014-01-03 09:01:00 -07:00
Matthew Flatt
037a211f9a
DrRacket: enable @2x bitmaps for tool icons
2014-01-03 09:00:41 -07:00
Matthew Flatt
90a534f304
racket/draw: add #:try-@2x?
argument to read-bitmap
2014-01-03 08:38:15 -07:00
Matthew Flatt
4ee266fd97
images/icons: add backing-scale
arguments
...
By default, icons render with a backing scale of 2.
2014-01-02 19:04:22 -07:00
Matthew Flatt
5e903441a4
racket/draw: add a backing-scale argument to bitmap constructors
...
Generalizes backing-scale support created for `make-platform-bitmap`
and Mac OS X in Retina mode so that any bitmap can be created with
a backing scale (except monochrome bitmaps or bitmaps with masks).
2014-01-02 19:04:22 -07:00
Matthew Flatt
4f86f1de62
racket/gui cocoa: preserve resolution of bitmaps as control labels
...
This change is mainly for Retina display mode.
2014-01-02 19:04:22 -07:00
Robby Findler
533a2f21f8
allow looking at a pkg lockfile in the sandbox
...
(this comes up when building <pkgs>/ paths, something the
contract system does)
2014-01-01 11:03:57 -06:00
Robby Findler
a205963d95
the planet tests should not count as random
2014-01-01 10:58:09 -06:00
Matthew Flatt
48a85125da
copy drdr:random
command props to test configs
2014-01-01 08:21:31 -07:00
Matthew Flatt
31f80b4ae2
copy gracket
command props to lock-name
as "gui" test config
2014-01-01 07:27:15 -07:00
Matthew Flatt
19f8f30f63
copy responsible
info to "info.rkt" files
...
It seems more ideal that `pkg-authors` would be specific enough
responsibility, but our existing allocations of responsibility are
more fine-grained, and we keep them for now.
2014-01-01 07:27:15 -07:00
Matthew Flatt
59cbefe47a
raco test: responsible-party and varying-party logging, lock names
...
The responsible party for a test defaults to the enclosing package's
author.
Also, add support for a `test-timeouts` fallback in "info.rkt".
2014-01-01 07:27:15 -07:00
Robby Findler
796f82e4ad
whoops: remove duplicate test submodule
2013-12-31 21:26:53 -06:00
Robby Findler
d7970d37ce
move planet test specifications into the test files and out of info.rkt
...
and also minor rackety
2013-12-31 21:22:57 -06:00
Robby Findler
856bf24d1c
add deps
2013-12-31 18:01:58 -06:00
Robby Findler
13cab9ca7a
disable planet tests except run-all.rkt
...
since run-all.rkt runs them all and this way we can
make sure they run sequentially
2013-12-31 15:48:10 -06:00
Stephen Bloch
7b742e7c65
Added add-polygon and scene+polygon functions.
2013-12-31 13:41:42 -05:00
Matthew Flatt
b7f4e10fe1
MzCom: fix command-line parsing
...
I couldn't get MzCOM to work in a release build, because my
installations always had a "-" in the path.
Merge bug fix to v6.0 (pending review)
2013-12-31 10:55:04 -07:00
Jay McCarthy
947bebad23
Look for randomness notification
2013-12-31 10:22:39 -07:00
Jay McCarthy
669229a911
Setting PLTLOCKDIR
2013-12-31 10:17:15 -07:00
Jay McCarthy
96e4ddd8ab
Incorporate new raco test usage
2013-12-31 10:13:42 -07:00
Jay McCarthy
0dd91cdc2f
Add HTML tests to main-distribution-test
2013-12-31 09:47:43 -07:00
Matthew Flatt
93b38e25a6
fix CPP guard on clang pragmas
2013-12-31 06:49:49 -07:00
Matthew Flatt
d3095f47da
fix (disable) for test
2013-12-31 06:49:49 -07:00
Matthew Flatt
88435da36b
db/odbc: make library-missing failure lazy
2013-12-31 06:49:49 -07:00
Matthew Flatt
9a44e24fca
props: restore gracket
entries
...
Although `raco test` can run the relevant tests, `gracket` causes DrDr
to serialize tests, so keep the `gracket` entries for now.
2013-12-31 06:49:49 -07:00
Robby Findler
8cd129ba6d
A possible fix to a memory leak in errortrace
...
This seems to get rid of the leak, but I'm not sure
if the cache is still doing is job properly. (Most of
the diff hunks in this commit are renaming variables;
the main change is adding the parameter to hold the cache)
2013-12-31 07:18:54 -06:00
Robby Findler
fd743ccdba
make me and christos responsible for the options contracts tests
2013-12-30 21:05:46 -06:00
Robby Findler
ae278e3130
adjust drracket to run the test submodule before the main one.
2013-12-30 21:05:46 -06:00
Matthew Flatt
bce27aa387
raco test: add -m/--modules flag, exit code 2 for timeout
...
Treats file arguments the same as a file in a directory, package,
or collection.
If any test fails due to a timeout, the exit code is 2 (instead
of 1 for only non-timeout failures or 0 for only success).
2013-12-30 17:32:06 -07:00
Matthew Flatt
bce8fc84f8
fix ordering bug in place termination
...
This bug was introduced in 94771f16ed
, moving a local-variable
initialization to after its use.
2013-12-30 16:23:44 -07:00
Matthew Flatt
56483c8809
suppress clang warnings
...
The warnings need to be suppressed only when compiling preprocessed
code during 3m compilation (because clang doesn't complain about
the relevant patterns when it knows that macros produced them).
2013-12-30 16:22:43 -07:00
Matthew Flatt
d33638248e
fix some test properties/submodules
...
Mostly, revert accidentally removed ".scm" and ".ss" entries.
2013-12-30 16:22:30 -07:00
Matthew Flatt
33f2c23c05
workaround clang problem
...
Using MZ_INLINE on scheme_get_realint_val() and
scheme_get_unsigned_realint_val() leads to a link
error when using the current clang on Mac OS X 10.9.
Remove the MZ_INLINE declaration, since a modern C
compiler will inline, anyway.
2013-12-30 15:20:30 -07:00
Matthew Flatt
6a0b3af9cd
add missing dependency in "r6rs-test"
2013-12-30 12:51:40 -07:00
Matthew Flatt
43d3479786
sync test configuration for non-".rkt" files
2013-12-30 12:15:18 -07:00
Matthew Flatt
58d425c00c
raco test: fix error summary in direct mode
...
Also, fix a doc typo
2013-12-30 12:15:18 -07:00