Eli Barzilay
1cf3559d0c
#:allow-anything can be used with any rest-like, simply treats a last
...
imbalanced keyword as the beginning of the body
svn: r1141
2005-10-24 11:24:41 +00:00
Eli Barzilay
0b1034dcf8
Made #:forbid-anything be the counterpart of #:allow-anything
...
svn: r1140
2005-10-24 11:05:34 +00:00
Eli Barzilay
4130a38299
Don't allow dot-notation with other meta-keywords
...
svn: r1139
2005-10-24 10:43:32 +00:00
Eli Barzilay
acfb67ec9b
Added #:allow-anything so it's possible to get extra speed
...
svn: r1138
2005-10-24 10:18:31 +00:00
Eli Barzilay
2415956597
* Added #:allow- and #:forbid-duplicate-keys and a check for this
...
* getarg accepts only thunks for a default
* Test new stuff, and better macros for testing
svn: r1137
2005-10-24 05:30:38 +00:00
Matthew Flatt
f3a67ccb9a
added object-method-arity-includes
...
svn: r1123
2005-10-22 01:56:45 +00:00
Eli Barzilay
0de18bc3ab
use (let () ...) instead of begin, so internal definitions work
...
svn: r1121
2005-10-21 23:02:47 +00:00
Eli Barzilay
fd7a56fb36
no need for promise defaults
...
svn: r1113
2005-10-20 21:56:47 +00:00
Eli Barzilay
b5835267dd
Properly check a body specification
...
svn: r1110
2005-10-19 22:09:11 +00:00
Eli Barzilay
04d36492b5
Better error message for non-keywords
...
svn: r1106
2005-10-19 15:14:28 +00:00
Eli Barzilay
3494461c98
All features complete, remove utilities that don't seem necessary,
...
make getarg and getarg* stop at non-keyword
svn: r1103
2005-10-19 07:47:56 +00:00
Eli Barzilay
1db64d4e85
A lot more functionality (and tests), almost complete now.
...
svn: r1102
2005-10-19 07:05:22 +00:00
Eli Barzilay
78c19494b7
Extensive argument processing, more meta-keywords for modes,
...
efficient optionals, test everything so far
svn: r1099
2005-10-17 23:42:24 +00:00
Eli Barzilay
bab76d0479
* Renamed kw-proc.ss to kw..ss
...
* Make only #:optopnal and #:key work, no alternative names
svn: r1069
2005-10-13 16:39:51 +00:00
Eli Barzilay
3bded648f7
first version of swindle-like keywords
...
svn: r1060
2005-10-13 02:43:44 +00:00
Robby Findler
71a5040785
fixed pr 7628, ->d now checks the domain contract before partially applying the range function
...
svn: r1042
2005-10-11 12:57:57 +00:00
Matthew Flatt
57d39569fe
removed #kd, fixed :interface
...
svn: r944
2005-09-29 20:06:09 +00:00
Matthew Flatt
898f64df63
avoid leading colon for id
...
svn: r940
2005-09-29 15:51:20 +00:00
Matthew Flatt
4c5aff33a8
avoid leading colon for id
...
svn: r939
2005-09-29 15:50:33 +00:00
Matthew Flatt
63e051aee8
removed unused :ucall
...
svn: r938
2005-09-29 15:50:14 +00:00
Matthew Flatt
74a64f50da
avoid leading colon for id
...
svn: r937
2005-09-29 15:49:48 +00:00
Matthew Flatt
457d23c390
avoid leading colon for id
...
svn: r936
2005-09-29 15:49:27 +00:00
Eli Barzilay
6efbcbbba3
fix self-referential cstructs
...
svn: r924
2005-09-27 09:20:21 +00:00
Sam Tobin-Hochstadt
d96e47c4b7
plt-match.ss/match.ss:
...
- don't export match:test-no-order, which is only used in generated code
test-no-order.ss
- reformat code
- use ormap instead of let loop
render-test-list:
- add define/opt sugar
- remove a lot of pointless stx arguments
- remove a lot of [quasi]syntax/loc
gen-match:
- use internal define instead of let
- remove quasisyntax/loc
- reformat
- remove pointlessly optional argument
coupling-and-binding:
- reformat
- use memf instead of custom loops
svn: r908
2005-09-23 19:55:12 +00:00
Sam Tobin-Hochstadt
24b6ae4b32
Match:
...
- Simplify code for getter and setter handling.
- Fix cons patterns
- Reformat code to make it more readable
svn: r822
2005-09-09 22:28:47 +00:00
Sam Tobin-Hochstadt
6f8d1ef4f2
getter-setter:
...
- Fix bug in handling of structures with set! patterns
nested inside other patterns.
test-structure:
- add placeholder documentation for fields
- use #f instead of (make-inspector)
svn: r812
2005-09-09 15:58:34 +00:00
Matthew Flatt
a42ef53b84
clean up files on break
...
svn: r605
2005-08-16 21:12:46 +00:00
Matthew Flatt
4ad1f38141
299.201
...
svn: r572
2005-08-09 13:41:06 +00:00
Matthew Flatt
e08138d97c
added prop:print-convert-constructor-name
...
svn: r544
2005-08-04 03:49:35 +00:00
Robby Findler
442e9fad32
,
...
svn: r531
2005-08-02 04:12:41 +00:00
Matthew Flatt
64cca08d28
fixed unit/sig rename bug - PR 7518
...
svn: r527
2005-08-01 22:22:57 +00:00
Robby Findler
b01290c3ef
fixed bug in provide/contract
...
svn: r411
2005-07-21 00:22:36 +00:00
Robby Findler
4b0e802fe4
fixed bugs dealing with super structs in provide/contract and fixed (newly exposed) bugs in mrflow
...
svn: r391
2005-07-18 13:06:30 +00:00
Robby Findler
20aa3cef02
made struct library work better with copy-struct; still not perfect
...
svn: r381
2005-07-16 04:41:29 +00:00
Sam Tobin-Hochstadt
b752dcddef
Fix two bugs caused by clean ups, by adding requires of match-helper and provides of match:test-no-order.
...
Fix totally broken handling of structs with immutable fields, as reported in bug 7398.
svn: r354
2005-07-05 22:22:02 +00:00
Robby Findler
4070be1c1a
exported coerce-contract
...
svn: r353
2005-07-05 21:37:21 +00:00
Matthew Flatt
6f16af82f2
pretty-print bug for hash tables fixed
...
svn: r290
2005-07-01 15:35:52 +00:00
Matthew Flatt
c3147b6468
call security guard for truncate-file
...
svn: r281
2005-06-30 19:09:24 +00:00
Matthew Flatt
ba0519874a
repair to truncate-file
...
svn: r280
2005-06-30 18:56:23 +00:00
Matthew Flatt
6d9aa4cab7
truncate-file
...
svn: r279
2005-06-30 17:38:52 +00:00
Matthew Flatt
3d8c40afe4
fixed verify- ops to take old-format exploded signatures
...
svn: r277
2005-06-30 16:40:13 +00:00
Robby Findler
e3b5ba8ef8
moved contract library to private, in order to export a few more names to special places
...
svn: r272
2005-06-29 23:33:51 +00:00
Matthew Flatt
0d4bc2cd9d
299.107
...
svn: r259
2005-06-28 17:01:03 +00:00
Matthew Flatt
e4a71a9b3c
match phase clean-up and minor contract-expansion improvement
...
svn: r232
2005-06-22 21:31:11 +00:00
Robby Findler
06b511f323
added recursive contracts and fixed a bug or two
...
svn: r81
2005-06-09 18:56:19 +00:00
Eli Barzilay
daa18fcba0
typos
...
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00