Commit Graph

9558 Commits

Author SHA1 Message Date
Ryan Culpepper
e11a24fda8 macro stepper:
better module hiding
  display prefab structs
  updated tests

svn: r14085
2009-03-13 05:54:17 +00:00
Matthias Felleisen
533c8dfd8b problem with 0-sized images fixed
svn: r14084
2009-03-13 02:04:41 +00:00
Robby Findler
0a24b8945d updated impl to match contracts
svn: r14083
2009-03-13 02:00:13 +00:00
Ryan Culpepper
3d5377d8f8 pretty-printer: changed 'module' printing
svn: r14082
2009-03-13 01:44:30 +00:00
Eli Barzilay
edd69e5c50 Welcome to a new PLT day.
svn: r14080
2009-03-12 19:21:05 +00:00
Eli Barzilay
3537435564 dont show spaces at the end of a line when not needed
svn: r14077
2009-03-12 18:25:08 +00:00
Kathy Gray
422b9414bd check for functions in the test specification
svn: r14076
2009-03-12 17:23:45 +00:00
Eli Barzilay
940a47a439 fix include references
svn: r14075
2009-03-12 17:22:45 +00:00
Robby Findler
67c68ef05a always use write
svn: r14072
2009-03-12 14:18:16 +00:00
Eli Barzilay
e366d25a85 better example for splice
svn: r14068
2009-03-12 08:15:39 +00:00
Eli Barzilay
ca30b05114 A complete rewrite of text output using port state now.
Also a few more text-controlling primitives.

svn: r14065
2009-03-12 02:27:12 +00:00
Matthew Flatt
7f301ad446 fix more parser-tools doc bugs
svn: r14064
2009-03-12 01:35:30 +00:00
Matthew Flatt
e43b393253 fix grammar alignment; allow row-independent 'alignment and 'valignment associations in a table style
svn: r14063
2009-03-12 00:59:54 +00:00
Matthew Flatt
017eb444b4 fix docs to explain group-id in yacc
svn: r14062
2009-03-12 00:45:23 +00:00
Matthew Flatt
cfdb69adc0 fix insidemz port docs
svn: r14061
2009-03-12 00:36:23 +00:00
Robby Findler
356c01884f svn: r14059 2009-03-11 20:54:41 +00:00
Robby Findler
53af4d6a9a moved tracing support from the htdp tool into drscheme proper
svn: r14054
2009-03-11 17:42:04 +00:00
Matthew Flatt
63af81bd85 remove bogus 'combo style from universe logging window
svn: r14052
2009-03-11 17:13:38 +00:00
Eli Barzilay
d474b2bfd0 Welcome to a new PLT day.
svn: r14050
2009-03-11 07:50:18 +00:00
Matthew Flatt
0c36eb9ae6 add section to guide on structure equality
svn: r14049
2009-03-11 03:40:42 +00:00
Matthew Flatt
5269b2a05a test fix eqvhash table for characters
svn: r14047
2009-03-11 02:25:24 +00:00
Robby Findler
46277c7fd3 svn: r14045 2009-03-11 01:50:14 +00:00
Sam Tobin-Hochstadt
0182868947 Fix docs on exception raised.
svn: r14043
2009-03-10 23:56:07 +00:00
Matthew Flatt
d8d25debcd fix defclass and some scheme/gui argument schemevarfont binding
svn: r14042
2009-03-10 23:14:53 +00:00
Matthew Flatt
812372c162 fix scheme_get_port_fd docs
svn: r14041
2009-03-10 22:31:08 +00:00
Sam Tobin-Hochstadt
b6e340d2c9 Finally the correct fix
svn: r14039
2009-03-10 21:25:46 +00:00
Ryan Culpepper
64250c4931 syntax: fixed 'strip-context' on prefab structs
fixes bug in prefab struct literal in scheme/load module

svn: r14038
2009-03-10 21:19:18 +00:00
Sam Tobin-Hochstadt
37bd154af5 revert broken change
svn: r14037
2009-03-10 21:12:50 +00:00
Sam Tobin-Hochstadt
56a3867644 Fix PR 10119.
Give better error messages from `match*' when patterns or expressions are not lists.

svn: r14036
2009-03-10 21:06:43 +00:00
Sam Tobin-Hochstadt
79ee9fbee8 Correctly report syntax def from define-struct:
Add alias in type env when rename transformer is used.

svn: r14034
2009-03-10 20:29:02 +00:00
Sam Tobin-Hochstadt
2ad93c7da5 new tests for struct providing
svn: r14033
2009-03-10 20:27:46 +00:00
Robby Findler
39fc578bf0 svn: r14030 2009-03-10 17:34:23 +00:00
Robby Findler
b7c0a22430 added scheme/base import and re-tabified
svn: r14029
2009-03-10 16:43:44 +00:00
Matthew Flatt
6fe0677aa7 doc kernel-syntax-case/phase
svn: r14028
2009-03-10 16:39:32 +00:00
Robby Findler
ca2dd05eca svn: r14027 2009-03-10 14:38:19 +00:00
Robby Findler
11cd0a5691 fixed tracing in the teaching languages
svn: r14026
2009-03-10 13:49:40 +00:00
Eli Barzilay
3658ea87e5 The scribble/text language works much better now, with
indentation-aware output being possible.

svn: r14025
2009-03-10 09:36:54 +00:00
Matthew Flatt
13b2bc3363 adjust define*-{values,syntaxes} to avoid certificate problems
svn: r14024
2009-03-09 17:19:21 +00:00
Jay McCarthy
d5312fbe3b Non empty strings in redirect-to
svn: r14023
2009-03-09 17:08:37 +00:00
Jay McCarthy
d8232c3edd Stephen bug
svn: r14022
2009-03-09 16:58:31 +00:00
Matthew Flatt
44e7744646 fix package so that syntax-local-value works after define*
svn: r14021
2009-03-09 13:24:34 +00:00
Mike Sperber
018521cbc3 Merge from mike/dmda branch.
This adds the language levels, teachpacks, and documentation for the
textbook "Die Macht der Abstraktion".

svn: r14019
2009-03-09 07:51:09 +00:00
Eli Barzilay
2a03b0a08b Welcome to a new PLT day.
svn: r14018
2009-03-09 07:50:12 +00:00
Eli Barzilay
8b5b6a53d9 Avoid lumping together output values as (output '(x y z)), use
separate output expressions instead.

svn: r14015
2009-03-08 21:10:07 +00:00
Robby Findler
fe618071dc added a test--> that only does a single step of the reduction relation
svn: r14014
2009-03-08 21:07:01 +00:00
Robby Findler
338a171a6a renamed test--> to test-->>
svn: r14012
2009-03-08 20:29:31 +00:00
Mike Sperber
fb133e0bb6 Synch German string constants with latest.
svn: r14011
2009-03-08 17:52:29 +00:00
Stevie Strickland
a3035a76a8 Got the struct:x name built, but forgot just the name x for the static info,
even though I had changed with-contract to detect (uncontracted) exports of
syntax.

svn: r14004
2009-03-07 16:48:27 +00:00
Robby Findler
d07a335324 svn: r14003 2009-03-07 13:53:54 +00:00
Robby Findler
37cde560a9 fixed bug in the cycle detection code in test-->
svn: r14002
2009-03-07 13:38:41 +00:00