Sam Tobin-Hochstadt
|
4548426cd4
|
Merge remote branch 'origin/master' into samth/new-logic2
|
2010-05-11 15:19:52 -04:00 |
|
Vincent St-Amour
|
2435f6fe06
|
Changed the common benchmark wrapper to use the racket language and to
print return values.
|
2010-05-11 14:56:43 -04:00 |
|
Vincent St-Amour
|
11d8dac0bf
|
Got rid of one-armed ifs in the common benchmarks.
|
2010-05-11 14:56:43 -04:00 |
|
Eli Barzilay
|
50753b6364
|
more fixes to automated tests
|
2010-05-10 23:36:14 -04:00 |
|
Eli Barzilay
|
8b3ff3e297
|
Use racket for automated tests.
|
2010-05-10 22:13:10 -04:00 |
|
Matthew Flatt
|
899e85f94f
|
change prop:custom-print-as-constructor to more general prop:custom-print-quotable
|
2010-05-10 18:32:25 -06:00 |
|
Sam Tobin-Hochstadt
|
a81de56b30
|
add test for bug found by vincent
|
2010-05-10 17:55:29 -04:00 |
|
Carl Eastlund
|
ff5b8da551
|
Adjusted list/c to stand alone, rather than using cons/c, so that it prints as itself.
|
2010-05-10 16:39:07 -04:00 |
|
Sam Tobin-Hochstadt
|
fe10457f4e
|
more test errors
|
2010-05-10 16:22:41 -04:00 |
|
Sam Tobin-Hochstadt
|
08d0df5256
|
fix test suite errors
|
2010-05-10 16:09:58 -04:00 |
|
Sam Tobin-Hochstadt
|
b1a49470ee
|
fix `implied-atomic?'
|
2010-05-10 11:51:18 -04:00 |
|
Sam Tobin-Hochstadt
|
82ee73ab51
|
Merge remote branch 'origin/master' into samth/new-logic2
Conflicts:
collects/typed-scheme/scribblings/begin.scrbl
collects/typed-scheme/scribblings/quick.scrbl
collects/typed-scheme/scribblings/ts-guide.scrbl
collects/typed-scheme/scribblings/ts-reference.scrbl
collects/typed-scheme/scribblings/varargs.scrbl
|
2010-05-10 10:36:21 -04:00 |
|
Matthew Flatt
|
41e1fe958f
|
test repairs
|
2010-05-10 06:23:37 -06:00 |
|
Matthew Flatt
|
ed1d7f81c9
|
move drscheme and tests/drscheme to drracket and tests/drracket
|
2010-05-09 15:34:50 -06:00 |
|
Robby Findler
|
155cc4ac05
|
fixed the way preference file restoration works in the case that there is no preferences file to start with
|
2010-05-08 16:22:56 -05:00 |
|
Robby Findler
|
eb5c839b97
|
changed an ss to a rkt
|
2010-05-08 16:18:04 -05:00 |
|
Jay McCarthy
|
8c918c489a
|
Fixing test re printing output... again :)
|
2010-05-07 12:44:12 -06:00 |
|
Matthew Flatt
|
e5a259bdf0
|
document latest printing convention
|
2010-05-06 18:01:21 -06:00 |
|
Matthew Flatt
|
43027a8d9b
|
switch printer to constructor+quote style
|
2010-05-06 10:33:42 -06:00 |
|
Sam Tobin-Hochstadt
|
1146ffa76d
|
Merge branch 'master' into samth/new-logic2
Conflicts:
collects/typed-scheme/private/parse-type.rkt
collects/typed-scheme/typecheck/tc-app.rkt
|
2010-05-05 13:35:29 -04:00 |
|
Matthew Flatt
|
27cd77c16c
|
fix problem with chaperone of chaperoned hash
|
2010-05-05 09:23:40 -06:00 |
|
Matthew Flatt
|
7c52a82216
|
fix another hash chaperone bug
|
2010-05-05 07:52:48 -06:00 |
|
Matthew Flatt
|
60446bcd95
|
fix racket/vector test and doc typo
|
2010-05-05 06:18:52 -06:00 |
|
Sam Tobin-Hochstadt
|
90f7f522f8
|
minor test edits
|
2010-05-04 19:47:38 -04:00 |
|
Sam Tobin-Hochstadt
|
a728bae3cb
|
use racunit better to get expected/actual info
|
2010-05-04 19:47:38 -04:00 |
|
Sam Tobin-Hochstadt
|
d678e7657d
|
use `test-begin' in test
|
2010-05-04 19:47:37 -04:00 |
|
Sam Tobin-Hochstadt
|
3ebd04550a
|
typed/racunit:
- fix more contracts
- make test tests not fail
|
2010-05-04 19:47:37 -04:00 |
|
Sam Tobin-Hochstadt
|
0a2b16f804
|
fix some racunit types, add test case
|
2010-05-04 19:47:37 -04:00 |
|
Ryan Culpepper
|
d0cc31b35e
|
syntax/parse: reverted error message, fixed error test
|
2010-05-04 14:12:49 -06:00 |
|
Matthew Flatt
|
8af4134991
|
move result-chaperoning procedure to start of chaperioning procedure's results
|
2010-05-04 13:56:21 -06:00 |
|
Jay McCarthy
|
bfc43a7ebd
|
More permissive cookie parser
|
2010-05-04 11:20:22 -06:00 |
|
Jay McCarthy
|
3f19ad6fce
|
Including version in cookie output
|
2010-05-04 10:42:57 -06:00 |
|
Matthew Flatt
|
a097b2ef6a
|
fix chaperone-hash to be more consistent with key handling
|
2010-05-03 17:59:54 -06:00 |
|
Sam Tobin-Hochstadt
|
d5776a1266
|
use `vector-member'
|
2010-05-03 18:03:01 -04:00 |
|
Sam Tobin-Hochstadt
|
69e2122af6
|
vector-mem{ber,q,v}
|
2010-05-03 17:08:36 -04:00 |
|
Sam Tobin-Hochstadt
|
34e64b650f
|
Add test for bug 10868
Add 'unit' command line arg to 'run.rkt' command to just run the unit tests
|
2010-05-03 15:13:33 -04:00 |
|
Sam Tobin-Hochstadt
|
92a3085658
|
rename
|
2010-05-03 13:18:56 -04:00 |
|
Sam Tobin-Hochstadt
|
996405af9c
|
fix problem reported by Sigrid on plt-scheme
|
2010-05-03 13:15:19 -04:00 |
|
Sam Tobin-Hochstadt
|
6b5305afe7
|
run .rkt files
|
2010-05-03 13:01:58 -04:00 |
|
Matthew Flatt
|
5a93e8c5e0
|
more test repairs
|
2010-05-02 08:31:12 -06:00 |
|
Matthew Flatt
|
e504acb726
|
use .rktl suffix for files meant to be 'load'ed
|
2010-05-01 09:58:16 -06:00 |
|
Matthew Flatt
|
043f97df97
|
fix more test files
|
2010-05-01 07:23:05 -06:00 |
|
Matthew Flatt
|
fa538620e8
|
fix cm test
|
2010-04-30 20:19:53 -06:00 |
|
Sam Tobin-Hochstadt
|
85fad33c4c
|
loadtest.ss -> loadtest.rkt
|
2010-04-30 16:35:48 -04:00 |
|
Sam Tobin-Hochstadt
|
9a170047f4
|
.ss -> .rkt
|
2010-04-30 16:29:10 -04:00 |
|
Jay McCarthy
|
e40f89fed2
|
Adding mark params
|
2010-04-30 13:06:55 -06:00 |
|
Sam Tobin-Hochstadt
|
5e9ae84b15
|
Merge remote branch 'origin/master' into samth/new-logic2
Conflicts:
collects/tests/typed-scheme/unit-tests/typecheck-tests.rkt
|
2010-04-30 13:48:49 -04:00 |
|
Jay McCarthy
|
e3a9aa8162
|
Fixing test of pprint
|
2010-04-30 11:07:02 -06:00 |
|
Jay McCarthy
|
645b0b06fe
|
Merge branch 'master' of git.racket-lang.org:plt
|
2010-04-30 10:57:38 -06:00 |
|
Jay McCarthy
|
bc5cf30ebe
|
Renaming rktunit to racunit
|
2010-04-30 10:57:32 -06:00 |
|
Sam Tobin-Hochstadt
|
04f58cab86
|
Merge remote branch 'origin/master' into samth/new-logic2
Conflicts:
collects/drscheme/private/insert-large-letters.ss
collects/tests/typed-scheme/unit-tests/typecheck-tests.ss
|
2010-04-30 09:34:31 -04:00 |
|
Matthew Flatt
|
f20d3db75f
|
fix some DrDr tests
|
2010-04-29 19:55:39 -06:00 |
|
Matthew Flatt
|
7ed0d4e00a
|
futures: protect use of mfence by processor count
|
2010-04-29 17:11:42 -06:00 |
|
Jay McCarthy
|
f70ffca756
|
Renaming schemeunit to rktunit and adding compat layer
|
2010-04-29 15:00:02 -06:00 |
|
Jay McCarthy
|
5cb8f4e3d9
|
Renaming logic/schelog to raclog, supporting unification for all racket datatypes
|
2010-04-29 13:41:12 -06:00 |
|
Jay McCarthy
|
7cd703f034
|
Renaming schelog to logic and racketing
|
2010-04-28 13:37:57 -06:00 |
|
Jay McCarthy
|
8a6cdfe582
|
Merge branch 'master' of git.racket-lang.org:plt
|
2010-04-28 13:21:53 -06:00 |
|
Jay McCarthy
|
7d1c7d874b
|
Changing unstable, xml, html, and web-server to be rackety
|
2010-04-28 13:21:30 -06:00 |
|
Matthew Flatt
|
6a28bd0e4b
|
fix some tests for drdr
|
2010-04-28 11:02:31 -06:00 |
|
Carl Eastlund
|
8879f4a61d
|
Updated unstable/srcloc tests for racket.
|
2010-04-28 12:30:25 -04:00 |
|
Matthew Flatt
|
882b7dce0e
|
move tests/mzscheme to tests/racket
|
2010-04-27 18:28:39 -06:00 |
|
Sam Tobin-Hochstadt
|
b5acbe3168
|
move d/c/p
fix tc-e/t
|
2010-04-27 19:29:10 -04:00 |
|
Matthew Flatt
|
28b4043077
|
rename all files .ss -> .rkt
|
2010-04-27 16:50:15 -06:00 |
|
Jay McCarthy
|
94a6aac517
|
failure-prefix form and failure-format parameter in eli-tester
|
2010-04-27 16:12:32 -06:00 |
|
Jay McCarthy
|
5b779d22ac
|
slatex test, slatex contracts and props
|
2010-04-27 11:00:24 -06:00 |
|
Jay McCarthy
|
e258476748
|
Supporting multiple value returns in formlets
|
2010-04-27 10:41:56 -06:00 |
|
Jay McCarthy
|
dbe00ce0b4
|
Fixing test re banner change
|
2010-04-27 09:44:57 -06:00 |
|
Jay McCarthy
|
5823da1710
|
Moving error output to stderr
|
2010-04-27 09:35:01 -06:00 |
|
Jay McCarthy
|
306e67f3ab
|
Fixing test finding
|
2010-04-27 09:31:05 -06:00 |
|
Jay McCarthy
|
96a3f47ea0
|
Fixing cookie regex
|
2010-04-27 08:48:07 -06:00 |
|
Sam Tobin-Hochstadt
|
f1401ad9b6
|
Merge remote branch 'origin/master' into samth/new-logic2
|
2010-04-27 10:27:26 -04:00 |
|
Sam Tobin-Hochstadt
|
53a4e4a2e4
|
remove debugging printfs, comment out fail test
|
2010-04-27 10:23:30 -04:00 |
|
Sam Tobin-Hochstadt
|
83c1671972
|
strnum? works
|
2010-04-27 10:16:21 -04:00 |
|
Sam Tobin-Hochstadt
|
d935b63290
|
so close
|
2010-04-27 09:50:39 -04:00 |
|
Jay McCarthy
|
97f5e690b5
|
Rearranging docs and renaming assert
|
2010-04-26 16:04:02 -06:00 |
|
Jay McCarthy
|
8cbfe949be
|
Unit tests
|
2010-04-26 15:44:20 -06:00 |
|
Jay McCarthy
|
33583fd5ca
|
Unit tests
|
2010-04-26 15:34:26 -06:00 |
|
Jay McCarthy
|
a8027280b5
|
Merge branch 'master' of git.racket-lang.org:plt
|
2010-04-26 13:42:54 -06:00 |
|
Jay McCarthy
|
78eab1a245
|
Adding predicates and using alists
|
2010-04-26 13:15:29 -06:00 |
|
Jay McCarthy
|
ca987f9020
|
New test
|
2010-04-26 12:26:08 -06:00 |
|
Jay McCarthy
|
9fce3c6963
|
Automated tests
|
2010-04-26 11:54:09 -06:00 |
|
Jay McCarthy
|
3cf1dc3440
|
Moving examples to tests
|
2010-04-26 11:36:52 -06:00 |
|
Sam Tobin-Hochstadt
|
10c23b0002
|
Merge branch 'master' into samth/new-logic2
|
2010-04-26 11:50:15 -04:00 |
|
Sam Tobin-Hochstadt
|
8047e32662
|
Treat static struct info as pattern constructor.
|
2010-04-26 11:44:37 -04:00 |
|
Sam Tobin-Hochstadt
|
df2291b955
|
Merge remote branch 'origin/master' into samth/new-logic2
|
2010-04-26 10:12:50 -04:00 |
|
Sam Tobin-Hochstadt
|
2889f37ed4
|
Merge branch 'samth/new-logic2' of git.racket-lang.org:plt into samth/new-logic2
|
2010-04-26 10:05:19 -04:00 |
|
Matthew Flatt
|
a6694a08b7
|
fix make-base-namespace in scheme/base (PR 10870)
|
2010-04-26 06:47:02 -06:00 |
|
Sam Tobin-Hochstadt
|
a46461d4f7
|
racket/base instead of scheme/base, see PR 10870
|
2010-04-25 18:43:10 -04:00 |
|
Matthew Flatt
|
616080c7c4
|
change 'define-struct' to bind the type name as a constructor, add an #:extra-constructor-name option, etc.
|
2010-04-25 12:10:36 -06:00 |
|
Sam Tobin-Hochstadt
|
0f9d50fa23
|
Merge branch 'master' into samth/new-logic2
|
2010-04-24 09:53:10 -04:00 |
|
Matthew Flatt
|
76754c5443
|
set-subset? to subset?
|
2010-04-24 07:18:11 -06:00 |
|
Matthew Flatt
|
7cb13860ee
|
reference racket conversions and scribble qq repairs
|
2010-04-23 17:00:53 -06:00 |
|
Sam Tobin-Hochstadt
|
b173f70ad1
|
Merge remote branch 'origin/master' into samth/new-logic2
|
2010-04-23 18:36:46 -04:00 |
|
Sam Tobin-Hochstadt
|
f7bf6d8a22
|
more progress towards let
|
2010-04-23 18:36:15 -04:00 |
|
Sam Tobin-Hochstadt
|
788630d26a
|
progress towards let
|
2010-04-23 16:40:05 -04:00 |
|
Sam Tobin-Hochstadt
|
2d88d698c2
|
implication works
|
2010-04-23 12:31:22 -04:00 |
|
Matthew Flatt
|
ab7f9acee2
|
add for/set
|
2010-04-23 08:26:20 -06:00 |
|
Sam Tobin-Hochstadt
|
9c59782a37
|
progress, fix some dumb bugs
|
2010-04-21 19:00:12 -04:00 |
|
Sam Tobin-Hochstadt
|
c50cb0ff18
|
Merge branch 'master' into samth/new-logic2
|
2010-04-21 15:19:36 -04:00 |
|
Sam Tobin-Hochstadt
|
a979bbdbdf
|
typecheck-tests compiles
|
2010-04-21 15:07:53 -04:00 |
|