Eli Barzilay
49ab87eadc
"PLT Scheme Inc" -> "PLT Design Inc"
2013-02-12 08:06:30 -05:00
Eli Barzilay
2f4183242e
Some shuffling of text, and a `-wiki' for all wiki links.
2013-02-12 06:45:30 -05:00
Eli Barzilay
4f13b3f1d5
More code therapy.
2013-02-12 04:49:12 -05:00
Eli Barzilay
08174ec5e4
Misc code improvements, help text typo.
2013-02-12 02:34:48 -05:00
Patrick Mahoney
894d7267fb
Changes to move all games to Racket from Mzscheme.
...
Signed-off-by: Patrick Mahoney <paddy.mahoney@gmail.com>
2013-02-12 02:07:43 -05:00
Eli Barzilay
0ded7e4e26
Typo in error message
2013-02-12 01:52:03 -05:00
Robby Findler
89a2ff451e
add long-missing space
2013-02-11 22:08:02 -06:00
Robby Findler
8edd010bec
improve ->'s source location tracking
...
closes PR 13514
2013-02-11 20:37:15 -06:00
Danny Yoo
97005589e4
Add links to the Wiki from the Community page.
2013-02-11 18:42:39 -07:00
Vincent St-Amour
0bccf6b0b0
Forbid singleton types for integers whose type is platform-dependent.
...
Closes PR13501.
2013-02-11 14:30:19 -05:00
Danny Yoo
b9d1194225
Correct hyperlinks to 2htdp/image.
2013-02-11 08:43:43 -07:00
Jay McCarthy
2e7f4ba54a
Allowing github URLs from PNRs to use illegal package names
2013-02-11 06:10:58 -07:00
Robby Findler
1420ce4ed2
clarify colorer docs
...
Also, some cleanups of the code and
make the syntax-color/ library docs
point to color:text<%> instead of
color:text% (as the interesting information
is attached to the interface, not the class)
2013-02-10 10:30:28 -06:00
Matthew Flatt
2fc7cad446
racket/enter: fix for `enter!' related to submodules
...
The load handler didn't obey the protocol with respect to a second
argument that is a list starting with #f.
Closes PR 13096
2013-02-10 05:57:25 -07:00
Danny Yoo
f1e7051652
Override readline's getc function to use Racket's read-byte.
...
Eliminates the busy-polling behavior observed in Mac OS X when
xrepl is required at the regular repl.
Closes PR 13350.
2013-02-10 05:54:52 -07:00
Robby Findler
246939f781
tighten up the checks in the place where the framework receives
...
values from the lexer (for syntax coloring)
2013-02-09 20:42:34 -06:00
Asumu Takikawa
59eb1ad13c
Use up-to-date struct syntax in example
2013-02-09 19:42:21 -05:00
Robby Findler
2c35a98ad8
Adjust keybinding code to fall back from
...
get-active-canvas to get-canvas
Unclear if this is a bug in get-active-canvas or not
closes PR 13507
2013-02-09 14:58:21 -06:00
Robby Findler
5c21ab0e42
try to make the bug report form more robust when the
...
attempt to get the (nonexistent) captcha fails
2013-02-09 11:45:40 -06:00
Robby Findler
916f5d8ede
add a test case
...
related to PR 13505
2013-02-09 11:45:40 -06:00
Matthew Flatt
dd50ac8652
catch module-not-available mimatches earlier
2013-02-08 22:57:37 -06:00
Matthew Flatt
689b62a7a3
configure: adjust mmap()/mprotect() test
...
Avoid aggravating SELinux.
2013-02-08 22:57:37 -06:00
Matthew Flatt
d73ae88220
test case for `for' repair
...
Provided by Ryan to go with a85a71984d
.
2013-02-08 22:57:37 -06:00
Danny Yoo
c19b8a4f7c
Correct the contract in Example 3 to use and/c.
...
Closes PR 13486.
2013-02-08 14:05:46 -07:00
Neil Toronto
670efed007
Increased timeout for matrix tests
2013-02-08 12:18:48 -07:00
Sam Tobin-Hochstadt
4797173e58
Properly unquote in error message.
...
Fixes PR 13505.
2013-02-08 12:30:31 -05:00
J. Ian Johnson
469a69772c
For/product treated like for/sum for special annotation. Also allowed no annotation to be consistent with the docs.
2013-02-08 11:32:21 -05:00
Eric Dobson
40a9794c8f
Add missing pure functions.
2013-02-08 11:19:10 -05:00
Eric Dobson
19241c0979
Make overlap more precise.
2013-02-08 11:19:10 -05:00
Eric Dobson
c2b8671169
Fix :print-type. Closes PR13503.
2013-02-08 11:19:09 -05:00
Jay McCarthy
cd202f5411
Supporting headers and stateless in web-server/test
2013-02-08 07:01:36 -07:00
Eli Barzilay
0e8b5f87b3
New Racket version 5.3.3.1.
2013-02-08 03:30:17 -05:00
Robby Findler
995d4a4704
adjust test cases for recent changes to the lexers
2013-02-07 21:25:02 -06:00
Vincent St-Amour
830db3c908
Add extra tests and warning about -PosIntNotFixnum.
2013-02-07 15:19:42 -05:00
Eric Dobson
9030da217b
Make static single flonum checks correct.
...
Closes PR13499.
2013-02-07 15:19:42 -05:00
Asumu Takikawa
9636a70f8b
Add a test for PR 13490
...
The bug itself was already fixed by Eric Dobson
2013-02-07 13:49:50 -05:00
Robby Findler
4b9d43ce00
unbreak plai random mutator tests
2013-02-07 11:16:04 -06:00
Robby Findler
86b1f276eb
tweak raco test output, yet again
2013-02-07 10:16:16 -06:00
Robby Findler
6c93cfea56
move dir-chars.rkt to unstable/2d to unbreak dependencies
2013-02-07 10:16:10 -06:00
Robby Findler
7750cf9800
change raco test's announcements to say "raco test"
2013-02-07 06:58:11 -06:00
Robby Findler
642ef7f136
dont use raco test for encode.rkt (as it expects command-line
...
arguments and doesn't have a test submodule)
2013-02-07 06:56:26 -06:00
Eli Barzilay
f548555095
Post-release version for the v5.3.3 release
2013-02-06 22:43:19 -05:00
Ryan Culpepper
a85a71984d
preserve lexical context, src, etc for sequence syntax expansion
...
The previous version of the code replaced the implicit #%app with
the kernel #%app (ie, #%plain-app), causing sequence functions
that take keyword arguments to fail.
2013-02-06 18:01:59 -05:00
Vincent St-Amour
117c81e2a6
Increase timeout for TR random testing.
2013-02-06 17:28:13 -05:00
Robby Findler
bb216d142c
2d
2013-02-06 15:55:20 -06:00
Robby Findler
0531412a8e
restore changes that don't go into 5.3.3
2013-02-06 15:05:53 -06:00
Robby Findler
dfed25cfe1
add v5.3.3 notes
2013-02-06 15:05:53 -06:00
Matthew Flatt
0aaf6b8086
make raco test' more like
racket'
...
Instad of `(dynamic-require .. #f)', use `(dynamic-require .. 0)', which
has the effect of making compile-time code "available" (see docs) in
case the loaded module uses `eval' on syntax objects that refer to
non-kernel syntax.
2013-02-06 18:09:03 +01:00
Robby Findler
e7e64f4006
a better version of deac3fa2b3
...
This time with test cases, and also without changing the
semantics of unhighlight-range
related to PR 13488
2013-02-05 20:52:35 -06:00
Danny Yoo
c6775cc060
Fix to inflate: treat EOF as a character, as in the C code.
...
closes PR 13489.
In the C code, inflate is allowed to peek at least one character
beyond the extent of a deflated byte sequence. The thread related to
the bug report of PR 13489 documents that deflate can peek beyond EOF.
2013-02-05 17:02:36 -07:00