Sam Tobin-Hochstadt
|
52d711e0bd
|
use exact-integer? instead of integer?
use (Listof Any) instead of List
svn: r13437
|
2009-02-04 23:06:35 +00:00 |
|
Jay McCarthy
|
0888178644
|
Digest auth
svn: r13418
|
2009-02-04 18:59:26 +00:00 |
|
Jay McCarthy
|
0b816d2942
|
cookies
svn: r13397
|
2009-02-03 22:32:35 +00:00 |
|
Jay McCarthy
|
304b163623
|
bytes
svn: r13394
|
2009-02-03 20:21:05 +00:00 |
|
Jon Rafkind
|
51839c33a1
|
put correct value in the test
svn: r13380
|
2009-02-03 17:37:19 +00:00 |
|
Jay McCarthy
|
7f13cb3da8
|
prefer bytes
svn: r13377
|
2009-02-03 16:23:28 +00:00 |
|
Jon Rafkind
|
6ebd445726
|
add != to honu. start making some tests
svn: r13372
|
2009-02-03 01:47:33 +00:00 |
|
Jay McCarthy
|
99e9376a73
|
Fixing tests
svn: r13351
|
2009-02-02 16:40:06 +00:00 |
|
Eli Barzilay
|
858e7dd94e
|
test forbidden nested calls
svn: r13342
|
2009-01-31 20:24:35 +00:00 |
|
Eli Barzilay
|
339aa71441
|
even better
svn: r13341
|
2009-01-31 20:23:11 +00:00 |
|
Eli Barzilay
|
3956dc1530
|
more improvements to all four variants of exits
svn: r13340
|
2009-01-31 20:06:36 +00:00 |
|
Eli Barzilay
|
4b7e4e4322
|
misc improvements, add test for (exit)
svn: r13339
|
2009-01-31 19:46:33 +00:00 |
|
Eli Barzilay
|
67471cc62b
|
cheap hack to find which memory error test is causing problems
svn: r13335
|
2009-01-31 15:48:31 +00:00 |
|
Stevie Strickland
|
f6493e1c32
|
Abstraction of the boxes used for unit imports/exports to allow for adding
contracts in an already created unit.
svn: r13331
|
2009-01-31 01:39:23 +00:00 |
|
Jay McCarthy
|
d3f6fed328
|
Error messages
svn: r13321
|
2009-01-29 20:21:21 +00:00 |
|
Stevie Strickland
|
2f323578de
|
Disallow unit/new-import-export if contracts are involved. This is not
planned to be permanent, but until I've figured out how to implement the
fix, just say no.
svn: r13311
|
2009-01-29 07:19:23 +00:00 |
|
Jay McCarthy
|
254f924ebb
|
immediate marking
svn: r13299
|
2009-01-28 15:30:36 +00:00 |
|
Sam Tobin-Hochstadt
|
5baa4390d3
|
Fix handling of (or) in match.
svn: r13295
|
2009-01-27 19:57:59 +00:00 |
|
Sam Tobin-Hochstadt
|
2962c0bfa7
|
Fix handling of inexact integer literals.
svn: r13294
|
2009-01-27 17:55:10 +00:00 |
|
Eli Barzilay
|
f5ce61de97
|
* More time for quiet.ss and for run-automated-tests.ss
* Both will kill their timer when done, so it doesn't trigger later on
svn: r13292
|
2009-01-27 15:10:52 +00:00 |
|
Robby Findler
|
134138916f
|
allows colons in the userinfo field of a url (ie, does not encode them)
svn: r13282
|
2009-01-25 20:12:08 +00:00 |
|
Eli Barzilay
|
79e4fc3e9b
|
minor
svn: r13277
|
2009-01-25 03:52:59 +00:00 |
|
Eli Barzilay
|
c79acd6f61
|
minor
svn: r13276
|
2009-01-25 03:35:37 +00:00 |
|
Matthew Flatt
|
df4b9f41a8
|
add bitwise-bit-field
svn: r13266
|
2009-01-23 17:22:57 +00:00 |
|
Ryan Culpepper
|
98b9a62775
|
stxclass: fixed build bug, fixed tests
svn: r13265
|
2009-01-23 15:13:49 +00:00 |
|
Matthew Flatt
|
38c75a82d1
|
fix a bad interaction between 'make-syntax-delta-introducer' and the top-level environment
svn: r13258
|
2009-01-22 18:52:40 +00:00 |
|
Ryan Culpepper
|
eb9fe4847f
|
stxclass: created stxclass collection, with docs
svn: r13255
|
2009-01-22 05:50:55 +00:00 |
|
Matthew Flatt
|
db12513b65
|
fix #:all-defined for 'define-package' by adjusting 'identifier-remove-from-definition-context'; add for-syntax 'package?' and 'package-export-identifiers'; adjust Scribble to find definitions of phase-1 exports
svn: r13253
|
2009-01-21 20:00:55 +00:00 |
|
Matthew Flatt
|
0c591f9fc4
|
fix a file-relative-path test for windows (merge to 4.1.4)
svn: r13215
|
2009-01-19 04:32:46 +00:00 |
|
Robby Findler
|
f486051cd9
|
changed some overly specific tests so they dont have to be run from my directories and updated to some new mz error messages
svn: r13204
|
2009-01-18 19:28:51 +00:00 |
|
Stevie Strickland
|
e1d5ced45e
|
Only apply a single contract wrapping to a value contracted through unit
exporting/importing. Also add some more unit contract tests.
svn: r13203
|
2009-01-18 10:38:52 +00:00 |
|
Stevie Strickland
|
e6999c8184
|
Just to ensure that nothing wonky goes on, change these to function names that
aren't in scheme/base.
svn: r13201
|
2009-01-18 05:54:58 +00:00 |
|
Stevie Strickland
|
92fa69c387
|
Add some tests that check interaction between with-contract (here
through define/contract) and unit contracts.
svn: r13183
|
2009-01-16 22:21:18 +00:00 |
|
Stevie Strickland
|
f6d571db40
|
Add a test that involves blame on a non-unit entity.
svn: r13182
|
2009-01-16 20:46:39 +00:00 |
|
Stevie Strickland
|
0fcf609e2b
|
Syncing again
svn: r13178
|
2009-01-16 19:11:18 +00:00 |
|
Stevie Strickland
|
cc9925dd6b
|
Add unit contracts from branches/sstrickl/unit-contracts.
svn: r13177
|
2009-01-16 19:03:11 +00:00 |
|
Matthew Flatt
|
2ef432d1bf
|
benchmark tabulation option
svn: r13176
|
2009-01-16 18:31:03 +00:00 |
|
Stevie Strickland
|
b29b08dec0
|
Adding tests, because we should.
svn: r13175
|
2009-01-16 18:24:59 +00:00 |
|
Stevie Strickland
|
4fd8753c66
|
Start of a testing framework for unit contracts.
svn: r13173
|
2009-01-16 17:50:05 +00:00 |
|
Stevie Strickland
|
768117b201
|
Sync to trunk in preparation of merging (though unit-contracts will go first).
svn: r13171
|
2009-01-16 16:59:20 +00:00 |
|
Eli Barzilay
|
a76cdc248f
|
added promise-forced? and promise-running?
svn: r13160
|
2009-01-16 05:46:07 +00:00 |
|
Eli Barzilay
|
b81ea02cab
|
add more tests, mainly for catching exceptions and other raised values
svn: r13159
|
2009-01-16 05:18:37 +00:00 |
|
Stevie Strickland
|
ea3879fd8f
|
Syncing again, whee.
svn: r13136
|
2009-01-15 02:35:34 +00:00 |
|
Ryan Culpepper
|
92a938dc6d
|
macro stepper tests: updated
svn: r13133
|
2009-01-15 00:07:47 +00:00 |
|
Stevie Strickland
|
a4165d14b4
|
Change this to match how the error messages now come across.
svn: r13125
|
2009-01-14 21:39:43 +00:00 |
|
Stevie Strickland
|
d3f703b043
|
Fixing these back up to how they were before.
svn: r13123
|
2009-01-14 21:31:46 +00:00 |
|
Stevie Strickland
|
5ac3135cd6
|
Syncing up here as well.
svn: r13118
|
2009-01-14 18:27:06 +00:00 |
|
Eli Barzilay
|
d1a0086471
|
newlines at EOFs
svn: r13105
|
2009-01-14 03:10:47 +00:00 |
|
Stevie Strickland
|
2537508865
|
Syncing on up
svn: r13084
|
2009-01-13 01:05:50 +00:00 |
|
Matthew Flatt
|
2530e04720
|
add some-system-path<->string functions to scheme/path
svn: r13065
|
2009-01-11 14:47:51 +00:00 |
|