Commit Graph

29322 Commits

Author SHA1 Message Date
Matthias Felleisen
a496213549 [Style] comments from PLT 2013-06-18 06:23:40 -04:00
Matthias Felleisen
f13b1996bd [Style] feedback edits 2013-06-18 06:23:40 -04:00
Matthias Felleisen
ad583ff720 [Style] first draft wrapped up 2013-06-18 06:23:40 -04:00
Matthias Felleisen
11a04cd6fa [Style] first round of edits 2013-06-18 06:23:40 -04:00
Matthias Felleisen
b14b90655c [Style] added branch 2013-06-18 06:23:40 -04:00
Matthias Felleisen
1ed29fe397 [Style] fixing typos, added Robby's commit bomb prose 2013-06-18 06:23:40 -04:00
Matthias Felleisen
4c57167af7 [Style] modules and tables 2013-06-18 06:23:40 -04:00
Matthias Felleisen
dbfbd6e860 [Style] table, names, size 2013-06-18 06:23:40 -04:00
Matthias Felleisen
8e1acf2024 [Style] ... 2013-06-18 06:23:40 -04:00
Matthias Felleisen
05ae784d1f [Style] some of Robby's suggestions 2013-06-18 06:23:39 -04:00
Matthias Felleisen
e45a2e4b38 [Style] typo-level fixes etc 2013-06-18 06:23:39 -04:00
Matthew Flatt
71d7a3dcbd [Style] use `racketmodname' to link to a language name 2013-06-18 06:23:39 -04:00
Matthias Felleisen
bceca4b22f [Style] @compare plus some rules on use of constructs 2013-06-18 06:23:39 -04:00
Jay McCarthy
75edb5a064 [Style] Some minor changes 2013-06-18 06:23:39 -04:00
Matthias Felleisen
6ec7fc496b [Style] robby's reactions 2013-06-18 06:23:39 -04:00
Matthias Felleisen
f513e5760d [Style] living up to Matthew's standard on guidelines 2013-06-18 06:23:39 -04:00
Matthias Felleisen
ae7ec43493 [Style] notes to myself 2013-06-18 06:23:39 -04:00
Matthias Felleisen
6a9fc42d59 [Style] test of email 2013-06-18 06:23:39 -04:00
Matthias Felleisen
5ca6038480 [Style] fixes 2013-06-18 06:23:39 -04:00
Matthias Felleisen
dcd0fb7134 [Style] getting started 2013-06-18 06:23:38 -04:00
Robby Findler
cf3c3a4a7f remove bogus error (introduced to try out recent changes) 2013-06-17 18:03:13 -05:00
Robby Findler
3a09814c64 save recent drracket internal error exn records to include in PRs 2013-06-17 17:55:14 -05:00
Robby Findler
332ce02127 fix error message handling
closes PR 13859
2013-06-17 17:55:14 -05:00
Matthias Felleisen
2de0c7270c typos in source documentation; thanks Laurent, OEV 2013-06-17 09:45:12 -04:00
Robby Findler
175d7cc9b6 fix: now documenting the right name 2013-06-17 07:15:32 -05:00
Robby Findler
c332c2a29e add more information to the module browser error messages 2013-06-17 04:41:37 -05:00
Robby Findler
494f7d6951 Rackety (just enough to get the max line width below 102) 2013-06-17 04:41:36 -05:00
Eli Barzilay
c37ce33baa Drop todo file. 2013-06-16 21:59:58 -04:00
Eli Barzilay
0b0aa72ba0 Don't run tar/zip tests if the executables are not found. 2013-06-16 21:59:58 -04:00
Matthew Flatt
a1f76598bb raco setup: fix problem with docs
Support for "moving" pre-built docs into place did not handle
the case that the version number is wrong, which could happen
either because the pre-built version doesn't match or the docs
were built (in an old version) without a "synced.rktd" marker.
2013-06-16 06:30:19 -07:00
Eli Barzilay
a89f28118c Regexp typo. 2013-06-15 17:07:10 -04:00
Eli Barzilay
ff70e036a2 Ubuntu machines got upgraded. 2013-06-15 17:07:00 -04:00
Eli Barzilay
026d81bb88 Post-release version for the v5.3.5 release 2013-06-15 16:37:57 -04:00
Mike Sperber
343b93f066 Synch German string constants with latest. 2013-06-15 13:42:13 +02:00
Eli Barzilay
0b50080cd1 Distribute realm. 2013-06-15 04:36:07 -04:00
Eli Barzilay
ed1ebce60a Switch build to the new machine. 2013-06-15 04:36:07 -04:00
Sam Tobin-Hochstadt
aba4def03c Remove references to unstable/match from Typed Racket. 2013-06-14 16:45:43 -04:00
Sam Tobin-Hochstadt
9b29dcb9a7 Unbreak json tests. 2013-06-14 16:45:43 -04:00
Stefan Schmiedl
95aed5396a BSL doc typos
Hi,

I found two typos in the explanations of lisp-style list accessors.
Patch attached.

Thanks,
s.

Signed-off-by: Matthias Felleisen <matthias@ccs.neu.edu>
2013-06-14 14:42:32 -04:00
Sam Tobin-Hochstadt
536e3887bc Remove uses of unstable/debug from Typed Racket. 2013-06-14 13:51:32 -04:00
Sam Tobin-Hochstadt
f25971ada1 Fix function names in JSON error messages. 2013-06-14 13:51:32 -04:00
Carl Eastlund
633c89de82 Added documentation for get-module-path and get-metadata-path. 2013-06-14 07:27:47 -04:00
Carl Eastlund
b201b826fe Add tests for get-module-path. 2013-06-14 07:27:46 -04:00
Carl Eastlund
db1ba7af5e Exported two more functions from syntax/modcode.
The get-module-path function was described in the previous commit.
The get-metadata-path function constructs the paths used to saved .zo files
and so forth; e.g. PATH/compiled/NAME_rkt.zo.
2013-06-14 07:27:46 -04:00
Carl Eastlund
d7ebc497ba Split a helper function out from get-module-code in syntax/modcode.
The get-module-path function finds the compiled or source file corresponding
to a module; get-module-code reads and compiles the contents of this file.
2013-06-14 07:27:46 -04:00
Carl Eastlund
85fc035f75 Cosmetic restructuring of syntax/modcode.
This work is preparation for exporting more functionality from this module.
Renamed variables for clarity and to eliminate shadowing.
Turned lets into defines.
2013-06-14 07:27:45 -04:00
Robby Findler
7e8ab6b7c1 bring down below 102 columns 2013-06-13 08:15:33 -05:00
Robby Findler
2efc395983 fix leading example of 2htdp/planetcute to make it a legal
2htdp/bsl program

closes PR 13844
2013-06-13 08:00:39 -05:00
Robby Findler
165b5e8ae2 avoid printf 2013-06-13 06:39:05 -05:00
Patrick Mahoney
f2b473d97c Games:Remove-mzlib-unitsig-and-cleanup
-Remove all instances of mzlib/unitsig in favor of racket/unit
-Prefer /infer forms.
-move to #lang racket from (module ... racket forms
in the modified games and files.
-remove some lingering scheme imports.
-update documentation

-Paint-by-Numbers:
-move to racket/unit
-update solution and problem gen files to generate using racket/unit
-regen the problem and solution sets using racket/unit
2013-06-13 06:39:05 -05:00