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
Asumu Takikawa
03e0e4c43a
Fix collects for setup with single-collect package
...
Before this commit, raco would try to setup each
subdirectory inside of a single collection package
as separate collects.
2013-06-12 23:15:49 -04:00
Asumu Takikawa
a899083ff8
Fix typos and shadowed names in class docs
2013-06-12 12:40:04 -04:00
Kimball Germane
c9f4b96f88
Language-level demodularizer.
2013-06-12 05:56:52 -06:00
Jay McCarthy
16e4f707e9
Protect against invalid package sources
2013-06-12 05:56:52 -06:00
Robby Findler
a8111ce91b
avoid ugly nested conds
...
Thanks, Laurent!
2013-06-12 05:18:46 -05:00
Robby Findler
b0fd5016a5
add docs for text:column-guide-mixin and text:column-guide<%>
2013-06-12 05:18:46 -05:00
Eli Barzilay
04c43b6b58
New Racket version 5.3.4.12.
2013-06-12 03:30:23 -04:00
Matthew Flatt
cb89ae26c2
raco setup: fix for bootstrap
2013-06-11 20:01:01 -07:00
Matthew Flatt
995bb376bc
redex: add where-make-prefix-pict' and
where-combine' for typesetting
2013-06-11 19:47:32 -07:00
Asumu Takikawa
64807beaf6
Fix cstartup and the build.
...
Somehow this got messed up in c305dba
though I'm
not sure how.
2013-06-11 14:05:40 -04:00
Asumu Takikawa
88fc9a979f
Fix build. Forgot to add this file in c305dba
.
...
Apologies to any future git bisect-ers
2013-06-11 12:02:36 -04:00
Asumu Takikawa
c305dba649
Remove memq
, memv
, member
from #%kernel
...
These are now implmented purely in Racket on all
platforms.
2013-06-11 11:57:22 -04:00
Asumu Takikawa
bab1997e58
Update TR base environment
2013-06-11 11:57:22 -04:00
Asumu Takikawa
7ad6d23657
Add an equality checking argument to member
2013-06-11 11:57:22 -04:00
Matthew Flatt
e23b0b85c0
setup/cm: fix some dependency tracking on deleted files
...
Based on a report and patch from Tobias Hammer.
2013-06-10 21:09:34 -07:00
Matthew Flatt
0f96a6634b
fix `hash-copy' on weak hash tables
...
Closes PR 13838
2013-06-10 21:09:34 -07:00
Robby Findler
31d57d8d25
added history not about column width guide
2013-06-10 23:04:25 -05:00