Commit Graph

1565 Commits

Author SHA1 Message Date
Stevie Strickland
9ffe007e2e First moving private/contract.ss to a different name. The diaspora from
that file into others will happen next.

svn: r16048

original commit: aca0bcf82e074b7d5477091b7d62d59f5d799283
2009-09-17 17:42:45 +00:00
Matthew Flatt
43eb4df4c7 move pretty-print implementation from mzlib to scheme
svn: r15990

original commit: 374a70d9f1c3aa14d78836c75fe64e3bc0c2365f
2009-09-13 13:56:22 +00:00
Stevie Strickland
203cd32031 Changing from stxclass to syntax/parse.
svn: r15979

original commit: 538cc8862faf3dc21fcde6e1b3227554b7fb0a5e
2009-09-11 19:47:27 +00:00
Robby Findler
170af53e07 changed the low-level api for contracts so the projections accept an extra argument indicating if the contract is being used positively or negatively
svn: r15850

original commit: 5c73253e03e6415de5ad0b2c3b8ec4fb82a9e1b6
2009-09-01 16:25:08 +00:00
Stevie Strickland
6d7ced9578 Small change so that failures due to the implicit compound-unit/infer (like
init-depend failures) will show define-values/invoke-unit/infer as the
original source of the problem.

svn: r15780

original commit: 7d551aa0f218838aa9a1aade6eaca69027877a83
2009-08-18 23:22:32 +00:00
Matthew Flatt
7d736c008a allow multiple arguments to shift-captured continuation
svn: r15472

original commit: 84f56f8af6e290f70de521b07c709065610fd1d2
2009-07-17 11:09:07 +00:00
Robby Findler
65dbe29cbf changed the meaning of one of the pretty-print parameters slightly and used that to fix redex's stepper
svn: r15419

original commit: 5adb4eb004a2912b2d14533f18a48e6db3855577
2009-07-09 15:55:11 +00:00
Eli Barzilay
4b6a08e64a Moved tar' from mzlib to file, and use scheme/base' now.
svn: r15346

original commit: 201a12d75bcf55989e2c710148d15395a7c4bece
2009-06-30 21:06:53 +00:00
Eli Barzilay
248f88e8d1 Switch language readers to #lang s-exp
svn: r15188

original commit: 66c855c2d3a09bdc43be5562b9bf20817dc25181
2009-06-16 17:13:51 +00:00
Jay McCarthy
1a25902f9a Fixing problem report 10261 by stopping when ip is closed
svn: r15095

original commit: 10dc76439835021fc5250f38dfa1ecd24355982f
2009-06-05 17:36:50 +00:00
Eli Barzilay
65b38b778b stupid typo in #:flag
svn: r15090

original commit: e2c5ff30ed5cffac9752db1dd4f1e93bd596b1fe
2009-06-05 13:03:44 +00:00
Stevie Strickland
1e2e38be43 Fix open so that it respects contracts.
svn: r14902

original commit: 732e93b9dc5a1e589af6355228ff47313682d0f4
2009-05-21 16:36:36 +00:00
Eli Barzilay
329482216f comment typo
svn: r14894

original commit: 44848d349cae5ff7131af366a177ef7d9a131a54
2009-05-21 02:35:00 +00:00
Matthew Flatt
3fe9ae3193 identifier-prune-lexical-context (4.2.0.2)
svn: r14850

original commit: 70859f0d0bcb1b67fccd16208dfa5cd9289dfd2e
2009-05-17 12:31:51 +00:00
Sam Tobin-Hochstadt
ffb4f75f4a sync to trunk
svn: r14750

original commit: 0ddf7338cbc9c3d01c8a24820a04cac82deed6b7
2009-05-08 20:11:09 +00:00
Matthew Flatt
8141fbd5cb further improve procedure? and procedure-arity-includes? optimization on procedure names bound in a module top-level
svn: r14725

original commit: f08649a00772def158bb0c7de05193c362166734
2009-05-05 23:08:24 +00:00
Matthew Flatt
4f812fbd03 some improvement in eliminating procedure? and procedure-arity-includes? statically
svn: r14723

original commit: 4623a1ac07efa6a7103ed85f5b23433f9338d6ae
2009-05-05 19:22:55 +00:00
Eli Barzilay
6e17858d63 reformat
svn: r14714

original commit: 4b28ee8d34270b3120e7425eaabad75ec1c16c45
2009-05-04 21:04:37 +00:00
Matthew Flatt
0aea94d804 fix file-descriptor leak in process[*]/ports (PR 10229)
svn: r14710

original commit: 83cd3964f4e27c38790762dc44c00b0bf57f6fb2
2009-05-04 12:22:01 +00:00
Matthew Flatt
240fa9dc98 fix define after define* in package; doc repairs
svn: r14701

original commit: 16e483033c9278d2bd386a3d419d4caedc4a1a77
2009-05-03 23:49:22 +00:00
Matthew Flatt
872f83b18d fix problem with package, define*, and macro-introduced identifiers
svn: r14671

original commit: 2b8b10dd400a833a0b8632411f91b01c48e61796
2009-04-30 23:57:45 +00:00
Matthew Flatt
2b7e5a9642 fix inverted argument default for editor<%> read-from-file method; better Check Sytax results on packages; added syntax/flatten-begin library
svn: r14548

original commit: 4b3626c1560658fe3937019e001911c2a44aaff3
2009-04-17 22:50:19 +00:00
Matthew Flatt
b14a088754 fix handling of define*-values between a syntax binding and a syntax-local-value
svn: r14541

original commit: 7d61c67bab33f059d7c270685b46ff57eae5511c
2009-04-17 12:29:04 +00:00
Matthew Flatt
a2181635c9 check-syntax binding for open-package's package id
svn: r14498

original commit: 0be3dca240500caf2640ad59a6e34868a89693c6
2009-04-13 14:52:14 +00:00
Matthew Flatt
7e81aaeb65 scheme/package simplifications from Chongkai
svn: r14448

original commit: de1e2fac233b1c1916943bb946b77224455619d5
2009-04-07 20:36:08 +00:00
Stevie Strickland
7a326a7ee9 Sam and I did some work to allow automatic inferred linking in
(define-values/)invoke-unit/infer.

svn: r14315

original commit: 99aac7d7455c3ce9189d038f781558b6bd696424
2009-03-27 13:47:12 +00:00
Matthew Flatt
68cb9c1fe4 change the way that hidden package ids are generated
svn: r14277

original commit: 4ce30226fe27dbee13a772e794a1a4713064bf2f
2009-03-25 16:51:13 +00:00
Matthew Flatt
f9d480a02a free-id=? propagation through module exports; add 'not-free-identifier=? syntax property to disable free-id=? propagation; add prop:rename-transformer and prop:set-transformer; fix scheme/local so that local syntax bindings are visible to later definitions (v4.1.5.3)
svn: r14191

original commit: 2109cec2f4d89f820647ae75e81b0d7b6a70f4a1
2009-03-19 20:22:18 +00:00
Eli Barzilay
d9260c3cfd Fix bug in calling put_short with a bad value
svn: r14166

original commit: 977b08c5c4de9120354f0b42af0498044b8aa61c
2009-03-18 01:20:42 +00:00
Eli Barzilay
715756c512 fixed use of string-length and error symbol
svn: r14142

original commit: e616818d347b3ab5d9ec3ed8d92890f060ea9997
2009-03-17 10:53:13 +00:00
Jay McCarthy
cc43fe2ea8 pr7974 + include in release
svn: r14132

original commit: f9c4e4eb542b3980d0d27e6c53e10f62399c3ae4
2009-03-16 18:45:16 +00:00
Ryan Culpepper
99331b204b pretty-printer: changed 'module' printing
svn: r14082

original commit: 3d5377d8f8a0948c4c8ae112230a7017352343ae
2009-03-13 01:44:30 +00:00
Matthew Flatt
f5e49e3128 adjust define*-{values,syntaxes} to avoid certificate problems
svn: r14024

original commit: 13b2bc336337077d603050eab67ae4343beb54cc
2009-03-09 17:19:21 +00:00
Matthew Flatt
0a32e8dd83 fix package so that syntax-local-value works after define*
svn: r14021

original commit: 44e77446467ec9d592bc95befe3d3eea146373c1
2009-03-09 13:24:34 +00:00
Robby Findler
b60ac8f412 a bunch of improvements to the splash screen (loads less code before the splash appears, got rid of a bunch of dynamic-requires that were not necessary, fixed the lack of special screen on prince kuhio and king kamehameha days, got rid of the flicker in the tools icons)
svn: r13980

original commit: 283c1819a92df7e6949ece8eebf659aac777583c
2009-03-06 16:35:04 +00:00
Eli Barzilay
779bdf38e0 gzvector is gone, have gzbytes instead, (almost?) all input buffers are bytes
svn: r13972

original commit: 3931fb7e35d4ef81518efe36f34c558d459c7816
2009-03-05 22:38:26 +00:00
Eli Barzilay
01540ec84d fix a really stupid bug that I introduced in r4490
svn: r13971

original commit: 4b7ec271911368349f2da9b039a84128a26cd522
2009-03-05 20:55:15 +00:00
Matthew Flatt
9c6d98812d added prop:print-converter
svn: r13938

original commit: b4f6c524a13fd3a0ac20d04f54724643628ccae4
2009-03-04 02:54:22 +00:00
Stevie Strickland
5ba7ce5c73 Just a small change, nothing big.
svn: r13885

original commit: bd4c6f40ba5c854817091bf0ddf9463415987bf1
2009-03-01 01:12:03 +00:00
Stevie Strickland
2a58f8d016 Cleanups.
svn: r13884

original commit: 837906b7834c8b42c94db219fd04ebdba188c277
2009-02-28 20:34:06 +00:00
Stevie Strickland
87b0915ce1 We can't actually change how exports are set, we can only change how they're
retrieved, so having each export be a cons of an accessor/mutator pair is
misleading.  Remove the mutator, just have the unit set-box! the box directly,
and just export the accessor.

svn: r13882

original commit: b58c5881c645ae2cb248252922cb13b3e5c3c7b5
2009-02-28 19:46:47 +00:00
Stevie Strickland
74dad6d8d4 Adding unit/s and define-unit/s, which is the inferred version of
unit-new-import-export etc.

svn: r13860

original commit: cf005e3297f845dadedda0c6c55f86d2ec8bb661
2009-02-26 22:52:08 +00:00
Stevie Strickland
dd8e3a30af More name-setting fun.
svn: r13807

original commit: 5a1f31668d00469284ba9712078fdd2e854df53c
2009-02-23 22:22:06 +00:00
Stevie Strickland
5d478c9aa1 Fixing some more inferred-name placements.
svn: r13806

original commit: e727f4fd083b3728d9531486f26d2be42e2bd882
2009-02-23 22:05:09 +00:00
Stevie Strickland
5074111cf3 Try to set up the inferred-name property appropriately.
svn: r13805

original commit: 78dbc225981e467c8399b5aca535b9e69ccb1a72
2009-02-23 21:46:22 +00:00
Stevie Strickland
10541eb0a1 * Add initial version of define-struct/contract
* Allow uncontracted exports of syntax from a with-contract form.

svn: r13717

original commit: 7e8816ce0f212c87e5a32433b869d0dc5ce14002
2009-02-18 02:25:45 +00:00
Stevie Strickland
98d9dadb04 Rename cstruct to struct/ctc, to avoid confusion with cstruct from the ffi.
svn: r13661

original commit: c6b92782e234f99f488e12137b608e2553151dea
2009-02-16 14:50:59 +00:00
Stevie Strickland
cf063bd01f Adding cstruct, which is like the struct signature form but with contracts.
svn: r13647

original commit: 340035bef7544d1bb868c98e5fb28a18a4214222
2009-02-16 02:51:12 +00:00
Sam Tobin-Hochstadt
fa74471fad sync to trunk
svn: r13609

original commit: 738b8311afd40047e22fcf0181e34cef541e7ece
2009-02-15 17:45:53 +00:00
Stevie Strickland
3c797943eb Fix scoping of name.
svn: r13601

original commit: af1e57d33e310e1c70613dc44cb1f40875c2f061
2009-02-15 06:36:00 +00:00