Sam Tobin-Hochstadt
b5a07f4646
compiles
2008-09-01 14:55:51 -04:00
Eli Barzilay
d8b6810fce
All readers now use syntax/module-reader
...
svn: r11506
2008-09-01 07:26:53 +00:00
Eli Barzilay
b2dfbc0b4e
Welcome to a new PLT day.
...
svn: r11505
2008-09-01 04:36:19 +00:00
Eli Barzilay
989aedc09a
use the new facility for the typed-scheme reader
...
svn: r11504
2008-09-01 04:26:54 +00:00
Eli Barzilay
9e5c466c47
deprecated message for wrap-read-all
...
svn: r11503
2008-09-01 04:25:54 +00:00
Eli Barzilay
093fe73855
* Minor extension (#:wrapper2 can accept an stx? boolean too)
...
* Added a more sophisticated test (scribble syntax with an arbitrary
language), based on documentation example
* Documentation
svn: r11502
2008-09-01 04:23:50 +00:00
Robby Findler
fa10d3f67c
improved insert fraction dialog
...
svn: r11501
2008-08-31 21:31:07 +00:00
Noel Welsh
790e8ebb46
[NHW] Bug fix in make-collection. make-collection generates the names of the .zo files it expects to generate. The old method generated names like foo.zo. I believe the new convention is foo_ss.zo, and this is born out by an error message I encountered building a tool on top of make-collection.
...
The fix is generate the names of the .zo files from the full file names of the .ss, not the file name trimmed of the .ss extension. Change is fairly trivial.
This is the error message:
> (sake "build.ss" 'all)
building collection name: (sake.ss)
make: checking zo
make: checking compiled/sake.zo
make: checking sake.ss
make: making compiled/sake.zo because compiled/sake.zo does not exist
[output to "compiled/sake_ss.zo"]
make: dependancy compiled/sake.zo was not made
=== context ===
for-loop
/usr/local/plt/collects/make/make-unit.ss:74:2: make-file
for-loop
core
/usr/local/plt/collects/scheme/private/misc.ss:74:7
--------------------------
This error basically says the file sake_ss.zo is being built, but make is looking for a file called sake.zo.
svn: r11500
2008-08-31 21:08:12 +00:00
Eli Barzilay
e0a89b16e0
typo
...
svn: r11499
2008-08-31 18:17:51 +00:00
Eli Barzilay
3b5cf38853
typo
...
svn: r11498
2008-08-31 17:59:59 +00:00
Eli Barzilay
7e18fac6e4
revert this part
...
svn: r11497
2008-08-31 06:47:17 +00:00
Eli Barzilay
d9c8ed163f
Welcome to a new PLT day.
...
svn: r11496
2008-08-31 06:26:17 +00:00
Eli Barzilay
7d6bc32ed9
* Extended syntax/module-reader to deal with many more situations
...
using keywords, and allowing arbitrary code in the reader module
* Added tests for the new functionality
* Used the new stuff for the r5rs, r6rs, and honu readers
svn: r11495
2008-08-31 06:25:41 +00:00
Eli Barzilay
711401bd55
* Rename files to follow `foo-tests.ss' for files that are sets of tests.
...
* Group syntax tests into their own file.
svn: r11494
2008-08-30 23:03:14 +00:00
Eli Barzilay
f0bcd15202
Welcome to a new PLT day.
...
svn: r11493
2008-08-30 07:50:12 +00:00
Sam Tobin-Hochstadt
a432073b55
Remove untyped version of large letters.
...
svn: r11492
2008-08-29 22:34:14 +00:00
Sam Tobin-Hochstadt
a8417c7c1c
start on keywords
2008-08-29 18:23:59 -04:00
Matthew Flatt
ae9e317b44
fix more problems collapsing planet paths
...
svn: r11489
2008-08-29 21:45:38 +00:00
Matthew Flatt
797c141ede
fix problems collapsing planet module paths
...
svn: r11488
2008-08-29 21:35:40 +00:00
Sam Tobin-Hochstadt
fa8ffb417e
Improve error message for summary.
...
Fix returned error type for polymorphic apps.
Fix typo.
svn: r11487
2008-08-29 20:14:22 +00:00
Sam Tobin-Hochstadt
3ac6b485a5
Improve error message for poly app when fcn is an identifier.
...
svn: r11486
2008-08-29 19:57:12 +00:00
Jay McCarthy
08e2704d8d
Fixing web-cell bug
...
svn: r11485
2008-08-29 18:22:28 +00:00
Jay McCarthy
5d4338ff24
New tests
...
svn: r11484
2008-08-29 18:13:40 +00:00
Robby Findler
d55fdaa65e
svn: r11483
2008-08-29 16:12:12 +00:00
Robby Findler
a7e5d54543
svn: r11482
2008-08-29 14:06:21 +00:00
Robby Findler
9807a0d67b
clicking in the overview window now moves the insertion point
...
svn: r11481
2008-08-29 13:27:17 +00:00
Matthew Flatt
6230ed7ed7
fix problem building docs for planet
...
svn: r11480
2008-08-29 13:15:09 +00:00
Eli Barzilay
354ac668e8
fix an off-by-1 error
...
svn: r11479
2008-08-29 09:22:44 +00:00
Eli Barzilay
c30cc4887b
Welcome to a new PLT day.
...
svn: r11478
2008-08-29 07:50:13 +00:00
Robby Findler
6d34eaf333
moved the first-line-text stuff into the framework, added docs, added a pref to disable it and made it work a little bit better with check syntax
...
svn: r11477
2008-08-29 04:24:34 +00:00
Robby Findler
06c5e975c2
svn: r11476
2008-08-29 03:59:32 +00:00
Robby Findler
fdc3e94361
improved error message reporting
...
svn: r11475
2008-08-29 03:54:40 +00:00
Matthew Flatt
0545787e14
revise comment to match code
...
svn: r11474
2008-08-28 22:06:49 +00:00
Matthew Flatt
632c6fc60e
fix another aliasing bug
...
svn: r11473
2008-08-28 22:03:14 +00:00
Sam Tobin-Hochstadt
9a26da1c2a
Add typed version of insert-large-letters.
...
svn: r11472
2008-08-28 21:53:25 +00:00
Sam Tobin-Hochstadt
7255a22178
merge to 11470
2008-08-28 17:11:40 -04:00
Eli Barzilay
20e9673028
more base64-related changes
...
svn: r11470
2008-08-28 21:00:53 +00:00
Eli Barzilay
8ac94b683c
use #lang, minor edits
...
svn: r11469
2008-08-28 20:37:47 +00:00
Eli Barzilay
baa07eb09d
use #lang, minor edits
...
svn: r11468
2008-08-28 20:36:18 +00:00
Sam Tobin-Hochstadt
fe7d985ca5
Fix contract on pref.
...
Restore correct button order.
Fix typo.
2008-08-28 16:19:40 -04:00
Matthias Felleisen
fd9ac82bd5
world: big-bang & friends can be re-run
...
svn: r11466
2008-08-28 19:56:38 +00:00
Sam Tobin-Hochstadt
6772f37b63
enable typed version
2008-08-28 15:42:05 -04:00
Casey Klein
538b6e5e90
Fixed bug in generating `in-hole' patterns.
...
svn: r11464
2008-08-28 15:25:35 +00:00
Matthew Flatt
6fb9a4243f
try to fix bad aliasing in GC src
...
svn: r11463
2008-08-28 08:10:44 +00:00
Eli Barzilay
fb9d781cfd
Welcome to a new PLT day.
...
svn: r11462
2008-08-28 07:50:09 +00:00
Eli Barzilay
b8d2eb2627
remove brackets
...
svn: r11461
2008-08-27 23:08:27 +00:00
Jay McCarthy
7ca029e13d
New examples
...
svn: r11460
2008-08-27 22:04:56 +00:00
Sam Tobin-Hochstadt
f0e5a33f46
merge in trunk to 11458
2008-08-27 15:22:23 -04:00
Robby Findler
776dfd7352
improvements to white-on-black prefs setting
...
svn: r11458
2008-08-27 18:55:49 +00:00
Robby Findler
e29709e3d1
PR 9713
...
svn: r11457
2008-08-27 18:47:04 +00:00