Eli Barzilay
97dd4bc390
Move the contracts tests -- change the props too.
2010-09-09 12:23:08 -04:00
Eli Barzilay
8973e08fba
Shuffle things around, to make the techreports page use the
...
download/data, instead of duplicating that information.
2010-09-09 12:16:59 -04:00
Eli Barzilay
35f77f61ad
Spit out a warning if there are no files rendered.
...
Fix a reference to meta/web to be symbolic -- otherwise things can get
confused when symlinks are used, ending up with two instances of a
single modeule (once for the symbolic reference and one for a relative
one). It's still best to avoid symlinks, though.
Simplify version specs in the techreports code, re-enable continue
reference, some reformatting.
2010-09-09 12:16:59 -04:00
Eli Barzilay
80d21c522d
Make the static table page always be visible.
2010-09-09 12:16:59 -04:00
Robby Findler
7b3d748974
adjusted props for new file
2010-09-09 09:34:24 -05:00
Casey Klein
8fae368376
Ignores prototype Redex pattern compiler
2010-09-08 14:12:47 -05:00
Robby Findler
91205f26d6
fixed for new file
2010-09-08 08:41:30 -05:00
Robby Findler
b7eca6c4ee
updated props for the moved files
2010-09-02 15:41:02 -05:00
John Clements
675cdfda58
gave myself responsibility for sndfile.rkt
2010-08-31 14:39:44 -07:00
Ryan Culpepper
d7a87c79e0
Merged changes to syntax/parse
...
Changed backtracking algorithm, runtime representations
- syntax classes, ~describe no longer implicitly commit
- ~describe no longer delimits effect of cut
Added keyword & optional args for stxclasses
Added ~do and #:do, ~post, ~commit and #:commit,
~delimit-cut and #:no-delimit-cut
Added syntax/parse/debug, syntax/parse/experimental/*
- expr/c for contracting macro sub-expressions
moved from syntax/parse to syntax/parse/experimental/contract
- syntax class reflection (~reflect, ~splicing-reflect)
- eh-alternative-sets (~eh-var)
- provide-syntax-class/contract
(only for params, not attrs so far)
Changed ~fail to not include POST progress (#:fail still does)
old (~fail _) is now (~post (~fail _))
Made msg argument of ~fail optional
Removed generic "repetition constraint violated" msg
Removed atom-in-list stxclass
Removed unnecessary datum->syntax on cdr of pair pattern
massive improvements to long-list microbenchmarks
Optimization: integrable syntax classes (id, expr, keyword)
need better measurements
Optimization: ad hoc elimination of head/tail choice point
for (EH ... . ()) patterns
Added unstable/wrapc (proc version of expr/c)
2010-08-31 10:55:58 -06:00
Robby Findler
a2705f101f
teaching-lang-coverage prop fix
2010-08-31 06:41:55 -05:00
Robby Findler
eb75edfaa1
renamed drracket test suite
2010-08-30 09:23:33 -05:00
Jay McCarthy
b2015a3237
Adding stress to dist spec
2010-08-30 07:32:49 -06:00
Jay McCarthy
f899e03b59
Moving stress tests
2010-08-30 06:39:12 -06:00
Jay McCarthy
fe2a70a347
Adding data to mz-extras
2010-08-30 06:39:12 -06:00
Jay McCarthy
fd300bc31c
Disabling other-mutator gc runs
2010-08-30 06:39:11 -06:00
Casey Klein
0221589e10
Increases racket-vs-redex timeout even more
2010-08-29 09:14:10 -05:00
Casey Klein
3f8de79ba7
Increases DrDr timeout to accommodate racket-vs-redex all-outcomes test
2010-08-28 19:16:25 -05:00
Jay McCarthy
33d7eb40e3
Fixing pr11136 and adding tests and fixing old tests re extension change
2010-08-28 08:30:14 -06:00
Eli Barzilay
8e0f8dd39c
More "~n" -> "\n" changes
2010-08-26 12:11:00 -04:00
Eli Barzilay
606b7f60dc
Lots of "~e" to "~.s" changes.
2010-08-25 17:17:01 -04:00
Jay McCarthy
7f4aa41aac
Upping check-dists timeout
2010-08-20 15:32:19 -06:00
Kevin Tew
0841b15cb8
props collects/tests/racket/benchmarks/places/place-channel.rktl
2010-08-20 12:48:43 -06:00
Jay McCarthy
d5247cd0f4
Running web page build and distribution checker in DrDr
2010-08-20 10:35:37 -06:00
Jay McCarthy
67b7961464
Making the distribution checker agnostic to the actual base name of the plt root
2010-08-20 10:35:37 -06:00
Jay McCarthy
a8b0a7dce6
Adding zo size reporter test
2010-08-20 10:35:36 -06:00
Jay McCarthy
c9ded2d99b
Being more careful with port resources
2010-08-20 10:35:36 -06:00
Jay McCarthy
347e946548
Adding WebSocket support
2010-08-19 16:34:15 -06:00
Jay McCarthy
101026292c
Typo
2010-08-19 09:17:45 -06:00
Jay McCarthy
d3f2925792
Updating guidelines
2010-08-19 08:56:46 -06:00
Jay McCarthy
d373f8eceb
Setting responsible party
2010-08-19 08:56:46 -06:00
Jay McCarthy
3041bc2870
Adding guidelines page, without link to it
2010-08-18 13:17:10 -06:00
Casey Klein
623925b5d7
Adds the delimited continuations model to examples
2010-08-18 13:19:11 -05:00
Eli Barzilay
fc2ed3f8c6
Fixed extra headers being duplicated
2010-08-17 22:13:18 -04:00
Eli Barzilay
b832ff85cc
Add stub description blurb
2010-08-17 22:09:35 -04:00
Eli Barzilay
219853ac6c
long --force option
2010-08-17 21:58:59 -04:00
Eli Barzilay
4af01c750d
Added Waterloo mirror, and some reformatting
2010-08-17 20:12:55 -04:00
Jay McCarthy
14fbd07b81
Setting responsibility
2010-08-13 15:06:14 -06:00
Jay McCarthy
7853c5c893
Making timing data more available
2010-08-13 15:06:14 -06:00
Jay McCarthy
fa576a5886
Fixing github links re samth
2010-08-13 15:06:13 -06:00
Robby Findler
26187fed8f
fixed a bug in the mzlib contracts test suite
2010-08-10 19:27:17 -05:00
Robby Findler
4341ce3c20
fixed props for syncheck
2010-08-10 16:52:27 -05:00
Jay McCarthy
7ec4821feb
Increasing timeout
2010-08-06 12:41:04 -06:00
Matthew Flatt
80bd5c53b5
fix dist specs for source distribution
2010-08-05 06:25:44 -06:00
Eli Barzilay
5f5810cfea
v5.0.1 stuff
2010-08-03 21:37:14 -04:00
Jay McCarthy
bc647ae828
Disabling helper running in DrDr
2010-07-27 11:57:08 -06:00
Eli Barzilay
9074bf1992
Typo in Matthias's name
2010-07-25 04:13:27 -04:00
Eli Barzilay
1417caac07
Minor edits & typos
2010-07-25 04:13:27 -04:00
Matthew Flatt
57d3dd7df7
port techreports page to Racket
2010-07-23 22:28:47 -05:00
Sam Tobin-Hochstadt
b8df3839e6
This file sometimes errors.
2010-07-23 15:11:10 -04:00
Vincent St-Amour
ca106a4134
Replaced the safe specialized nbody benchmark by the unsafe version.
2010-07-21 21:09:43 -04:00
Robby Findler
392d22ff3c
props
2010-07-21 06:31:31 -05:00
Jay McCarthy
d9e6eb1d8b
Silly test push to trigger DrDr
2010-07-14 16:14:21 -06:00
Jay McCarthy
bb94d87c30
Fixing options (bad email instructions and no docs)
2010-07-14 15:20:48 -06:00
Jay McCarthy
4c392788ee
Using all available cores
2010-07-14 14:39:33 -06:00
Jay McCarthy
f5df45e835
Sending to nobody not unknown
2010-07-14 14:39:33 -06:00
Eli Barzilay
d162667da5
Use (file "...extra-file...") in `dynamic-require'.
2010-07-14 14:36:53 -04:00
Eli Barzilay
89062a4005
Clarify announce mailing list
2010-07-14 13:27:18 -04:00
Eli Barzilay
fdcc87a14d
pre pages should be working now.
...
* Remove all uses iplt from svn, replaced with a new iplt repository in
git.
* The previous approach to patching pre html files wasn't robust enough,
in case of a problem in the web page build things could be left with
the raw html pages. Replace that with a better solution, which
generates the web pages earlier and then uses them to patch the html
files.
* Add the drracket.org redirection page to the distribution list.
* Fix a small bug in the git intro page css.
2010-07-14 12:34:16 -04:00
Eli Barzilay
583abebb1a
Better sources (use unicode and `p*').
2010-07-14 12:34:16 -04:00
Eli Barzilay
51d2417cf5
Intro text done, hopefully.
2010-07-12 21:41:34 -04:00
Eli Barzilay
fb968d1d34
Added a page for drracket.org.
2010-07-12 21:41:34 -04:00
Eli Barzilay
6158e24d84
Add a convenient macro for sections, and some sequence functions
2010-07-12 21:41:33 -04:00
Eli Barzilay
e54d7c0806
Add some newlines to make htmls more readable (and debuggable)
2010-07-12 21:41:33 -04:00
Eli Barzilay
fa8129b44d
fix references to pre
2010-07-12 21:41:33 -04:00
Eli Barzilay
5b6b3f3bac
Delay the generation of the button script, so it gets the right download url.
2010-07-12 21:38:53 -04:00
Matthew Flatt
bf6db901c6
fix props
2010-07-09 11:07:48 -06:00
Matthew Flatt
195b37831b
fix `planet'-path bug in module-name resolver for generated eecutables
2010-07-09 09:48:41 -06:00
Vincent St-Amour
24aad77da3
Moved Typed Scheme's optimizer to its own subdirectory.
2010-07-08 18:29:15 -04:00
Kevin Tew
ecdd1ebc7a
Parallel build fixes
2010-07-05 14:23:30 -06:00
Matthew Flatt
809f0a4550
port old "pre" web-page stubs
2010-07-03 07:15:48 -06:00
Vincent St-Amour
5d61c7fab8
Ported the maze2 benchmark to typed Scheme.
2010-07-02 20:58:28 -04:00
Eli Barzilay
3a8feee6ca
git content works (intro not all ported yet
2010-07-02 11:38:13 -04:00
Eli Barzilay
8f69e94980
Added `get-resource-path' to get the path of any resource.
...
Use it to allow getting the standard resource paths from the common
layout.
2010-07-02 11:38:13 -04:00
Eli Barzilay
76300bd759
#:full-width' ->
#:width', which can specify full width or a given one.
2010-07-02 11:38:12 -04:00
Eli Barzilay
6e947fef90
Comments indicating how to add an attachment field to the bugs form, if
...
it becomes possible to deal with the cgi side in the future.
2010-07-02 11:38:12 -04:00
Eli Barzilay
e339081fd0
Added `split-attributes+body', to make it easy to write xml-like wrapper
...
functions, and used it in `center-div'.
2010-07-02 11:38:12 -04:00
Eli Barzilay
c73b42325a
Better place for the IRC logs.
2010-07-02 11:38:12 -04:00
Robby Findler
b4d176466a
Added a logger to drdr for tracking drracket's memory use on startup
2010-07-01 06:03:07 -05:00
Vincent St-Amour
f14cfebddc
Restored running of the optimizer's tests by drdr.
2010-06-30 14:53:23 -04:00
Vincent St-Amour
2c021dd6d2
Disabled running the optimizer's test harness by drdr, to avoid timeout.
2010-06-30 11:14:06 -04:00
Jay McCarthy
df30cda523
Port registry and changing benchmarks to not conflict on ports
2010-06-29 13:38:36 -06:00
Eli Barzilay
9d97a201a4
Point at the query page (symlink) instead of the stub page.
2010-06-29 01:41:23 -04:00
Eli Barzilay
c14a945343
Post a bug -> redirect to a thanks page, when submitting with the web form.
...
(Submitting from DrRacket needs a simple response.)
2010-06-29 01:41:23 -04:00
Eli Barzilay
38a4f228ee
bugs.racket-lang.org finally works.
...
Captcha files removed, and will be part of the extra web content sources
(which will hold the sources for internal.racket-lang.org too).
2010-06-29 01:41:23 -04:00
Eli Barzilay
ed5c5fcb14
Turn the distribution list into a parameter so it can be extended.
2010-06-29 01:41:22 -04:00
Eli Barzilay
95c49e138e
Avoid changing the parameter value, so it is possible to extend it.
2010-06-29 01:41:22 -04:00
Eli Barzilay
fdb8751de3
Add a flag for an extra file to include for the rendering.
...
(The extra file is just required dynamically, and it is supposed to
register resources for rendering etc.)
2010-06-29 01:41:22 -04:00
Eli Barzilay
95577a0aad
Make the mailing list pointers relative to the lists server.
2010-06-29 01:41:22 -04:00
Matthew Flatt
559736e529
datalog in dist-specs
2010-06-28 07:37:22 -06:00
Jay McCarthy
30e3cd1071
Moving tests
2010-06-25 22:36:12 -06:00
Jay McCarthy
f2c4e84006
Responsible
2010-06-25 17:08:12 -06:00
Vincent St-Amour
28acece484
Fixed Typed Scheme's optimizer's test harness to work with drdr.
2010-06-25 13:25:42 -04:00
Sam Tobin-Hochstadt
ff91973397
fix prop
2010-06-24 18:05:55 -04:00
Sam Tobin-Hochstadt
5b1118d514
More options for test runner.
2010-06-24 16:46:31 -04:00
Jay McCarthy
428412036f
Fixing PR 10970
2010-06-23 16:29:23 -06:00
Eli Barzilay
049913fdef
Bugs page skeleton.
2010-06-23 07:35:14 -04:00
Eli Barzilay
0ffe4c1efb
Revert "Adding XPM parser"
...
Not needed, since an XPM parser was already implemented.
This reverts commit 4d58a10ff4
.
2010-06-23 07:34:40 -04:00
Eli Barzilay
28e79e5bcb
Reorganize mailing lists (the server's front page, and community reference).
...
Similarly, shuffle around the irc text.
2010-06-23 07:34:39 -04:00
Vincent St-Amour
a063269883
Prevented drdr from running reversecomplement which needs input on stdin.
2010-06-22 20:09:04 -04:00
Vincent St-Amour
3bb0de0b53
Restored running of the typed shootout benchmarks by drdr.
2010-06-22 18:29:55 -04:00
Jay McCarthy
4d58a10ff4
Adding XPM parser
2010-06-22 11:33:06 -06:00
Stevie Strickland
550a8b3fa4
Handle new semantics for raco setup with no options.
2010-06-21 18:30:30 -04:00
Sam Tobin-Hochstadt
6b12757506
Add collection tab-completion for 'raco setup -l'
2010-06-21 18:30:28 -04:00
Jay McCarthy
a5d9fc0def
New props for DrDr
2010-06-21 12:55:18 -06:00
Eli Barzilay
acb86d69f3
Apparently inline styles shouldn't be in comments now.
2010-06-20 18:34:06 -04:00
Eli Barzilay
1fc2a3e171
Rename "outreach+research" -> "learning".
...
* Move learning stuff from "community" to it.
* Set up a redirection page for "outreach+research.html".
2010-06-20 18:18:33 -04:00
Robby Findler
8be8c9b839
fix prop
2010-06-19 19:20:53 -05:00
Sam Tobin-Hochstadt
0a92ce7a43
fix prop
2010-06-19 19:52:49 -04:00
Vincent St-Amour
44acb3eed5
Props fix.
2010-06-19 00:16:04 -04:00
Vincent St-Amour
ad7e63aa76
Props fix.
2010-06-18 23:18:04 -04:00
Vincent St-Amour
c7df0fab35
Props fix.
2010-06-18 20:32:57 -04:00
Vincent St-Amour
051b480934
Fixed props for the shootout benchmarks.
2010-06-18 20:24:17 -04:00
Vincent St-Amour
343e9d23b4
Ported some new benchmarks and variants to Typed Scheme.
2010-06-18 17:43:04 -04:00
Vincent St-Amour
4fde1e8ccb
Ported most of the shootout benchmarks to Typed Scheme.
2010-06-18 17:42:57 -04:00
Eli Barzilay
ca3b27b810
Allow #:part-of to use symbolic names, add it to a bunch of pages.
...
(Using a symbolic name makes it easy to use without worrying about
circular dependencies.)
2010-06-16 16:49:02 -04:00
Eli Barzilay
f1eec03a2d
Fix two places in code.rkt that could use #f as an anchor, resulting in
...
...##f urls.
2010-06-16 16:49:02 -04:00
Eli Barzilay
5da56167a9
Move xml->string to a more proper place
2010-06-16 16:49:02 -04:00
Eli Barzilay
8694d7b8ae
Provide resources from download (so do this from all uses of
...
`define+provide-context'); dirlist uses that instead of www.
Also dropped redundant provides of `page'.
2010-06-16 16:49:02 -04:00
Eli Barzilay
f0c28ad0e8
Make dirlist use www resources
2010-06-16 16:49:02 -04:00
Eli Barzilay
4f6502129a
Finish previously incomplete treatment of contexts with #:resource
2010-06-16 16:49:02 -04:00
Eli Barzilay
098b32b0af
Add template files for browsing the installer dirs directly.
2010-06-16 16:49:02 -04:00
Eli Barzilay
1cce6c1f88
Factor our the common path computation.
2010-06-16 16:49:01 -04:00
Eli Barzilay
00bca21339
Typo in error message
2010-06-16 16:49:01 -04:00
Eli Barzilay
05877f4537
All stubs are accessible through HTTP on the download server.
2010-06-15 13:17:51 -04:00
Eli Barzilay
0905701e89
Some minor tweaks to make it valid.
2010-06-15 13:17:51 -04:00
Eli Barzilay
dc0959ce05
Get our favicon to be used.
2010-06-15 13:17:50 -04:00
Eli Barzilay
5c027b6973
Fix the blog style to match other pages.
2010-06-15 13:17:50 -04:00
Eli Barzilay
8ff7a162db
Added a blogger template.
...
This required refactoring some of the layout code to make it possible to
embed pieces of it in the template.
2010-06-14 14:26:09 -04:00
Eli Barzilay
27eb374612
tweak the mailman listinfo pages
2010-06-14 14:26:09 -04:00
Eli Barzilay
b866ea4de6
README for the planet stub.
2010-06-14 14:26:09 -04:00
Vincent St-Amour
fe09ce3dee
Added Jeff Siskind's ray tracer to the racket-specific benchmarks.
2010-06-11 19:48:23 -04:00
Eli Barzilay
64158fac04
Added license page, courtesy of Sam.
2010-06-11 15:01:08 -04:00
Eli Barzilay
e406dc2504
Add toplevel lists page.
...
Messy right now, but has all the relevant pieces.
2010-06-11 14:54:17 -04:00
Eli Barzilay
4108685a26
Bilgi mirror is on-line.
2010-06-11 14:54:16 -04:00
Eli Barzilay
d732b164aa
Sort download entries according to browser platform; display a blurb
...
about linux installers.
2010-06-11 14:54:16 -04:00
Eli Barzilay
42e66e35eb
Add a {{{HEAD}}} hole to the planet template.
2010-06-11 14:54:16 -04:00
Eli Barzilay
e24d11a03c
Make it possible to have toplevel sites with absolute urls, needed for some stubs
2010-06-11 14:54:16 -04:00
Eli Barzilay
5aaf3811cf
Added a `lists' toplevel page (not content, yet), and a stub for mailman pages.
2010-06-11 14:54:16 -04:00
Eli Barzilay
5093f0c32b
A few more examples.
2010-06-11 14:54:16 -04:00
Eli Barzilay
5835605fe8
Lots of improvements to the front page source.
2010-06-11 14:54:16 -04:00
Eli Barzilay
9639b9ccd1
Use @page consistently.
2010-06-11 14:54:16 -04:00
Eli Barzilay
2d312484f7
Added a skeleton page for planet.
2010-06-11 14:54:16 -04:00
Eli Barzilay
6caabb92cc
Another small & subtle bug in relativize.
2010-06-11 14:54:16 -04:00
Eli Barzilay
97baaf78e7
IRC client page and pointer to logs.
2010-06-11 14:54:16 -04:00
Eli Barzilay
071707f9fa
Typos, tweaks, etc; split text in new-name on double newline.
2010-06-11 14:54:16 -04:00
Sam Tobin-Hochstadt
ed1596db9b
move unstable/gui to the plt distribution
2010-06-09 17:58:17 -04:00
Vincent St-Amour
2cd0321a23
Took responsibility for Typed Scheme's optimizer.
2010-06-09 14:54:33 -04:00
Vincent St-Amour
f42880c320
Moved the typed common benchmarks to a separate subdirectory.
2010-06-09 14:54:33 -04:00
Sam Tobin-Hochstadt
c8732f12e4
fix prop
2010-06-08 16:55:46 -04:00
Matthew Flatt
1b0a173b34
fix detail in name-change faq
2010-06-07 20:51:44 -04:00
Sam Tobin-Hochstadt
b1ea02d546
fix typo
2010-06-07 20:45:54 -04:00
Eli Barzilay
05f93bfc28
Add version indicator.
2010-06-07 14:08:50 -04:00
Eli Barzilay
57d0011d58
Put a download button on the toplevel download page too.
...
The download toplevel is not meant to be part of the web, but people
will still get there -- so be nice.
2010-06-07 13:41:13 -04:00
Eli Barzilay
225c94cca6
The navbar also uses the download page.
...
(This leaves the toplevel download page unlinked (as expected), so it's
required explicitly.)
2010-06-07 13:41:13 -04:00
Eli Barzilay
81a9bbafd6
Download platform selector
2010-06-07 13:41:13 -04:00
Eli Barzilay
54bef4cfa1
Per installer pages
2010-06-07 13:41:13 -04:00
Eli Barzilay
9338211cf6
Current installers listing
2010-06-07 13:41:13 -04:00
Eli Barzilay
7e088a324e
Move the download button into the download file.
2010-06-07 13:41:13 -04:00
Eli Barzilay
c9146b38e5
Add download and version information; download page on main site.
2010-06-07 13:41:13 -04:00
Eli Barzilay
fdd1c8d003
Toplevel download links
2010-06-07 13:41:13 -04:00
Eli Barzilay
2edf998fdb
No need for multiple arguments here
2010-06-07 13:41:13 -04:00
Carl Eastlund
4c1eff839d
Tell DrDr to use gracket-text for new unstable/gui libraries.
2010-06-07 00:10:28 -04:00
Eli Barzilay
054ce9d21c
Fix a small but nasty bug, and the related problem in stubs.
2010-06-06 05:40:16 -04:00
Eli Barzilay
d5504efd05
Fix mail archive links
2010-06-06 03:52:51 -04:00
Eli Barzilay
7a1b3597ee
Add the loud background
2010-06-06 03:51:52 -04:00
Eli Barzilay
502007e51b
Distribute to proper place now, tweak requires.
2010-06-06 03:51:40 -04:00
Eli Barzilay
1dc36d24fc
make versionpatch deal with two-part versions too
2010-06-06 00:18:31 -04:00
Eli Barzilay
8603bd22b0
Distribution via rsync.
2010-06-05 16:15:39 -04:00
Eli Barzilay
1af5b69588
People page
2010-06-05 14:45:07 -04:00
Eli Barzilay
33fb2679ae
Fix bugs in output directories
2010-06-05 14:37:44 -04:00
Eli Barzilay
f56532c022
Main page works.
2010-06-05 14:23:55 -04:00
Eli Barzilay
3b3bfb0719
Add a `plain', and fix the identifiers.
2010-06-05 13:55:46 -04:00
Eli Barzilay
caaa69c689
define-pager' ->
define+provide-context' that also creates a
...
`copyfile' binding.
2010-06-05 13:26:52 -04:00
Eli Barzilay
d8f8dfe9b7
Initial web content & build script.
2010-06-05 12:44:01 -04:00
Eli Barzilay
e09d6567c8
General links module, ability to specify extra html <head> material.
2010-06-05 12:43:36 -04:00
Eli Barzilay
2cbf8c8677
Common code for PLT sites
2010-06-05 08:53:53 -04:00
Eli Barzilay
9a0b78d9ad
Generic (X)HTML generation framework
...
(Will later move into the scribble collection.)
2010-06-05 08:53:53 -04:00
Jay McCarthy
f53898f8e6
drdr prop
2010-06-04 10:50:31 -06:00
Jay McCarthy
0748a08cd4
Using racket-lang
2010-06-02 11:21:43 -06:00
Sam Tobin-Hochstadt
61f6c2077d
Fix for new 'raco planet' output.
...
- Merge to v5.0
2010-06-01 13:38:45 -04:00
Eli Barzilay
d0ecc73df5
More plt-scheme -> racket-lang, specifically for planet and bugs urls.
2010-05-31 15:11:27 -04:00
Eli Barzilay
1d5f34f623
Matthew uses JPRs tests
2010-05-30 04:11:57 -04:00
Eli Barzilay
6c7d83b8a7
Fix some bogus responsible assignments.
2010-05-27 23:26:34 -04:00
Matthew Flatt
fbab6af045
fix DrDr props on JPR tests
2010-05-27 20:22:43 -06:00
Jay McCarthy
103d53f6ad
Correcting default help desc
2010-05-27 10:48:42 -06:00
Eli Barzilay
4cdfbb28d7
A few minor fixes
2010-05-27 02:33:38 -04:00
Eli Barzilay
bc242e06f3
Some "plt" -> "racket" in distribution files and other meta stuff.
2010-05-26 21:29:27 -04:00
Eli Barzilay
5a432f3c9c
Switch installation names to "Racket"
2010-05-26 21:29:26 -04:00
Jay McCarthy
7c294fd108
Accidentally killed the responsibility
2010-05-26 15:01:37 -06:00
Jay McCarthy
47f6b264a0
Specifying when R5RS is required for a benchmark and enabling running from other directories
...
Enabling running all benchmarks in DrDr
2010-05-26 14:53:15 -06:00
Jay McCarthy
016a4fa12c
Setting responsible
2010-05-26 10:09:01 -06:00
Jay McCarthy
7c5973cb94
Fixing graph display
2010-05-26 10:06:08 -06:00
Jay McCarthy
3619b5b2d8
Fixing typo
2010-05-26 10:06:08 -06:00
Eli Barzilay
c9a7baaffa
Change file references
2010-05-25 23:51:59 -04:00
Eli Barzilay
2240e54660
Rename "plt-installer-header" -> "installer-header"
2010-05-25 22:09:52 -04:00
Eli Barzilay
af07701590
updated config path snapshot
2010-05-25 22:09:51 -04:00
Jay McCarthy
a797de8f9d
Finalizing house call
2010-05-25 14:58:04 -06:00
Jay McCarthy
f9ca17aa2b
Getting DrDr at home ready
2010-05-25 14:58:03 -06:00
Eli Barzilay
3aa192944b
Get rid of the generic "plt-" prefix
2010-05-25 15:42:31 -04:00
Eli Barzilay
72b1a3aafa
Racketified windows installer
2010-05-25 15:42:31 -04:00
Eli Barzilay
49949a8421
Deal with a "~/" prefix.
...
A few additional improvements to the script.
2010-05-25 15:42:31 -04:00
Eli Barzilay
3ddeb6df17
Racketified unix installer.
2010-05-25 15:42:31 -04:00
Eli Barzilay
ea27521b5c
Improved NSIS graphics (better font rendering, improved logo, no fadeout).
2010-05-25 02:06:47 -04:00
Casey Klein
9a1e3a5ca2
Disables DrDr testing for example that opens windows.
2010-05-24 19:31:14 -05:00
Vincent St-Amour
6e16a76b51
Revert "Added a /dev/null-like output port to unstable."
...
open-output-nowhere already does something similar.
2010-05-24 18:57:05 -04:00
Vincent St-Amour
9c12b7d2e7
Added a /dev/null-like output port to unstable.
2010-05-24 18:41:13 -04:00
Jay McCarthy
f44e3123b5
Adding byte counting ports
2010-05-24 13:14:35 -06:00
Jay McCarthy
4349df5b6a
Fixing error when no email needs to be sent and changing addresses
2010-05-24 09:56:34 -06:00
Eli Barzilay
16affcd86d
New NSIS graphics.
2010-05-24 02:59:12 -04:00
Jay McCarthy
0ecf56090a
CC output catching attempt
2010-05-21 16:04:09 -06:00
Eli Barzilay
7a380fa160
Minor git tweak
2010-05-21 15:12:15 -04:00
Vincent St-Amour
afdccf7a23
Used the .rktl extension for unwrapped typed benchmarks and set props
...
to not have drdr run the typed benchmarks.
2010-05-19 18:28:30 -04:00
Eli Barzilay
2c3db18852
Some git adjustments
2010-05-19 08:32:35 -04:00
Eli Barzilay
263168a165
Adjustment for release checklist.
2010-05-19 06:11:48 -04:00
Eli Barzilay
14cfb73902
"Raclog" -> "Racklog"
2010-05-18 23:47:31 -04:00
Eli Barzilay
c9f359a3c4
Fix a small problems in generating the readme file.
2010-05-18 23:30:12 -04:00
Eli Barzilay
ab116a5c8b
Add a generic toplevel README file, make the bundle script use it.
...
Also, get rid of the old readme-specs.
2010-05-18 17:28:44 -04:00
Eli Barzilay
7b14a1f585
"Racunit" -> "Rackunit"
2010-05-17 12:07:32 -04:00
Eli Barzilay
9592b91a2f
Use two spaces instead of tabs, and wrap the notification lines.
2010-05-17 09:40:17 -04:00
Eli Barzilay
d0f4a5202b
"revision" -> "push" on drdr pages and in emails.
2010-05-17 09:40:16 -04:00
Eli Barzilay
9c352f5704
More svn -> git changes.
...
Some mentions of svn/subversion are replaced with git, and some patterns
for paths to ignore include ".git*". (Note ".mailmap" not added, might
need to.)
2010-05-17 05:41:04 -04:00
Eli Barzilay
0940a4d813
Rename "test-drscheme.ss" -> "test-drracket.rkt"; remove the framework tests.
...
There's no point keeping the framework tests when drdr does a better job
with running more stuff. But keep the drracket test, just in case, to
get an additional nag when something bad happens and it doesn't start.
2010-05-17 01:57:41 -04:00
Eli Barzilay
285e9b5279
Use ".rktc" for the C-generated foreign file.
2010-05-17 01:48:39 -04:00
Eli Barzilay
fcedc30ee4
Rename "collects/tests/mred" -> ".../gracket".
...
Some additional mred-related tweaks.
2010-05-17 01:44:27 -04:00
Eli Barzilay
a46743211b
A lot of "plt-scheme.org" -> "racket-lang.org"s.
2010-05-17 00:53:12 -04:00
Eli Barzilay
2ecdc0f33a
Use regexp-match*' instead of
regexp-split'.
...
Also, explicitly make it throw an error when it's getting an empty glob.
It used to just return the root in that case, but it's unclear if this
would be the right thing, or maybe return everything, or nothing.
2010-05-16 22:59:36 -04:00
Eli Barzilay
400bd5eaad
Fix this to account for not dropping empty strings at the edges.
2010-05-16 22:02:10 -04:00
Eli Barzilay
4b0b550e6a
Rename an included file to .rktl
2010-05-16 18:26:25 -04:00
Eli Barzilay
d8fec78585
Some renames for this dusty code.
2010-05-16 18:26:25 -04:00
Eli Barzilay
a82bb41950
some prop fixes
2010-05-16 18:26:25 -04:00
Eli Barzilay
d099267b81
no tests in meta/build
2010-05-16 18:26:25 -04:00
Eli Barzilay
bb263675b6
Rename "drscheme-button*" -> "drracket-button*"; fix bad reference to "drscheme/syncheck-drracket-button".
2010-05-16 18:26:25 -04:00
Eli Barzilay
31923d045e
Distribution specs should be working fine now.
2010-05-16 18:26:25 -04:00
Eli Barzilay
020d363336
more adjustments
2010-05-16 03:08:31 -04:00
Eli Barzilay
48c9b54bea
distribution seems to be working now
2010-05-16 03:06:19 -04:00
Eli Barzilay
86891b30a1
redex/examples/mzscheme-machine -> racket-machine
2010-05-15 18:41:08 -04:00
Eli Barzilay
296818e11f
Remove "-q" flags -- they're not needed.
2010-05-15 18:13:43 -04:00
Eli Barzilay
03fdd4aa15
Replace all "mzscheme"s with "racket"s, "mred"s with "gracket"s.
...
Also, forbid using "mred" in drdr:command-line.
2010-05-15 18:10:56 -04:00
Eli Barzilay
3219d28e9d
repos-time-stamp -> repo-time-stamp
2010-05-15 16:48:04 -04:00
Eli Barzilay
8a973cde91
somehow this wasn't deleted earlier
2010-05-15 16:06:45 -04:00
Matthew Flatt
3db293a6af
fix some dist-spec problems
2010-05-15 08:58:23 -06:00
Eli Barzilay
0a881a6305
drdr info file
2010-05-15 10:47:56 -04:00
Eli Barzilay
83a74c89c0
build script works with git, but still takes its own resources from iplt (svn).
2010-05-15 10:47:12 -04:00
Eli Barzilay
83c2c283fd
existing version of build scripts
2010-05-15 10:45:15 -04:00
Jay McCarthy
038e5f4d09
Marking all these tests as random, although not necessarily intentionally re email with Robby
2010-05-14 14:25:02 -06:00
Jay McCarthy
83abb1d223
Updating display
2010-05-14 14:25:02 -06:00
Jay McCarthy
1d0bc61098
Updating to use new props format
2010-05-14 11:05:23 -06:00
Jay McCarthy
05c8289925
Removing self from always email
2010-05-14 11:05:23 -06:00
Eli Barzilay
1f6159f0ba
Change the drdr:command-line property.
...
It now holds a list that starts with a known symbol, and a `*' symbol
marks where the file name is supposed to be. #f means don't run the
file. The conversion happens when the string is converted to a value,
and at that point it will complain if ~s is missing, if there's more
than one ~s, or if the command is not one of a known few commands.
2010-05-14 11:05:23 -06:00