Mike Sperber
4bbd4be2b4
Add Universe teachpack to DeinProgramm / DMdA languages.
...
It works just fine!
Finally,--This line, and those below, will be ignored--
A deinprogramm/universe.ss
svn: r16802
2009-11-16 08:45:33 +00:00
Eli Barzilay
3bc3935fc5
renamed Test directory to tests
...
svn: r16801
2009-11-16 07:59:47 +00:00
Eli Barzilay
9c2352d0d9
renamed test directory to tests
...
svn: r16800
2009-11-16 07:57:33 +00:00
Eli Barzilay
7917fd89fb
moved srfi-19 tests to tests/srfi/19
...
svn: r16799
2009-11-16 07:30:49 +00:00
Eli Barzilay
de17c5f7da
moved planet test to tests/planet
...
svn: r16798
2009-11-16 07:23:20 +00:00
Jon Rafkind
f0d5ba438c
add more pair/list examples
...
svn: r16797
2009-11-16 04:46:49 +00:00
Eli Barzilay
77d9f02c90
work around name problem in promise, avoid keeping the original exn in syntax errors in eli-tester
...
svn: r16796
2009-11-16 04:34:13 +00:00
Jon Rafkind
860a36d499
add examples for all c-r shortcuts
...
svn: r16795
2009-11-16 04:04:58 +00:00
Jon Rafkind
c991ada1e7
add examples for pairs
...
svn: r16794
2009-11-16 02:40:45 +00:00
Eli Barzilay
b79734941f
separate out reify-result
...
svn: r16793
2009-11-16 02:23:18 +00:00
Matthias Felleisen
66ae1bea49
fixed typo in universe.ss
...
svn: r16792
2009-11-16 00:13:57 +00:00
Sam Tobin-Hochstadt
25f9bcfe03
Add types for with-output-to-string, open-output-nowhere
...
Fix time.ss test not to print
svn: r16790
2009-11-15 22:38:30 +00:00
Sam Tobin-Hochstadt
fb29a2498e
Move a bunch of functions from typed-scheme/utils/utils to unstable.
...
Add convenience lib for unstable docs.
Add char support to format-{id,symbol}
Add unstable/sequence library.
svn: r16789
2009-11-15 22:15:29 +00:00
Sam Tobin-Hochstadt
960bf4caab
print success on current-output-port
...
svn: r16787
2009-11-15 14:35:29 +00:00
Matthew Flatt
5bba93dd09
have setup-plt remove old .dep files in addition to old .zo files
...
svn: r16786
2009-11-15 14:29:28 +00:00
Matthew Flatt
cad5d85354
change syntax/toplevel to use scheme/base instead of mzscheme, which avoids some namespace problems
...
svn: r16785
2009-11-15 14:27:26 +00:00
Matthew Flatt
21c6e08e4d
fix typo
...
svn: r16784
2009-11-15 14:26:32 +00:00
Matthew Flatt
c34d5f3776
revised docs for 'delay', which now accepts a body sequence instead of a single expression
...
svn: r16783
2009-11-15 14:25:49 +00:00
Ryan Culpepper
92aa2fc780
unstable/gui/notify: added partial docs
...
svn: r16782
2009-11-15 13:05:34 +00:00
Ryan Culpepper
2051f3ab2a
unstable: added class-iop, gui/prefs (needs doc), gui/notify (needs doc)
...
macro-debugger: changed imports for above, deleted dead code
svn: r16781
2009-11-15 11:23:40 +00:00
Eli Barzilay
cecac1c6c1
delay is now defined as delay*
...
svn: r16780
2009-11-15 10:47:59 +00:00
Mike Sperber
b68bb30d70
Handle sharing correctly in the DeinProgramm `write' handler.
...
svn: r16779
2009-11-15 10:47:27 +00:00
Mike Sperber
a17dc333f6
Only print sharing from "DMdA mit Zuweisungen" upwards.
...
svn: r16778
2009-11-15 10:18:50 +00:00
Eli Barzilay
20f14805dc
Welcome to a new PLT day.
...
svn: r16777
2009-11-15 08:50:35 +00:00
Eli Barzilay
d3b5d8f71e
few more comments
...
svn: r16776
2009-11-15 08:03:27 +00:00
Ryan Culpepper
f042eb1e4d
macro-debugger: eliminated deriv-find, use unstable/find
...
svn: r16775
2009-11-15 07:37:56 +00:00
Ryan Culpepper
4517f37942
unstable/syntax: changed format-id to autoconvert identifiers
...
unstable/struct: changed struct->list, more options
added unstable/find
svn: r16774
2009-11-15 07:00:44 +00:00
Eli Barzilay
d66d5f7759
move promise tests to tests/lazy
...
svn: r16773
2009-11-15 00:36:24 +00:00
Eli Barzilay
8e3ec9d3bf
* Improve naming convention -- always use v' for values and
p' for promises
...
* When `force/composable' reaches a promise, use `force' to dispatch on the
kind of promise
* Minor printer tweaks (print "raise" for non-exceptions)
svn: r16772
2009-11-14 22:30:55 +00:00
Matthew Flatt
2f0f249299
skip setup-plt compilation in 2htdp tests
...
svn: r16771
2009-11-14 15:54:33 +00:00
Mike Sperber
9d1c9672d9
Add `property' contract for QuickCheck properties to DeinProgramm languages
...
... and don't export the old property "combinator" to the language levels.
svn: r16770
2009-11-14 14:28:31 +00:00
Mike Sperber
3c68ac4a0c
Add `contract' contract to DeinProgramm / DMdA languages.
...
While we're at it, improve source-location reporting for application
contracts.
svn: r16769
2009-11-14 14:17:06 +00:00
Robby Findler
cef2d065df
removed printf
...
svn: r16767
2009-11-14 13:21:30 +00:00
Eli Barzilay
f3c70952cb
Welcome to a new PLT day.
...
svn: r16766
2009-11-14 08:50:39 +00:00
Eli Barzilay
e7614fd491
more reorganization, centrelized macro for all delays -- can deal with keyword arguments, and accepts multiple expressions (since these will be sensible in new kind of promises)
...
svn: r16765
2009-11-14 05:57:27 +00:00
Matthew Flatt
1b79472b78
fix doc typo
...
svn: r16764
2009-11-14 04:13:12 +00:00
Ryan Culpepper
32e38ca0e4
macro-stepper:
...
do compile-time evals when expanding
fixes: (begin macro-def macro-use) pattern
updated tests for lifts change
svn: r16762
2009-11-13 21:41:01 +00:00
Jay McCarthy
0d6da8957a
Adding opt #lang and fixing a few problems
...
svn: r16756
2009-11-13 20:34:52 +00:00
Jay McCarthy
523f280b53
Fixing a test bug
...
svn: r16755
2009-11-13 20:20:38 +00:00
Eli Barzilay
2b4c9eb0d0
major code reorganization: it is now simpler than its srfi-45 roots, faster, and extensible (internally, to add new promise types)
...
svn: r16754
2009-11-13 19:17:53 +00:00
John Clements
a80863e317
fixed two doc typos
...
svn: r16752
2009-11-13 18:24:56 +00:00
Sam Tobin-Hochstadt
a29172bc51
Add command line flags to disable things that are problematic for DrDr.
...
svn: r16751
2009-11-13 18:16:07 +00:00
Mike Sperber
01058dfd26
Add expect-member-of' and
expect-range' to DeinProgramm / DMdA languages.
...
svn: r16750
2009-11-13 18:02:10 +00:00
Robby Findler
e9ba1bb480
improved the docs a little, added a color? predicate
...
svn: r16747
2009-11-13 17:15:59 +00:00
Robby Findler
71233bad43
added image-baseline
...
svn: r16745
2009-11-13 14:42:51 +00:00
Eli Barzilay
61e5c3e41e
use unsafe struct accessors and pair ops (using #%unsafe, because going throught scheme/unsafe/ops will lead to a cycle)
...
svn: r16744
2009-11-13 12:43:15 +00:00
Eli Barzilay
82f10f35a5
minor reorganizations
...
svn: r16743
2009-11-13 12:27:42 +00:00
Matthias Felleisen
2153c258db
fixed to docs of eq?, eqv?, memq, and memv
...
svn: r16742
2009-11-13 03:30:46 +00:00
Matthias Felleisen
3581ebcbf0
request by Shriram to add an explanation to time
...
svn: r16741
2009-11-13 02:01:17 +00:00
Robby Findler
d783011981
fixed scrolling for image snips
...
svn: r16740
2009-11-13 02:00:16 +00:00
Matthias Felleisen
97b58fd583
matrix set! removed
...
svn: r16739
2009-11-13 01:47:42 +00:00
Robby Findler
01bb6b8b61
fixed a bug in bitmap handling
...
svn: r16738
2009-11-13 00:57:31 +00:00
Sam Tobin-Hochstadt
77bd8bac39
Fix for modern redex
...
svn: r16737
2009-11-13 00:13:09 +00:00
Robby Findler
676df4b338
added polygon
...
svn: r16735
2009-11-12 20:21:33 +00:00
Robby Findler
17a8f32d3c
added an example to the 2htdp/image docs (and only one .png file changed!)
...
svn: r16734
2009-11-12 19:40:44 +00:00
Robby Findler
4fc2d847f6
hopefully I've settled on a good naming scheme for the teachpack docs images now...
...
svn: r16733
2009-11-12 19:22:31 +00:00
Eli Barzilay
e0be8da8a1
some fixes
...
svn: r16732
2009-11-12 17:24:18 +00:00
Robby Findler
cacb4bd515
added above and above/places
...
svn: r16730
2009-11-12 16:25:02 +00:00
Robby Findler
88217a8aae
added 'add-line', changed the way images in examples are saved
...
svn: r16727
2009-11-12 14:56:47 +00:00
Eli Barzilay
0d4ccb9d90
Welcome to a new PLT day.
...
svn: r16716
2009-11-12 08:50:32 +00:00
Ryan Culpepper
e120f4ded5
syntax/parse: fixed bug in #:declare with splicing stxclass
...
svn: r16712
2009-11-12 05:43:50 +00:00
Eli Barzilay
e34e001167
comments
...
svn: r16704
2009-11-12 00:18:08 +00:00
Eli Barzilay
e65ab46bfd
use string-join
...
svn: r16700
2009-11-11 23:10:28 +00:00
Robby Findler
7411fdfa57
added 'line'
...
svn: r16699
2009-11-11 21:29:59 +00:00
Sam Tobin-Hochstadt
ccbb55ec11
fix execution of 'auto.ss'
...
svn: r16697
2009-11-11 18:41:25 +00:00
Sam Tobin-Hochstadt
70fa8fb2c4
Fix run to dynamic-require relative to the shootout directory.
...
svn: r16696
2009-11-11 18:30:18 +00:00
Matthew Flatt
8845e870cb
test repairs for DrDr
...
svn: r16694
2009-11-11 14:01:18 +00:00
Eli Barzilay
2389cc6647
Welcome to a new PLT day.
...
svn: r16691
2009-11-11 08:50:35 +00:00
Ryan Culpepper
a64e9278d1
syntax/parse: fixed splicing syntax class bugs
...
svn: r16690
2009-11-11 08:23:12 +00:00
Jon Rafkind
0080e2b673
test
...
svn: r16683
2009-11-11 02:25:11 +00:00
Jon Rafkind
507e8db8e7
test
...
svn: r16682
2009-11-11 02:22:38 +00:00
Robby Findler
1a8d681ed2
added a bunch more polygons
...
svn: r16681
2009-11-11 02:20:18 +00:00
Matthew Flatt
1d64270f5d
some corrections/removals of old tests
...
svn: r16680
2009-11-11 01:34:09 +00:00
Robby Findler
a566cd488a
added isosceles-triangle
...
svn: r16677
2009-11-10 23:54:53 +00:00
Robby Findler
4e3b1b4c26
fixed some bad behavior (that I never completely understood) by changing the interpretation of the base images as drawing their centers at (0,0) instead of drawing their upper left corners at (0,0)
...
svn: r16676
2009-11-10 23:36:32 +00:00
Matthias Felleisen
b2d51ab278
10393 fixed
...
svn: r16673
2009-11-10 22:06:29 +00:00
Jon Rafkind
2683cecd17
add some examples for for-meta'
...
svn: r16668
2009-11-10 21:22:05 +00:00
Sam Tobin-Hochstadt
36bceaa463
disable compilation of test files to avoid drdr race condition
...
svn: r16663
2009-11-10 20:10:47 +00:00
Matthias Felleisen
8f0e7fd944
10501 fixed
...
svn: r16662
2009-11-10 20:09:35 +00:00
Matthias Felleisen
c2de9f32c1
10505 fixed
...
svn: r16661
2009-11-10 19:56:19 +00:00
Jon Rafkind
9c0c1ec591
comment out most honu macro stuff
...
svn: r16660
2009-11-10 19:18:06 +00:00
Sam Tobin-Hochstadt
8dff3dca74
use load-relative
...
svn: r16656
2009-11-10 18:28:20 +00:00
Sam Tobin-Hochstadt
7a77367040
Fix drdr props.
...
Fix the ttt tests (which I don't think have been run in years).
Fix the lists shootout benchmark to use mpairs.
Fix the regexmatch shootout benchmark, although it still needs input.
Require a current version of ssax, so that it compiles.
Fix finding the collections path.
svn: r16654
2009-11-10 15:41:32 +00:00
Robby Findler
0c61de1497
svn: r16653
2009-11-10 14:08:47 +00:00
Robby Findler
add9374636
added failing test
...
svn: r16652
2009-11-10 14:08:28 +00:00
Matthew Flatt
a9345c4fe1
fix typo and explicitly close scheme/vector example evaluator
...
svn: r16650
2009-11-10 12:34:54 +00:00
Eli Barzilay
cd0fece846
Welcome to a new PLT day.
...
svn: r16649
2009-11-10 08:50:31 +00:00
Sam Tobin-Hochstadt
89f5ad32b4
fix docs typo
...
svn: r16645
2009-11-09 21:30:01 +00:00
Robby Findler
7660a0eb4c
svn: r16644
2009-11-09 20:38:52 +00:00
Sam Tobin-Hochstadt
f145ff6aa3
Hyperlink email addresses in Scribble docs.
...
svn: r16641
2009-11-09 19:19:38 +00:00
Sam Tobin-Hochstadt
4e7184715b
document apply/c and memory/c
...
svn: r16638
2009-11-09 17:47:49 +00:00
Robby Findler
ebe2e5ba09
fixed default response from get-info proc
...
svn: r16637
2009-11-09 17:35:18 +00:00
Sam Tobin-Hochstadt
f29e01029c
Fix drdr props for more files.
...
Fix requires in TS tests.
svn: r16635
2009-11-09 17:06:12 +00:00
Robby Findler
a84204ac94
adjusted example images for the tweak in revision 16633 (should have been just a single commit)
...
svn: r16634
2009-11-09 17:02:10 +00:00
Robby Findler
53f8290928
fixed an imprecision error
...
svn: r16633
2009-11-09 16:59:53 +00:00
Matthias Felleisen
2324ed605b
typo on add-world fixed
...
svn: r16632
2009-11-09 16:43:21 +00:00
Eli Barzilay
6898bf09b0
Welcome to a new PLT day.
...
svn: r16631
2009-11-09 08:50:41 +00:00
Eli Barzilay
44d88cee6b
newlines at EOFs
...
svn: r16630
2009-11-09 03:49:50 +00:00
Ryan Culpepper
daba183b08
unstable/syntax: added format-id
...
svn: r16629
2009-11-09 02:33:43 +00:00
Sam Tobin-Hochstadt
99a70b38d8
Move mutated-vars and poly-c libraries to unstable collection.
...
- add docs
- change requires
- fix `letrec-syntaxes+values'
Fix contract on `author+email'
svn: r16628
2009-11-09 02:29:02 +00:00
Robby Findler
bbbb5f11e3
improved the note in the description of how 'text' and equality interact
...
svn: r16627
2009-11-09 00:11:51 +00:00
Robby Findler
155dc95f11
added support for examples that don't return images
...
svn: r16626
2009-11-08 23:59:07 +00:00
Robby Findler
3e51bc7199
fixed up text
...
svn: r16625
2009-11-08 23:29:19 +00:00
Robby Findler
c239a21885
added text and text/font (but with some problems still) and changed the image saving setup so the filenames are not so long
...
svn: r16623
2009-11-08 22:00:07 +00:00
Ryan Culpepper
d1439ef6c6
unstable/struct: added struct->list
...
some (cdr (vector->list (struct->vector x))) => (struct->list x)
svn: r16622
2009-11-08 21:17:51 +00:00
Ryan Culpepper
7483b7ed20
unstable:
...
added struct and syntax libraries
svn: r16621
2009-11-08 19:20:53 +00:00
Matthew Flatt
7cce5c98a3
further clarify performance guarantee of immutable hash tables
...
svn: r16620
2009-11-08 19:06:57 +00:00
Ryan Culpepper
94917e2447
unstable:
...
added draft guidelines
fixed some svn properties
svn: r16619
2009-11-08 10:55:57 +00:00
Eli Barzilay
871c70be81
Welcome to a new PLT day.
...
svn: r16618
2009-11-08 08:50:35 +00:00
Robby Findler
faf055c858
added circle and star-polygon
...
svn: r16617
2009-11-08 00:19:53 +00:00
Robby Findler
ec09914c3b
added examples to the 2htdp/image documentation
...
svn: r16616
2009-11-07 23:48:30 +00:00
Robby Findler
d5b5351751
improved domain check
...
svn: r16611
2009-11-07 17:29:50 +00:00
Jay McCarthy
5877133df6
Initial import of unstable with libraries from web-server
...
svn: r16609
2009-11-07 14:40:06 +00:00
Robby Findler
ab78a3ec0c
oops committed a bogus change, so rolling it back
...
svn: r16608
2009-11-07 14:27:52 +00:00
Robby Findler
667e967085
added order-of-magnitude from Jos Koot and some tests for other scheme/math stuff
...
svn: r16607
2009-11-07 14:26:39 +00:00
Eli Barzilay
5cd8db9be6
Welcome to a new PLT day.
...
svn: r16606
2009-11-07 08:25:28 +00:00
Eli Barzilay
eb42bdb4dc
paren typo
...
svn: r16603
2009-11-07 07:19:08 +00:00
Sam Tobin-Hochstadt
dcb5f5cfb1
Types for all functions documented in reference/vector.scrbl
...
Fix docs for vector-arg{min,max}.
svn: r16602
2009-11-07 07:11:00 +00:00
Sam Tobin-Hochstadt
2f6c19b75a
fix section name
...
svn: r16601
2009-11-07 06:55:45 +00:00
Eli Barzilay
bac7b6318b
some obvious-ness
...
svn: r16595
2009-11-07 02:39:10 +00:00
Eli Barzilay
f10b376462
move to scheme/base, and improve code
...
svn: r16593
2009-11-07 02:20:22 +00:00
Casey Klein
2011272c06
Fixed source locations for term' and
term-let' errors.
...
svn: r16592
2009-11-07 02:07:16 +00:00
Eli Barzilay
29184f50ca
clarify optimization choice
...
svn: r16588
2009-11-06 22:34:26 +00:00
Eli Barzilay
69e90b7ef3
#:key argument to remove-duplicates
...
svn: r16587
2009-11-06 22:32:53 +00:00
Robby Findler
bf911e8c7a
bare bones documentation of the contract library's struct properties
...
svn: r16585
2009-11-06 22:31:46 +00:00
Carl Eastlund
d2f16e3828
Updated poly/c implementation for change to arity of projections.
...
svn: r16582
2009-11-06 19:57:52 +00:00
Matthew Flatt
8f62218de5
fix scribble/doc reader's get-info
...
svn: r16574
2009-11-06 18:18:43 +00:00
Mike Sperber
26ff29b12f
Fix performance bug in QuickCheck.
...
This would make generators with `number' or `real' in a co-arbitrary
position essentially never terminate.
svn: r16571
2009-11-06 14:52:56 +00:00
Robby Findler
3159a06389
(hopefully) sorted out polygons; added a few other polygon-based primitives
...
svn: r16570
2009-11-06 14:34:25 +00:00
Mike Sperber
ccb90d4640
Fix some buguettes in the German string constants.
...
svn: r16569
2009-11-06 14:33:50 +00:00
Ryan Culpepper
0a8fb1a47f
macro stepper:
...
add keybinding (c:c;c:m) and menu item for running macro stepper
svn: r16567
2009-11-05 23:18:00 +00:00
Matthew Flatt
c880b2119c
fix problems with recent FFI changes
...
svn: r16565
2009-11-05 20:29:18 +00:00
Casey Klein
a021b75a67
Fixed PR 8765
...
svn: r16564
2009-11-05 19:33:19 +00:00
Stevie Strickland
c993533814
Change from (module ...) -> #lang and also move any mzscheme -> scheme/base.
...
svn: r16563
2009-11-05 17:18:54 +00:00
Robby Findler
ad438ef63f
added some font sizing information to the insert large letters dialog
...
svn: r16561
2009-11-05 16:19:01 +00:00
Jay McCarthy
2b8784e66b
Adding a debugging interface to managers
...
svn: r16560
2009-11-05 15:55:03 +00:00
Mike Sperber
22632b3963
Add hyperlink for "Eigenschaft".
...
svn: r16559
2009-11-05 14:58:21 +00:00
Robby Findler
693ba9b9e8
allow overlaying of 0x0 images
...
svn: r16558
2009-11-05 14:55:07 +00:00
Robby Findler
3290bb8e77
documnted drscheme:help-desk:help-desk
...
svn: r16557
2009-11-05 14:49:29 +00:00
Mike Sperber
2a8e5d64be
Make the DeinProgramm / DMdA one-of' /
case' contracts use beginner-equal?.
...
svn: r16556
2009-11-05 10:10:17 +00:00
Eli Barzilay
a68c6c8005
Ignore duplicate collection specified, including ones that are
...
implicitly specified because they're a subcollection of another that is
specified.
svn: r16555
2009-11-05 08:51:29 +00:00
Eli Barzilay
2b026c63ac
switch to scheme/base
...
svn: r16554
2009-11-05 07:18:30 +00:00
Eli Barzilay
c696c7e88c
misc minor improvements
...
svn: r16553
2009-11-05 07:15:30 +00:00
Eli Barzilay
eb3dacaac5
finally restored check-again-all, using file-or-directory-identity
...
svn: r16548
2009-11-04 20:57:13 +00:00
Matthew Flatt
c49b22fa2c
change _pointer to mean a reference to non-GCed memory; add _gcpointer (v4.2.2.6)
...
svn: r16546
2009-11-04 19:28:04 +00:00
Matthew Flatt
4edc044cb6
source locations for 'for' loops in stack traces
...
svn: r16545
2009-11-04 19:17:31 +00:00
Robby Findler
f14f541ac4
got rid of the animation (that no one seemed to like anyways)
...
svn: r16544
2009-11-04 17:38:22 +00:00
Robby Findler
eedffbca23
minor tweak to an example
...
svn: r16543
2009-11-04 17:22:48 +00:00
Robby Findler
71ca247b8e
undid my font-setting commit
...
svn: r16542
2009-11-04 17:22:27 +00:00
Matthew Flatt
509de53fca
for multi-HTML output, check for parts whose filenames are the same modulo case
...
svn: r16536
2009-11-04 12:12:29 +00:00