Asumu Takikawa
403aaac7d4
Moved some mzlib library implementations to racket
...
The libraries moved were:
- mzlib/control => racket/control
- mzlib/date => racket/date
- mzlib/deflate => file/gzip
- mzlib/inflate => file/gunzip
- mzlib/port => racket/port
- mzlib/process => racket/system
- mzlib/runtime-path => racket/runtime-path
- mzlib/shared => racket/shared
- mzlib/unit => racket/unit
- mzlib/unit-exptime => racket/unit-exptime
- mzlib/zip => file/zip
The old modules in mzlib are now pointers to the
new modules. These are all modules that were already
redirected in the documentation.
2012-07-11 18:26:10 -04:00
Matthew Flatt
3f479a0556
*SL: avoid run-time dependency on Scribble
...
Instead, move the Scribble dependencies into generated documentation
submodules.
2012-07-10 15:55:18 -06:00
Matthias Felleisen
983afd5355
added some more format examples; Closes PR 9879
2012-07-04 11:42:14 -04:00
Matthias Felleisen
89d6ebaab6
shifted eval code, probably not needed
2012-07-03 21:49:03 -04:00
Matthias Felleisen
a6e3c01f53
this is not the final word, see todo in provide-and-scribble; Closes PR 10498
2012-06-28 20:57:30 -04:00
Matthias Felleisen
15651fca6c
removed debug print; fixed ordering of section display; improved docs in advanced
2012-06-28 20:55:13 -04:00
Matthias Felleisen
f56d6447da
typos
2012-06-28 18:22:49 -04:00
Matthias Felleisen
004127bbc7
hashes scribblized, preliminary; SK may wish to add more examples
2012-06-28 18:22:49 -04:00
Robby Findler
5526efd744
Rackety (Matthew already broke the dependency that this commit was going to do)
2012-06-28 09:02:35 -05:00
Matthew Flatt
6379849755
remove dependency of *SL image functions on `racket/gui/base'
2012-06-28 07:18:17 -06:00
Matthias Felleisen
379974fc6e
fixed some interactions, added up through hashes
2012-06-27 22:55:07 -04:00
Matthias Felleisen
22f3c6b509
added interactive examples up to I/O
2012-06-27 19:03:42 -04:00
Matthias Felleisen
397cd540ab
added interactions to all but one beginner functions to illustrate what they do
2012-06-27 19:03:41 -04:00
Matthew Flatt
e0bf863b21
BSL and BSL+: fix an error message
2012-06-27 09:57:50 -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
Matthias Felleisen
d04b8b0b8d
accidentally placed 'null' in wrong file
2012-06-25 19:59:42 -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
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
5fbb660a56
first stage in 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
Matthew Flatt
1dc0072d03
further error message convention refinements
...
Add extra intitial-message lines, use "..." on a field name
to indicate that it could reasonably be hidden by default,
and refine some existing messages.
2012-06-22 09:47:59 +08:00
Matthew Flatt
9af2a331ca
another ASL error-message repair
2012-06-21 07:14:49 +08:00
John Clements
c01e8c1564
refactored to reduce stepper dependencies
2012-06-19 23:51:59 -07:00
Matthew Flatt
82943df351
another *SL error-message repair
2012-06-12 06:02:57 +08:00
Matthew Flatt
255e3cbe2e
another *SL error-rewriting fix
...
Arity errors no include supplied arguments, but strip them
away for *SL messages.
2012-06-06 13:25:14 +08:00
Matthew Flatt
e44c0809e8
rewrite contract error messages for *SL
...
The rewrite involves parsing contract expressions and constructing
replacement prose.
2012-06-05 17:53:27 +08:00
Matthew Flatt
cc0b887106
adjust *SL error-message rewriting
2012-06-03 11:09:32 +08:00
Matthias Felleisen
f1c1376d87
added 'range' to *sl per jpr's request and #lang-ified a couple of files
2012-05-29 12:00:27 -04:00
Matthias Felleisen
cc8e988346
fixed mistakes in posn documentation; Closes PR 12755
2012-05-09 12:04:44 -04:00
Matthias Felleisen
e04b74f22a
fix mistake in memf documentation, Closes PR 12745
2012-05-01 16:48:17 -04:00
Matthias Felleisen
1711ab96ba
added vector->list
2012-03-27 10:19:52 -04:00
Sam Tobin-Hochstadt
c5e30d8af5
Use the correct #%app for applications of `local' bound identifiers in the student languages.
2012-03-24 16:04:08 -04:00
Matthias Felleisen
190fbcd7ce
fixed docs for quotient; Closes PR 12593
2012-02-22 08:33:16 -05:00
Eli Barzilay
c007c345f9
A bunch of more typos like the ones in David's commit.
2012-02-21 14:21:43 -05:00
Matthew Flatt
7ddbc95b51
clean up `set!' implementation in ASL to avoid catching failures
...
The code seems to pre-date the failure thunk to `syntax-local-value'.
A problem with letting an exception get raised is that it triggers
the `error-value->string' handler, which loads Slideshow pict support
in DrRacket, which loads `racket/draw' at phase 1 --- which isn't
inherenty bad, but a lot of work that can be avoided.
2011-12-02 16:02:11 -07:00
Eli Barzilay
a9b1f993d4
Remove redundant execution bit from some files, convert one CRLF file to LFs.
2011-12-01 03:54:32 -05:00
Robby Findler
a40f288e48
relaxed the restrictions on planet requires in the teaching languages to allow the new forms
2011-10-07 11:48:24 -05:00
Robby Findler
25413a4c05
fix the expansion of beginner-true and beginner-false so
...
they don't throw away source locations.
related to PR 12253
2011-10-03 17:11:54 -05:00
Matthew Flatt
0197902309
add var-ref->mod-decl-insp' and switch
cur-code-insp' uses
...
Macros and other tools that need syntax privilege used
`(current-code-inspector)' at the module top-level to try to
capture the right code inspector at load time. It's more
consistent to instead use the enclosing module's declaration-time
inspector, and `var-ref->mod-decl-insp' provides that. The
new function works only on references to anonymous variables,
which limits access to the inspector.
The real function name is longer, of course.
2011-09-20 13:50:36 -06:00
Guillaume Marceau
9b49de16e7
Fixed 'reference to an identifier before its definition' error in *SL.
2011-09-17 22:37:45 -04:00
Matthew Flatt
d3c56c9f13
generalized `begin-for-syntax'
2011-09-08 14:06:00 -06:00
John Clements
e781072bf3
eliminate quasiquote-the-cons-application tag
2011-09-06 10:05:42 -07:00
Matthew Flatt
a53f51d92d
fix HtDP local' to work better with macros that expand to
begin'
...
In particular, the forms within `begin' need to be partially
expanded before checking whether they're allowed.
2011-09-03 15:15:24 -06:00
Matthew Flatt
001cb75bac
syntax-taint repairs
...
for problems exposed by more agressive arming of `lambda'
and `#%app'
2011-08-09 16:33:17 -06:00
Matthias Felleisen
59f0732fa0
fixed docs for >=; Closes PR 12066
2011-07-20 15:20:22 -04:00
Guillaume Marceau
2ae0376476
Fixes the (cons an image empty) error message
2011-07-19 13:01:07 -04:00
Guillaume Marceau
adf965e92a
Undoes the 'produces -> return' part of commit c31d352f
, keeping the 'changes -> mutates' change and the assorted bug fixes it contained.
2011-07-17 16:48:12 -04:00
Robby Findler
e4e1792bbe
made the htdp lang's executable creation code use the modules that
...
string->lib-path asks it to use, but for both GUI and non-GUI mode
also refactored that code to move it into a separate file so
eventually can add a drdr test for it
2011-07-15 21:25:16 -05:00
Guillaume Marceau
c31d352f2b
Standartize the vocabulary to "the function returns" and "set! mutates"
2011-07-15 03:27:27 -04:00