Matthew Flatt
c0f1013b51
adjust release notes for 5.0.2
...
Merge to 5.0.2
(cherry picked from commit 0b73790ac0
)
2010-10-22 14:22:41 -06:00
Robby Findler
14222dc0e4
rleease notes.
...
please merge to release branch.
(cherry picked from commit aa056efb74
)
2010-10-22 14:22:38 -06:00
Robby Findler
b7ccf8d91e
fixed an (apparently VERY old) problem with lights out and the built-in boards
...
please merge to release branch
(cherry picked from commit 4f236386a9
)
2010-10-22 14:22:33 -06:00
Eli Barzilay
b845c05e7d
Another "/proj/scheme/" -> "/proj/racket" change.
...
(cherry picked from commit f51fd94412
)
2010-10-21 20:51:42 -04:00
Eli Barzilay
750676a78c
Fix require in test suite
...
(cherry picked from commit aebf9e77ef
)
2010-10-21 20:27:07 -04:00
Eli Barzilay
ddf8fadf18
Rename sequence' library to
stream', move from racket/base' to
racket'.
...
(cherry picked from commit 9e302a7106
)
2010-10-21 19:52:00 -04:00
Eli Barzilay
8be4a76a61
Rename seqn-*' to
stream-*'.
...
Later this will grow, to include a few kinds of streams in a unified
way, and possibly change the sequence protocol to a point where these
functions are not causing such big runtime penalties.
(cherry picked from commit 2f5265854a
)
2010-10-21 19:51:56 -04:00
Eli Barzilay
49754fa3dd
Reformat, minor tweaks, reorganize part on sequence operations into a
...
new section.
(cherry picked from commit 655b066a93
)
2010-10-21 19:51:51 -04:00
Eli Barzilay
3504ba170e
"/proj/scheme/" renamed to "/proj/racket/" at CCS.
...
(cherry picked from commit 6d6492e9e3
)
2010-10-21 19:51:48 -04:00
Casey Klein
6dcdcc283f
Deletes ill-formed, commented-out Redex test.
...
Signed-off-by: Casey Klein <clklein@racket-lang.org>
2010-10-21 11:07:32 -06:00
Casey Klein
2c3c077d45
Revert "adjusted define-metafunction/extension so that it recompiles the old cases in the new language"
...
This reverts commit 99d85159b6
.
Signed-off-by: Casey Klein <clklein@racket-lang.org>
2010-10-21 11:07:20 -06:00
John Clements
a3ed757fa9
cosmetic changes only
...
(cherry picked from commit d18f43a488
)
2010-10-20 23:39:19 -06:00
John Clements
eb76f9fbc2
frightening bug, #%if was capturing everything
...
(cherry picked from commit 34fbc9a06f
)
2010-10-20 23:39:11 -06:00
John Clements
724313c766
back to old style, not sure why
...
(cherry picked from commit dfe6f78d80
)
2010-10-20 23:39:03 -06:00
Vincent St-Amour
3b23f24715
Fix opt-lambda:. Merge to 5.0.2.
...
(cherry picked from commit a15236ea4f
)
2010-10-20 23:38:50 -06:00
John Clements
c8b04e77b2
copied 'mzlib/convert-prop attachment from outer layer to inner layer.
...
(cherry picked from commit 70898379c5
)
2010-10-20 23:38:38 -06:00
Eli Barzilay
0ed9334cc1
Fix rendering in local build mode -- make it create file:// urls when
...
insisting on an absolute url (currently happens only in the tr pages).
(cherry picked from commit 1e2d4b8169
)
2010-10-20 23:38:20 -06:00
John Clements
c05b501f1b
may have fixed cond in stepper tests
...
(cherry picked from commit 60dabc8ad7
)
2010-10-20 23:38:11 -06:00
John Clements
5f7993c6db
looks like a fix for cond
...
(cherry picked from commit 0536d52efd
)
2010-10-20 23:38:04 -06:00
John Clements
754dde0611
got testing harness working again.
...
(cherry picked from commit 2083181d2e
)
2010-10-20 23:37:54 -06:00
Mike Sperber
8007ba6256
Unbreak the stepper on `check-expect'.
...
All kinds of things expand into (let () ...), so all kinds of things
break.
(cherry picked from commit fd5e9d4d63
)
2010-10-20 23:37:42 -06:00
Matthew Flatt
d06ef8bc05
fix non-inlined `in-vector' sequence on proxied vectors
...
Merge to 5.0.2
Closes PR 11225
(cherry picked from commit ddca8cd29b
)
2010-10-18 21:55:38 -06:00
Ryan Culpepper
4965622a63
Disabled redex test per Robby's request
...
(no corresponding master commit)
2010-10-18 08:40:50 -06:00
Mike Sperber
c1746d7649
Two more (hopefully last) renamings "Vertrag" -> "Signatur"
...
(i.e. "contract" -> "signature" in German)
(cherry picked from commit 17c4cb9254
)
2010-10-18 08:37:58 -06:00
Mike Sperber
9146b803ee
Don't annoy the user with test-engine summaries.
...
Make sure the test-engine summary is only printed when there's
something new to say.
(cherry picked from commit 43d097cc05
)
2010-10-18 08:37:49 -06:00
Mike Sperber
c4766f1faf
Made sperber responsible for `test-engine-tests.rkt'.
...
(cherry picked from commit 0821f694af
)
2010-10-18 08:37:40 -06:00
Mike Sperber
33d4a451b3
Unbreak the test-engine-test.rkt test suite.
...
- signatures are only in ASL now
- the error messages for the DMdA languages are different
(cherry picked from commit 32455894bc
)
2010-10-18 08:37:32 -06:00
Mike Sperber
ef2e970539
For DMdA, follow Robby's fix for htpd-langs.ss.
...
Namely, don't set an uncaught-exception-handler.
(cherry picked from commit 2a418b9cf0
)
2010-10-18 08:37:17 -06:00
John Clements
6772e78474
r/exact-integer?/fixnum/
...
(cherry picked from commit bb160fbc04
)
2010-10-18 08:37:08 -06:00
John Clements
ee41160d08
exr -> expr
...
(cherry picked from commit 9f7eeee570
)
2010-10-18 08:36:58 -06:00
Matthew Flatt
478425520f
fix quotability annotation on HtDP-language structs
...
Merge to 5.0.2
(cherry picked from commit 9f959f247e
)
2010-10-17 21:12:58 -06:00
Matthew Flatt
81a6c4ff43
fix problem with recursive prints in custom printers
...
Merge to 5.0.2
(cherry picked from commit bb799ee9ee
)
2010-10-17 21:12:48 -06:00
Matthew Flatt
9610515529
fix 3m problem with --disable-jit and --disable-futures
...
Merge to 5.0.2
(cherry picked from commit 68079d738d
)
2010-10-17 10:10:40 -06:00
Matthew Flatt
83dfd88505
fix --disable-jit plus --disable-futures
...
Merge to 5.0.2
(cherry picked from commit aaeb21e0cc
)
2010-10-17 10:10:40 -06:00
Matthew Flatt
fef3bc2b77
initialize `make-flvector' result with default 0.0s
...
Merge to 5.0.2
(cherry picked from commit 51f20afd0b
)
2010-10-17 10:10:39 -06:00
Robby Findler
0b8537e246
fixed mangled test case
...
(cherry picked from commit 93260c7dd0
)
2010-10-16 23:37:04 -04:00
Matthew Flatt
4ae79dd014
fix an interaction of `dynamic-wind' pre thunks and composable continuations
...
Merge to 5.0.2
(cherry picked from commit caa747e5c6
)
2010-10-16 23:37:02 -04:00
Eli Barzilay
f29e7130f7
New Racket version 5.0.1.900.
2010-10-16 21:08:26 -04:00
Ryan Culpepper
617a6af686
Alpha version number for the v5.0.2 release
2010-10-16 18:47:32 -06:00
Robby Findler
ccdea59949
added a failing test case; fixing this one isn't simple, but hopefully will also lead to good performance improvements (for some models at least)
2010-10-16 16:29:17 -05:00
Robby Findler
99d85159b6
adjusted define-metafunction/extension so that it recompiles the old cases in the new language
2010-10-16 16:29:15 -05:00
Robby Findler
e875f262d9
added a test case to be sure that the extension's clauses come before the original clauses in an extended metafunction
2010-10-16 16:29:15 -05:00
Jay McCarthy
fae28f1bb3
Disable stress
2010-10-15 13:44:34 -06:00
Jay McCarthy
e6b2965d39
Re-enabling tests
2010-10-15 13:08:39 -06:00
Jay McCarthy
05dc137ca0
Fixing srcloc on module expressions because srclocs come from the cons
2010-10-15 13:08:39 -06:00
Jay McCarthy
4528c7657a
Fixing mutator test printing modulo line numbers
2010-10-15 13:08:38 -06:00
Jay McCarthy
f6fbc85d1b
Adding test printing tests
2010-10-15 13:08:38 -06:00
Jay McCarthy
e8ceade2a5
Little stress tests
2010-10-15 13:08:38 -06:00
Mike Sperber
39541c51b5
Add `tech-equal?'.
...
This refuses to work on inexact numbers and procedures. Use it in
`check-expect' & friends.
2010-10-15 15:26:24 +02:00
Robby Findler
1d0ebeae62
added a check to avoid creating a new bitmap struct (so caching works better when you flip images that are not scaled)
2010-10-14 14:05:12 -05:00