Commit Graph

10701 Commits

Author SHA1 Message Date
Robby Findler
7eaef08d63 fixed PR 10041
svn: r13442
2009-02-05 00:23:47 +00:00
Sam Tobin-Hochstadt
8802b83c0a typed-scheme
- use syntax classes for tc-literal
 - remove one-armed if
 - fix comments
 - use syntax classes for find-annotation
 - unit contracts for inference unit and typechecker unit
 - macro to enable/disable unit contracts
 - correct fold/free-var calculation for latent effects
 - documentation improvements
 - add bindings for additional special type forms
 - U and Un are the same binding, same with Tuple and List
 - fix types for integer?, exact-integer?
 - write not-yet-enabled syntax-class based type parser

svn: r13440
2009-02-04 23:39:38 +00:00
Sam Tobin-Hochstadt
8416536f44 typed/mred
- use (Listof Any) instead of List
 

svn: r13439
2009-02-04 23:33:24 +00:00
Sam Tobin-Hochstadt
9f77daab41 fix expr attribute
svn: r13438
2009-02-04 23:07:09 +00:00
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
Ryan Culpepper
11fc8c8906 stxclass: fixed static-of doc, added #:transparent behavior
svn: r13434
2009-02-04 21:32:08 +00:00
Matthew Flatt
8ce9e2457d typos
svn: r13433
2009-02-04 21:08:35 +00:00
Matthew Flatt
e5756667d6 use PDF-based picts in the Latex build of the Quick tutorial; in general, change a .pdf image extension to .png for HTML output; add package-original-identifiers and fix package-exporte-identifiers
svn: r13432
2009-02-04 21:03:28 +00:00
Sam Tobin-Hochstadt
f867eea8c3 take out work on paths, now compiles
svn: r13431
2009-02-04 20:57:28 +00:00
Matthew Flatt
005d257dc4 add high-level explanation of bytecode to compiler/zo-parse docs
svn: r13428
2009-02-04 20:37:10 +00:00
Sam Tobin-Hochstadt
3ab3c8d368 commit work to new branch, doesn't work yet
svn: r13427
2009-02-04 20:19:41 +00:00
Robby Findler
a5ca75f7b3 PR 10040
svn: r13423
2009-02-04 19:58:25 +00:00
Casey Klein
8f03dea7c3 The term generator now increases the size bound and attempt number
when it is having trouble satisfying a pattern.

svn: r13422
2009-02-04 19:52:35 +00:00
Jay McCarthy
61419caf8b up
svn: r13421
2009-02-04 19:36:31 +00:00
Jay McCarthy
7edf96de7a bytes
svn: r13420
2009-02-04 19:33:17 +00:00
Sam Tobin-Hochstadt
9308d2dddf fix unbound variable
svn: r13419
2009-02-04 19:30:23 +00:00
Jay McCarthy
0888178644 Digest auth
svn: r13418
2009-02-04 18:59:26 +00:00
Eli Barzilay
caeb7f9fa1 forgot to save these with the previous commit
svn: r13417
2009-02-04 16:31:59 +00:00
Eli Barzilay
bd561ab191 some paren typos
svn: r13416
2009-02-04 16:28:14 +00:00
Robby Findler
4c22de3cf5 oops
svn: r13415
2009-02-04 16:00:47 +00:00
Robby Findler
fbe518937c refactoring continues
svn: r13414
2009-02-04 15:50:24 +00:00
Eli Barzilay
375a108b75 Use and re-provide server-dir from private/config.
svn: r13413
2009-02-04 10:49:06 +00:00
Eli Barzilay
0507abcd94 Welcome to a new PLT day.
svn: r13412
2009-02-04 08:50:19 +00:00
Stevie Strickland
d293f628d0 Fix mzscheme-isms.
svn: r13410
2009-02-04 07:12:27 +00:00
Stevie Strickland
9cd105b667 Move these from scheme to scheme/base.
svn: r13407
2009-02-04 05:42:56 +00:00
Matthew Flatt
336fb67066 JIT tweak to speed field access within a class
svn: r13406
2009-02-04 04:52:04 +00:00
Eli Barzilay
55ebce5466 minor
svn: r13405
2009-02-04 04:18:00 +00:00
Robby Findler
825bc29d1e some refactoring of typesetting code, plus moving a bunch of files away from mzscheme to scheme/base
svn: r13404
2009-02-04 02:58:29 +00:00
Ryan Culpepper
cfbf86b1e0 stxclass: fixed error-reporting bug
svn: r13400
2009-02-03 22:53:14 +00:00
Ryan Culpepper
163bd080f9 stxclass: allow block as syntax-parse rhs
svn: r13399
2009-02-03 22:44:57 +00:00
Jay McCarthy
fee2b60cf1 formating
svn: r13398
2009-02-03 22:43:20 +00:00
Jay McCarthy
0b816d2942 cookies
svn: r13397
2009-02-03 22:32:35 +00:00
Ryan Culpepper
f950e2dfe6 stxclass: fixed/simplified error reporting, removed dead code
svn: r13396
2009-02-03 22:03:35 +00:00
Matthew Flatt
f27f1f7223 do not normalize 'exec-file paths, because the existence of a path changes how the PATH envvar is used
svn: r13395
2009-02-03 21:25:38 +00:00
Jay McCarthy
304b163623 bytes
svn: r13394
2009-02-03 20:21:05 +00:00
Jay McCarthy
6d5eaaf581 build
svn: r13393
2009-02-03 20:20:49 +00:00
Jay McCarthy
2e3a1e91bd bytes
svn: r13392
2009-02-03 20:14:54 +00:00
Jay McCarthy
04625886d2 bytes
svn: r13391
2009-02-03 20:11:18 +00:00
Robby Findler
9bbed05671 fixes from Jed Davis
svn: r13388
2009-02-03 19:25:08 +00:00
Jon Rafkind
f0cac461e7 some refactorings and comments
svn: r13381
2009-02-03 17:39:43 +00:00
Jon Rafkind
51839c33a1 put correct value in the test
svn: r13380
2009-02-03 17:37:19 +00:00
Jon Rafkind
516ebbbc4c typo
svn: r13379
2009-02-03 17:25:46 +00:00
Jay McCarthy
dce1ab92b5 bug
svn: r13378
2009-02-03 16:39:18 +00:00
Jay McCarthy
7f13cb3da8 prefer bytes
svn: r13377
2009-02-03 16:23:28 +00:00
Eli Barzilay
a2537d7dc9 second attempt at forbidding self-calls, with a long explanation why its forbidden, which is actually a sketch for how to make it work...
svn: r13376
2009-02-03 13:29:33 +00:00
Matthew Flatt
3d04e81fa0 fix arity error for method with optional arguments
svn: r13375
2009-02-03 13:13:53 +00:00
Eli Barzilay
53d70e711c Welcome to a new PLT day.
svn: r13374
2009-02-03 08:50:17 +00:00
Jon Rafkind
6ebd445726 add != to honu. start making some tests
svn: r13372
2009-02-03 01:47:33 +00:00
Ryan Culpepper
e092884415 stxclass: added more contracts
svn: r13371
2009-02-03 01:03:08 +00:00
Ryan Culpepper
ebd77ba75b stxclass: split and renamed modules
svn: r13369
2009-02-02 22:25:53 +00:00