Matthew Flatt
eb4e040981
fix doc typo
2012-06-25 23:34:21 -06:00
Matthew Flatt
a8a0835fc1
fix doc typo
2012-06-25 23:29:25 -06:00
Matthew Flatt
b38bf09e4e
HtDP language docs: fix context of defined bindings
...
Uses the new `#:id' option in `defproc'.
2012-06-25 23:25:58 -06:00
Matthew Flatt
6028a60f65
scribble/manual: add #:id' option to
defproc'
...
Also, convert the implementation of `defproc', `defform', etc. to
use `syntax-parse'.
2012-06-25 23:16:33 -06:00
Asumu Takikawa
46e66978ee
racket/generic: fix generated contract name
2012-06-25 21:41:50 -04:00
Asumu Takikawa
552d6de953
racket/generics: add contract combinator
...
The generics library now generates a `name/c` macro
for a generic interface `name`. The combinator can be
used to contract instances (or constructors) of a
generic interface across standard contract boundaries.
2012-06-25 20:33:48 -04:00
Matthias Felleisen
d04b8b0b8d
accidentally placed 'null' in wrong file
2012-06-25 19:59:42 -04:00
Stephen Chang
91ea9ab309
add examples to read-language docs
2012-06-25 19:46:20 -04:00
Matthew Flatt
cb88590dfb
fix interaction of `procedure-arity-includes?' and other things
...
A arity-reduced procedure-valued `prop:procedure' was not handled
correctly, for example.
A good candidate for random testing? I had the right kind of test in
place, but only for an arity of 1. It turns out that testing any other
arity would have exposed the problem, so now there are tests with
arity 0. If I had randomly generated procedures instead of manually
constructing `f0' through `f1:+' in "procs.rktl", then maybe I would
have more naturally generalized the arity testing, too. Then again,
I did already have relevant inputs, and it was the testing of inputs
that was too specific.
Closes PR 12870
2012-06-25 17:30:03 -06:00
Matthew Flatt
90b5aad56b
ffi/com: fixes for IUnknown and enumeration values
2012-06-25 17:30:03 -06:00
Sam Tobin-Hochstadt
d346415903
Fix type of dynamic-place
.
2012-06-25 19:20:12 -04:00
Sam Tobin-Hochstadt
5e26c329d6
Remove no-longer needed require for residual code.
2012-06-25 19:20:12 -04:00
Matthias Felleisen
4aefb18cab
fixed bug in provide and scribble (end of stage 1)
2012-06-25 19:15:09 -04:00
Matthias Felleisen
5ea11fc0b4
fixed up docs to use new system; retested
2012-06-25 19:15:09 -04:00
Matthias Felleisen
b5b918ca4a
restored object-name tests for the new doc system
2012-06-25 19:15:09 -04:00
Matthias Felleisen
5437708a90
switched documentation style to mine (stage 1)
2012-06-25 19:15:09 -04:00
Matthias Felleisen
68f16f705b
fixed bug in render-sections
2012-06-25 19:15:09 -04:00
Matthias Felleisen
ee82103283
first stage in documentation reorg (final step)
2012-06-25 19:15:09 -04:00
Matthias Felleisen
8d02bc8844
first stage in documentation reorg (step 2)
2012-06-25 19:15:08 -04:00
Matthias Felleisen
5fbb660a56
first stage in documentation reorg
2012-06-25 19:15:08 -04:00
Matthias Felleisen
92c62d7417
disabled name tests for htdp languages during documentation reorg
2012-06-25 19:15:08 -04:00
Matthias Felleisen
2981cbfd68
added string-contains? at request from Ostermann
2012-06-25 19:15:08 -04:00
Matthias Felleisen
48e07fb2ab
send world's name to universe properly, Closes PR 12857
2012-06-25 19:15:08 -04:00
Matthias Felleisen
4306cc2798
small fixes to Robby's marginal note on indy
2012-06-25 19:15:07 -04:00
Sam Tobin-Hochstadt
94f1cb2127
Avoid requiring the printer unneccesarily.
2012-06-25 18:07:45 -04:00
Sam Tobin-Hochstadt
c61ed30d0b
Depend only on the lowest-level place
primitives.
2012-06-25 18:07:45 -04:00
Sam Tobin-Hochstadt
08c3f78476
Disable unused code.
2012-06-25 18:07:45 -04:00
Sam Tobin-Hochstadt
794bfa50ec
Load environments dynamically in residual code.
2012-06-25 18:07:45 -04:00
Sam Tobin-Hochstadt
88ff5fee69
Minor refactorings.
...
- Remove tracing requires.
- Use lists instead of sets in a few environments.
- Small cleanups.
2012-06-25 18:07:45 -04:00
Jay McCarthy
bc72ddd88a
New error message
2012-06-25 15:59:17 -06:00
Jay McCarthy
7f1d0a9e3b
Fix now broken usage of regexp-replaces in ffi
2012-06-25 15:59:17 -06:00
Jay McCarthy
e2a4302124
metacity
2012-06-25 15:59:17 -06:00
Jay McCarthy
93f85eac2a
Switching window manager to something more stable
2012-06-25 15:59:17 -06:00
Jay McCarthy
8ed1dbbc1a
Adding better version info to DrDr help
2012-06-25 15:59:17 -06:00
Kevin Tew
89c7ba6493
Fix *channel-get's use of continuations
...
Cleanup map-reduce.rkt
Cleanup rmpi.rkt
Added create-place-node and distributed-place-wait
2012-06-25 14:03:05 -06:00
Kevin Tew
1d480a63a2
Fix rmpi argument names, simple map-reduce impl
2012-06-25 14:03:05 -06:00
Robby Findler
3afba2d833
adjust defproc* so that it only shows the white background label once, instead
...
of once per different identifier that it is documenting
2012-06-25 13:42:09 -05:00
Sam Tobin-Hochstadt
a05acfee4c
Split out some small utilities to prepare to reduce dependencies.
2012-06-25 14:10:18 -04:00
Sam Tobin-Hochstadt
ccb724155a
scheme -> racket
2012-06-25 13:39:07 -04:00
Vincent St-Amour
972df7c89e
Add #:unless to the for: macros.
2012-06-25 13:38:51 -04:00
Vincent St-Amour
b1ad108759
Update type of string-join for its new keyword arguments.
...
Closes PR12866.
2012-06-25 13:05:46 -04:00
Matthew Flatt
c2924ef926
CSS tweak for whute label on blue boxes
...
This tweak avoids adding extra space when the white-label font is
taller than the line it's attached to. It also makes the label
disappear in IE 6, but I think we can live with that.
2012-06-25 09:02:51 -06:00
Matthew Flatt
2c1e02d148
fix `help' docs
...
Use one `defform*' instead of `deftogether' and many `defform/none's.
2012-06-25 08:21:55 -06:00
Matthew Flatt
0532baa228
doc correction and improvement
2012-06-25 08:17:17 -06:00
Matthew Flatt
4cd1560b2b
error-message repair
2012-06-24 22:29:43 -06:00
Matthew Flatt
c11527494e
racket/port: fix problems with `read-bytes!-evt'
...
See PR 12860; some of problem related to the PR were "fixed" by
adjusting the guarantees that are specified in the documentation.
Another problem was that non-consecutive bytes could be returned.
2012-06-24 07:38:09 -06:00
Matthew Flatt
6173b7eb05
fix zo-parse, zo-struct, etc. for context in whole-module import
2012-06-23 05:21:53 -07:00
Matthew Flatt
28a47f245e
fix too-strict bytecode check
2012-06-23 05:21:53 -07:00
Matthew Flatt
5433d2302a
fix some error-message tests
2012-06-23 05:21:52 -07:00
Matthew Flatt
d5713cf18b
error-message repair
2012-06-23 05:21:52 -07:00