Eli Barzilay
f33137ecd4
reindent
...
svn: r9199
2008-04-08 12:49:49 +00:00
Eli Barzilay
5cde854a07
svn: r9198
2008-04-08 12:39:36 +00:00
Eli Barzilay
26b283b953
fixed pr9285, added tests
...
svn: r9197
2008-04-08 12:33:53 +00:00
Eli Barzilay
2888a16d0e
* Move the scheme/contract tests to scheme.ss
...
* Split string.ss into string-mzlib.ss which is left in mzlib.ss
* Call the string.ss from scheme (which now has only stuff from scheme/base)
svn: r9196
2008-04-08 12:29:04 +00:00
Sam Tobin-Hochstadt
b37d63a5e5
Omit match tests during setup.
...
svn: r9195
2008-04-08 12:22:48 +00:00
Eli Barzilay
37dc96061a
Welcome to a new PLT day.
...
svn: r9194
2008-04-08 07:50:16 +00:00
Sam Tobin-Hochstadt
ec502d4802
rename
...
svn: r9184
2008-04-07 21:42:15 +00:00
Sam Tobin-Hochstadt
7f974d7383
Handle all-expression cases explicitly rather than implicitly.
...
svn: r9183
2008-04-07 21:19:25 +00:00
Sam Tobin-Hochstadt
b800f4ed3e
Fix typed scheme reader for new reader API.
...
svn: r9182
2008-04-07 21:03:27 +00:00
Eli Barzilay
7a29625659
lift handle-results, since matthew said that the compiler might not do so
...
svn: r9181
2008-04-07 19:55:54 +00:00
Eli Barzilay
f0547adffc
fix force for dealing with (lazy 0), add a test suite (simple one for now)
...
svn: r9180
2008-04-07 19:33:48 +00:00
Sam Tobin-Hochstadt
37e0416575
Move match tests out of mzscheme directory.
...
svn: r9179
2008-04-07 17:28:06 +00:00
Sam Tobin-Hochstadt
b670ac0a20
Update to new version of Schemeunit.
...
svn: r9178
2008-04-07 17:27:09 +00:00
Eli Barzilay
aaab16c2d7
fix space
...
svn: r9177
2008-04-07 16:17:24 +00:00
Matthew Flatt
f31bf12543
generalize this-expression-source-directory
...
svn: r9176
2008-04-07 12:52:59 +00:00
Eli Barzilay
564248acdb
Welcome to a new PLT day.
...
svn: r9175
2008-04-07 07:50:15 +00:00
Matthew Flatt
53cc426d30
expans #reader/#lang protocol so that a #lang result can have more appropriate srclocs; fix up syntax/module-reader to use the new protocol; re-enable arrows to the language position in Check Syntax
...
svn: r9174
2008-04-06 23:31:58 +00:00
Eli Barzilay
1a5cb7ed64
use some #lang lines
...
svn: r9173
2008-04-06 20:59:28 +00:00
Eli Barzilay
f6ce675b73
svn: r9172
2008-04-06 20:36:24 +00:00
Eli Barzilay
5efae47be8
* Made (planet "path") work like (planet path), except that the former
...
can have an extension (so it's more like the (lib ...) form now.)
(Note: I assume that the one-before-last argument in return
ok_path_string(a, 0, 0, 1, 1) is what makes it not reject a suffix)
* Documented the new form
* Made the `-p' flag get a new-style planet path, and have it work the
same as `-l' (not constructing an `eval')
* BTW, renamed `mzcmd_REQUIRE' to `mzcmd_REQUIRE_FILE', and changed
"missing file after" error message in `-l' to "missing library name
after"
svn: r9171
2008-04-06 14:08:21 +00:00
Eli Barzilay
5ae133c211
reformatting
...
svn: r9170
2008-04-06 13:44:16 +00:00
Eli Barzilay
17012d98b6
reformatting
...
svn: r9169
2008-04-06 13:43:26 +00:00
Eli Barzilay
22f506d718
formatting, v4-isms, props, etc
...
svn: r9168
2008-04-05 16:10:01 +00:00
Eli Barzilay
a3d8cb9447
Welcome to a new PLT day.
...
svn: r9167
2008-04-05 07:50:15 +00:00
Matthew Flatt
5165d9e855
sync Ryan's macro-debugger changes
...
svn: r9166
2008-04-04 17:38:23 +00:00
Sam Tobin-Hochstadt
f7ec875386
Add new `typechecker:called-in-tail-position' property.
...
svn: r9165
2008-04-04 17:33:55 +00:00
Matthew Flatt
307ca18d31
doc make-generic and add 'generic?'
...
svn: r9164
2008-04-04 12:13:19 +00:00
Matthew Flatt
a9d7b95d3d
doc HtDP language additions for testing
...
svn: r9163
2008-04-04 12:12:35 +00:00
Kathy Gray
4047d38184
Slight bug fix for path display
...
svn: r9162
2008-04-04 12:10:33 +00:00
Matthew Flatt
e26136ad6e
re-export test-engine/scheme-tests
...
svn: r9161
2008-04-04 11:44:59 +00:00
Kathy Gray
7a6dff6d19
Merging testing branch (kathyg/test-harnessv4-2) onto trunk: -r8903:9138
...
svn: r9160
2008-04-04 11:30:36 +00:00
Eli Barzilay
efd1a91cd0
Welcome to a new PLT day.
...
svn: r9159
2008-04-04 07:50:16 +00:00
Robby Findler
e6872b07a0
PR 9248
...
svn: r9158
2008-04-04 03:33:58 +00:00
Matthew Flatt
8bb63e146c
fix list-ref description
...
svn: r9157
2008-04-03 16:18:06 +00:00
Matthew Flatt
f3695df23f
add #%expression to scheme-report-environment (PR 9258)
...
svn: r9156
2008-04-03 16:08:29 +00:00
Matthew Flatt
7a41c7ddd6
fix else handling for R6RS 'guard'
...
svn: r9155
2008-04-03 16:06:26 +00:00
Matthew Flatt
6a0150d518
fix typoes in numbers reference (PR 9271)
...
svn: r9153
2008-04-03 15:37:26 +00:00
Eli Barzilay
2b92bd2e6e
remove empty info files
...
svn: r9152
2008-04-03 15:34:37 +00:00
Matthew Flatt
fbac4e75fd
fix r6rs quasisyntax
...
svn: r9150
2008-04-03 15:10:07 +00:00
Matthew Flatt
f28726ab4d
fix bytecode writing of prefabs, add prop:sequence
...
svn: r9149
2008-04-03 14:07:52 +00:00
Matthew Flatt
705228ffdc
fix deserialization in setup-plt's scribble driver, so that it's independent of the current namespace
...
svn: r9148
2008-04-03 12:05:55 +00:00
Matthew Flatt
359035362a
2^30 optimizer test
...
svn: r9146
2008-04-03 11:14:19 +00:00
Eli Barzilay
694502515f
Welcome to a new PLT day.
...
svn: r9144
2008-04-03 07:50:14 +00:00
Greg Cooper
7e376d7bef
checkpoint some bug fixes and efficiency improvements
...
svn: r9143
2008-04-03 02:58:18 +00:00
Matthew Flatt
fc033290da
fix Scribble and some docs after today's changes
...
svn: r9142
2008-04-02 23:34:47 +00:00
Sam Tobin-Hochstadt
b5128a2874
Implement column reordering.
...
Fix ordering problems with non-linear or patterns.
Use `nest' in a few places.
Fix error message from match-expanders.
svn: r9141
2008-04-02 19:20:56 +00:00
Matthew Flatt
d1ed1a1e52
optional image scale
...
svn: r9140
2008-04-02 19:16:05 +00:00
Matthew Flatt
526bf71b24
right kind of angle brackets
...
svn: r9139
2008-04-02 16:57:56 +00:00
Matthew Flatt
89d9e02cd0
angle brackets in Scribble output
...
svn: r9138
2008-04-02 15:30:34 +00:00
Matthew Flatt
e8be7bf332
eval:check
...
svn: r9136
2008-04-02 13:19:10 +00:00
Matthew Flatt
81e54f9049
fix PDF doc build
...
svn: r9135
2008-04-02 11:58:49 +00:00
Eli Barzilay
c2829fc216
#:cache-keys -> #:cache-keys?
...
svn: r9134
2008-04-02 08:21:17 +00:00
Eli Barzilay
cf2812e07a
Welcome to a new PLT day.
...
svn: r9133
2008-04-02 07:50:08 +00:00
Eli Barzilay
3ab57fbe50
svn: r9132
2008-04-02 07:47:38 +00:00
Matthew Flatt
fb392dd331
adjust sort keyword arguments and docs
...
svn: r9131
2008-04-02 01:28:09 +00:00
Eli Barzilay
08455ce632
svn: r9130
2008-04-02 00:08:02 +00:00
Eli Barzilay
fcfaa3cc64
use sort.ss in kw.ss too
...
svn: r9129
2008-04-02 00:07:45 +00:00
Eli Barzilay
bfc990e3c5
Added #:key and #:cache-keys to `sort', documented and tested.
...
svn: r9128
2008-04-01 20:58:41 +00:00
Eli Barzilay
fac8cf7328
minor
...
svn: r9127
2008-04-01 20:37:55 +00:00
Sam Tobin-Hochstadt
75ceb53bf7
Delete old match test suite.
...
Add new, schemeunit-based match test suite.
Remove call to match test from mzlib.ss
svn: r9126
2008-04-01 17:33:53 +00:00
Matthew Flatt
aee99cd175
fix Scribble reader to attach originalness to the syntax objects that it generates, so that Check Syntax works properly on Scribble documents
...
svn: r9125
2008-04-01 17:11:30 +00:00
Eli Barzilay
70d1623e6a
Welcome to a new PLT day.
...
svn: r9123
2008-04-01 07:50:16 +00:00
Sam Tobin-Hochstadt
1fd2e9b3fc
Create renaming to avoid using the same identifier multiple times.
...
Delete dead code.
svn: r9122
2008-03-31 21:01:29 +00:00
Matthew Flatt
f833112489
revert default Scribble Latex output to use longtable
...
svn: r9121
2008-03-31 18:31:46 +00:00
Matthew Flatt
f5268bed2a
more scribble configurability and latex back-end improvements
...
svn: r9120
2008-03-31 15:27:12 +00:00
Eli Barzilay
ecfff609de
Welcome to a new PLT day.
...
svn: r9119
2008-03-31 07:50:14 +00:00
Matthew Flatt
d7d3af08c1
export current call/cc
...
svn: r9118
2008-03-30 14:14:15 +00:00
Eli Barzilay
f78f86fb9a
Welcome to a new PLT day.
...
svn: r9117
2008-03-30 07:50:15 +00:00
John Clements
a87e918745
openning -> opening
...
svn: r9116
2008-03-29 22:21:07 +00:00
John Clements
a5392b8ece
p rovides -> provides
...
svn: r9115
2008-03-29 22:12:49 +00:00
Robby Findler
97dbca2831
fixed bug noticed by Sam
...
svn: r9114
2008-03-29 21:57:35 +00:00
John Clements
5d9e8d8a3c
changed contracts on src args for render methods
...
svn: r9113
2008-03-29 21:36:51 +00:00
John Clements
56b46aab9a
fixed typo
...
svn: r9112
2008-03-29 20:47:24 +00:00
Sam Tobin-Hochstadt
74a000d1ef
Handle `letrec-syntaxes+values' in free-var computation.
...
svn: r9111
2008-03-29 16:35:31 +00:00
Eli Barzilay
a4f70641b9
error message typo
...
svn: r9110
2008-03-29 15:45:51 +00:00
Matthew Flatt
e1b493ee19
add __isinfl as rcognized non-GCing primitive for xform, and streamline infinity tests while we're at it
...
svn: r9109
2008-03-29 12:48:59 +00:00
Eli Barzilay
6b2cd19c9f
Welcome to a new PLT day.
...
svn: r9108
2008-03-29 07:50:14 +00:00
Matthew Flatt
741d856187
fix some scribble->latex problems
...
svn: r9106
2008-03-29 03:16:44 +00:00
Sam Tobin-Hochstadt
0d297c2dcf
fix for new -> syntax
...
svn: r9105
2008-03-28 19:41:35 +00:00
Eli Barzilay
f8eb7e251f
svn: r9103
2008-03-28 19:09:43 +00:00
Eli Barzilay
a2e36fd2b6
Welcome to a new PLT day.
...
svn: r9101
2008-03-28 07:50:15 +00:00
Jon Rafkind
03b3664e2b
add needed requires
...
svn: r9096
2008-03-27 18:02:13 +00:00
Sam Tobin-Hochstadt
aa40a654b0
Update match documentation to new implementation:
...
- Mention cons and mcons pattern.
- Describe greedyness.
- Mention additional literals in grammar.
svn: r9095
2008-03-27 17:35:11 +00:00
Matthew Flatt
61ea615004
optimizer inlining improvements, especially to ensure that single-use bindings are inlined
...
svn: r9094
2008-03-27 16:07:42 +00:00
Eli Barzilay
6597fbb7c7
Welcome to a new PLT day.
...
svn: r9093
2008-03-27 07:08:28 +00:00
Sam Tobin-Hochstadt
9084ac10e3
New match implementation:
...
- Delete old match code.
- Create scheme/match collection.
- Change scheme/match.ss to provide new implementation.
- Change mzlib/match and mzlib/plt-match to refer to scheme/match/
- Fix Typed Scheme require of private match code.
svn: r9091
2008-03-26 14:40:48 +00:00
Matthew Flatt
d2cdc315a9
fix bug in thread-rewind-receive
...
svn: r9090
2008-03-26 12:41:03 +00:00
Eli Barzilay
5f2c2002bc
Welcome to a new PLT day.
...
svn: r9089
2008-03-26 07:50:16 +00:00
Matthew Flatt
06326b340b
thread-rewind-receive (3.99.0.21)
...
svn: r9088
2008-03-26 02:20:50 +00:00
Eli Barzilay
e7bb849899
add scheme/nest to the scheme language
...
svn: r9087
2008-03-25 18:27:18 +00:00
Sam Tobin-Hochstadt
ae4acf1d51
Remove old match implementation.
...
Fix typed-scheme to work w/ new match.
Factor out lots of common code.
Implement (mcons ..) patterns
svn: r9086
2008-03-25 18:26:39 +00:00
Eli Barzilay
8d08719ee6
added scheme/nest
...
svn: r9085
2008-03-25 18:09:54 +00:00
Matthew Flatt
0fc5a646aa
extra word wrapping in inherited-method table
...
svn: r9084
2008-03-25 15:27:22 +00:00
Matthew Flatt
105d75b5d1
fix icon file names, since games.ss changed to main.ss
...
svn: r9083
2008-03-25 15:23:27 +00:00
Eli Barzilay
d383e7a421
Welcome to a new PLT day.
...
svn: r9081
2008-03-25 07:50:07 +00:00
Robby Findler
067f39713b
fixed PR 9257
...
svn: r9080
2008-03-25 01:37:22 +00:00
Eli Barzilay
419152e81e
provide unicode lambda symbol
...
svn: r9079
2008-03-24 20:30:31 +00:00
Eli Barzilay
6901fc1fd7
some minor cleanup
...
svn: r9078
2008-03-24 17:55:53 +00:00
Matthew Flatt
c75933cd40
fix 'enter!' and extension-implemented modules
...
svn: r9077
2008-03-24 14:04:33 +00:00
Matthew Flatt
1be4258c44
fix mzc -k output reporting
...
svn: r9076
2008-03-24 12:15:03 +00:00