Commit Graph

10780 Commits

Author SHA1 Message Date
Robby Findler
72b7e59851 fixed eps? argument to pasteboard print method
svn: r13060
2009-01-10 23:16:40 +00:00
Robby Findler
e34badc4cf fixed some typos:
svn: r13059
2009-01-10 23:12:52 +00:00
Robby Findler
3a3ceb121b added traces/ps and some code to make automatic layout of the graph possible (see #:layout in the docs for traces)
svn: r13058
2009-01-10 18:17:45 +00:00
Eli Barzilay
630c8cbc54 Welcome to a new PLT day.
svn: r13057
2009-01-10 08:50:20 +00:00
Matthias Felleisen
a6f08c7399 svn: r13056 2009-01-09 23:45:05 +00:00
Matthias Felleisen
38ef7d3c41 separated out the list of worlds from universeState
svn: r13055
2009-01-09 23:18:05 +00:00
Stevie Strickland
0db2eb851a Allow multiple identifier/contract pairs in the same contracted form.
svn: r13054
2009-01-09 22:22:24 +00:00
Casey Klein
65fad6047d Exported and documented the term generator's public interface.
svn: r13053
2009-01-09 21:53:53 +00:00
Matthew Flatt
1edd3544d7 fix scribble to place different images with the same source name in different destination filenames
svn: r13052
2009-01-09 21:30:43 +00:00
Matthew Flatt
df99b2e1c4 remove obsolete text
svn: r13051
2009-01-09 21:01:09 +00:00
Matthew Flatt
a58010fd0d scheme/class: fix local member names to provide an better message on misuse, and to declare itself as an expression form
svn: r13050
2009-01-09 21:00:50 +00:00
Matthias Felleisen
72d904d2d9 small bug in new world code
svn: r13049
2009-01-09 19:55:48 +00:00
Stevie Strickland
af69c0bbec Tag the contracts so we know what are truly contracts and which are just
placeholder #fs.

svn: r13048
2009-01-09 19:50:28 +00:00
Stevie Strickland
bae2c7b5e1 Basically write begin-with-definitions here by hand, which _does_ work.
So that should pretty much give us unit contracts, modulo whether we can
separate out the projections so that contracts aren't checked twice
inappropriately.

svn: r13047
2009-01-09 19:08:03 +00:00
Casey Klein
3f44589c69 Changed the interface for collecting reduction relation coverage.
svn: r13046
2009-01-09 10:23:14 +00:00
Eli Barzilay
71d4c900df Welcome to a new PLT day.
svn: r13045
2009-01-09 08:50:13 +00:00
Stevie Strickland
8d1b82bcd2 There's no need for the special-casing define-values with one binding, so
simplify this.

svn: r13044
2009-01-09 00:59:04 +00:00
Stevie Strickland
a932bfc84a Small fixes
svn: r13043
2009-01-09 00:33:43 +00:00
Matthias Felleisen
c58702123f message order
svn: r13042
2009-01-08 23:37:55 +00:00
Matthias Felleisen
2821275df7 simplified world terminology
svn: r13041
2009-01-08 23:04:27 +00:00
Stevie Strickland
e402d7ea36 We do _not_ want (void) last, we want it first here.
svn: r13040
2009-01-08 20:52:18 +00:00
Stevie Strickland
bf0d872afd Changed to be more like what Sam and I envisioned.
svn: r13039
2009-01-08 20:50:33 +00:00
Matthew Flatt
78ec585827 fix print method of editor<%> classes
svn: r13038
2009-01-08 17:33:44 +00:00
Stevie Strickland
22ee00b10f Oh, no! Aliens, bio-duplication, nude conspiracies.. oh my God,
Lyndon LaRouche was right!

svn: r13037
2009-01-08 14:55:23 +00:00
Stevie Strickland
d5f0b90981 My fellow Americans. As a young boy, I dreamed of being a baseball,
but tonight I say, we must move forward, not backward, upward, not
forward, and always twirling, twirling, twirling towards freedom.

svn: r13036
2009-01-08 14:53:46 +00:00
Casey Klein
df5e59561f 1. Reorganized so that generating an `any' doesn't require
reprocessing the language definition.
2. Turned optional arguments to check-metafunction, generate-term,
etc. into keywords.
3. Added #:source keyword to `check' form.

svn: r13035
2009-01-08 14:46:46 +00:00
Eli Barzilay
5027415305 Welcome to a new PLT day.
svn: r13034
2009-01-08 08:50:13 +00:00
Ryan Culpepper
cd1c0f41b3 stxclass: worked on opt/mand/etc error messages
svn: r13033
2009-01-08 01:04:13 +00:00
Ryan Culpepper
f6575759ba macro stepper: fixed pretty-printing width
svn: r13032
2009-01-08 01:02:38 +00:00
Matthew Flatt
0663588ee1 change _string/utf-16 and _string/ucs-4 so that #f = NULL (for consistency with other pointer types), and drop the /null variants
svn: r13031
2009-01-07 17:49:14 +00:00
Robby Findler
c9ebe9bba3 changed the way or/c works; PR 10010
svn: r13030
2009-01-07 16:48:17 +00:00
Robby Findler
2afe7621b3 PR 10010
svn: r13029
2009-01-07 16:06:37 +00:00
Robby Findler
05160bf931 PR 10009 and added tracing to metafunctions
svn: r13028
2009-01-07 15:55:21 +00:00
Robby Findler
cda64e40da opened up the trace library a little more to make it more useable for Redex
svn: r13027
2009-01-07 15:44:07 +00:00
Eli Barzilay
fe62b97137 Welcome to a new PLT day.
svn: r13026
2009-01-07 08:50:14 +00:00
Robby Findler
a5b53c63fc added a parameter to disable the various caches in redex
svn: r13024
2009-01-07 00:54:48 +00:00
Matthew Flatt
090c73647f atomic mode for objc methods; doc tweaks
svn: r13022
2009-01-06 19:52:40 +00:00
Jay McCarthy
9281b6f2b5 Clarifying docs and adding test
svn: r13021
2009-01-06 15:55:34 +00:00
Jay McCarthy
f5aa64f90b send/formlet issue
svn: r13020
2009-01-06 15:37:23 +00:00
Jay McCarthy
110098bc3b Adding caching note in faq
svn: r13019
2009-01-06 15:36:57 +00:00
Matthew Flatt
cfbd48a4a4 clarify atomic-function responsibilities
svn: r13018
2009-01-06 14:29:00 +00:00
Matthew Flatt
e3040e5799 fix some non-Mac declarations
svn: r13017
2009-01-06 13:15:51 +00:00
Matthew Flatt
61685c72f9 revised Mac OS X sleeping; optional atomic mode for FFI callbacks
svn: r13016
2009-01-06 13:07:45 +00:00
Eli Barzilay
f5c77109fa Welcome to a new PLT day.
svn: r13015
2009-01-06 08:50:08 +00:00
Matthew Flatt
7a42e2f355 html-spec -> html-spec.ss
svn: r13014
2009-01-05 15:54:18 +00:00
Casey Klein
104447edf6 Support for collecing per-case test coverage of reduction relations.
svn: r13013
2009-01-05 14:26:04 +00:00
Matthew Flatt
851c58ea50 add #:contracts optional sub-form to defform
svn: r13012
2009-01-05 14:00:07 +00:00
Matthew Flatt
08201a309d teachpack 2htdp docs: fix multiple definitions
svn: r13011
2009-01-05 12:21:09 +00:00
Matthew Flatt
332461c30e fix problem with gif->png suffix change; fix ToC when a subsection has a tag prefix
svn: r13010
2009-01-05 12:06:33 +00:00
Matthew Flatt
7b3c5db0f8 doc .gif->.png for Scribble Latex output
svn: r13009
2009-01-05 10:24:02 +00:00