Jay McCarthy
6d06e8c66d
Fixing PR14168
2013-11-19 08:53:59 -07:00
Jay McCarthy
dca5888465
Fix PR14167
2013-11-19 08:53:59 -07:00
Matthew Flatt
b64f74bbed
racket/gui cocoa: fix for Mac OS X before 10.7
...
I forgot to guard a NSScreen method called for Retina support
with a version check.
2013-11-19 07:19:25 -07:00
Asumu Takikawa
8323e679eb
Add channel contracts
2013-11-19 01:41:05 -05:00
Robby Findler
1b47cf5898
clean up mistakes in 21807d3
...
- remove bogus test case
- fix bug in collector
- fix bug in test
2013-11-18 21:49:30 -06:00
Robby Findler
d2fd37c251
attempt to add a little more information
...
to help diagnose this (and related) failures:
http://drdr.racket-lang.org/27793/pkgs/drracket-pkgs/drracket-test/tests/drracket/easter-egg.rkt
2013-11-18 21:49:30 -06:00
Robby Findler
62615f492d
quote a name in an error message
2013-11-18 21:49:30 -06:00
Max New
a2021fa634
Fix in-hole enum bug and add test case
2013-11-18 21:12:19 -06:00
Max New
0b663736fb
Add redex enum support for cross patterns
2013-11-18 20:14:07 -06:00
Max New
1e6786eedf
Clean up preprocess-lang
2013-11-18 20:14:07 -06:00
Robby Findler
21807d3790
add a collector that moves things around (in a dumb kind of a way)
...
catches the bug fixed in acbc80edd
2013-11-18 19:28:33 -06:00
Robby Findler
f6a200b6c2
remove incorrect comment
2013-11-18 19:28:33 -06:00
Matthew Flatt
a88aa3c428
fix JIT slow path for bitwise-bit-set?
...
I'm having trouble producing a small test that triggers the bug, but
I'll keep trying.
2013-11-18 17:41:04 -07:00
Vincent St-Amour
eb67abb2ef
Add quoting to error message.
...
Closes PR14160.
2013-11-18 15:32:12 -05:00
Vincent St-Amour
63572cc0f7
Fix line breaks in the docs.
2013-11-18 15:09:33 -05:00
Vincent St-Amour
eb7c7b0d0b
Document type generalization.
2013-11-18 15:09:33 -05:00
Vincent St-Amour
def31658f1
Improve message when simplifying type display at the REPL.
...
Closes PR14159.
2013-11-18 15:09:33 -05:00
Jay McCarthy
e9e9ab651e
Update hourly
2013-11-18 12:19:14 -07:00
Jay McCarthy
acbc80edd9
Fix crippling error in gc2
2013-11-18 12:19:14 -07:00
Matthias Felleisen
e3fab53ef7
integer in random explanation becomes natural
2013-11-18 11:45:47 -05:00
Eric Dobson
9f68c959ee
Add newline in query-type/result.
2013-11-17 20:11:09 -08:00
Eric Dobson
e4c07f14ab
Add approprite init calls.
...
Closes PR 13102.
2013-11-17 20:11:09 -08:00
Eric Dobson
02a5616ccd
Use actual original syntax.
...
Don't know how to test that this is better since I don't even know if it
is used.
2013-11-17 20:11:09 -08:00
Eric Dobson
f8eae8c00d
Make top interaction handle module correctly.
...
Closes PR 14163.
2013-11-17 20:11:09 -08:00
Eric Dobson
7e0553e037
Move code for top-interaction commands to their own file.
...
Also adds some more test cases.
2013-11-17 20:11:09 -08:00
Eric Dobson
5d7710733d
First hacky solution to fixing toplevel interactions, and tests.
...
Closes PR 14161.
2013-11-17 20:11:08 -08:00
Robby Findler
a67a2a2ae2
on more attempt to fix this contract
2013-11-17 22:10:41 -06:00
Robby Findler
654a1c89bb
add a special splash screen for Ada Lovelace's bday (Dec 10)
2013-11-17 22:08:02 -06:00
Robby Findler
52da06ee85
reflow the splash screen before showing it so as to try to
...
not call the paint callback with a strange size
2013-11-17 22:08:02 -06:00
Ryan Culpepper
9b88a732eb
add check for check-exn predicate
...
closes PR 14165
2013-11-17 18:17:54 -05:00
Ryan Culpepper
ff19b9a74d
fix custom deserialize-info
...
The deserialize fallback fails on modules that contain both custom
deserialize-info definitions and uses of serializable-struct.
2013-11-17 17:58:03 -05:00
Robby Findler
4db57816fc
Guard drag-ok? so it handles the empty list properly
...
change suggested by Stefan Schmiedl; closes PR 14164
It seems a bit strange that a region callback can
be invoked when there are no cards, but looking at
the card library it isn't obvious that the list
is supposed to be non-empty, so probably better
to just be "defensive" in this case, rather than
attempting to tighten the contracts
2013-11-17 16:34:02 -06:00
Robby Findler
fac70aa121
use the same colors as in the docs for the text & label in the blue boxes
2013-11-17 15:59:55 -06:00
Robby Findler
4c65ee6d58
fix contract (#f can always happen-- it means the dialog was cancelled by the user)
2013-11-17 15:59:55 -06:00
Eric Dobson
c0230fb6f4
Simplify type of hash-has-key?.
2013-11-17 10:53:29 -08:00
Matthias Felleisen
b11c485523
integer is now natural, Closes PR14156
2013-11-17 13:52:25 -05:00
Eric Dobson
ff958867d5
Correct type of hash-has-key?.
...
Closes PR 14157.
2013-11-17 10:34:18 -08:00
Robby Findler
31c14d51ae
fix contract
2013-11-16 20:21:07 -06:00
Robby Findler
077190c244
adjust the drracket blue boxes to be more like the new docs blue boxes
2013-11-16 20:21:07 -06:00
Robby Findler
83b0b09ab7
break some lines in the ->i blue box
...
to make it fit in the allowed width
2013-11-16 20:21:06 -06:00
Robby Findler
0678b4442c
fix some junk from yesteryear in the contracts reference
2013-11-16 17:03:25 -06:00
Eric Dobson
828320a768
Update excluded docs for TR.
2013-11-16 13:42:53 -08:00
Matthew Flatt
b520b66c4e
restore old Scribble default style, but make new style default for manuals
...
Using
#lang scribble/base
produces HTML output in the old style, while
#lang scribble/manual
uses the new style.
To get the new style without switching to `#lang scribble/manual`,
use `manual-doc-style`.
Related changes include the addition of `css-style-addition` and
`js-style-addition`.
2013-11-16 14:38:59 -07:00
Matthew Butterick
090314826b
updated scribble CSS files for new docs layout
2013-11-16 14:38:59 -07:00
Robby Findler
4a6ed09b60
add support for getting directories via the collection paths
2013-11-16 14:48:45 -06:00
Max New
63023611ad
Revert mismatch name support and move base type enumerators
2013-11-16 12:55:00 -06:00
Mike Sperber
628965eb3b
Synch German string constants with latest.
2013-11-16 14:49:13 +01:00
Asumu Takikawa
a440a46cce
Make thread cell top type consistent with docs
2013-11-14 22:42:29 -05:00
Robby Findler
f8ea4f46ef
use the enumerator in a new option to redex-check
2013-11-14 19:56:48 -06:00
Robby Findler
0993a029cd
add open-collection-path menu item to the no-frames-around
...
menu bar under mac os x
2013-11-14 19:56:48 -06:00