Commit Graph

321 Commits

Author SHA1 Message Date
Ryan Culpepper
6896ad8e12 macro stepper: ignore track origin for now, need to coordinate with marks
original commit: a0b8a94d8b93e776fd20a5c553214a1301a7e82d
2010-09-03 14:03:26 -06:00
Ryan Culpepper
077965f262 removed useless requires
original commit: fff692309edd4752c82cf4adab4c45a930d525ef
2010-09-03 13:53:42 -06:00
Ryan Culpepper
44672c7c5d macro-stepper: better internal debugging
original commit: cb62eeffb6cacf0a8488176804fe722544bb5e73
2010-09-03 13:53:41 -06:00
Ryan Culpepper
2d29222912 macro-stepper: track syntax-local-value and syntax-track-origin (not done)
original commit: dbdf00c5f713ab5eaed70b8e6d35f32b2349aa5c
2010-09-03 13:53:41 -06:00
Ryan Culpepper
4e3fc8fc99 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)

original commit: d7a87c79e0211071fecb8474e6f7f66317b089d4
2010-08-31 10:55:58 -06:00
Sam Tobin-Hochstadt
dbc24e5e2a Create data/ collection.
- Initially populated with queues, skip-lists, and interval-maps from unstable/
 - Tests in tests/data, docs in data/scribblings

original commit: 0635fc6d7542ea412e4586ca6ca051fdd2d91adb
2010-08-26 18:22:28 -04:00
Eli Barzilay
f1c0501c6b More "~n" -> "\n" changes
original commit: 8e0f8dd39c3744472b450021f003f9cbe8cbcb62
2010-08-26 12:11:00 -04:00
Eli Barzilay
7eb9bb8efb Lots of "~e" to "~.s" changes.
original commit: 606b7f60dc597a6870efc11364e1dd3e1a8b4a1b
2010-08-25 17:17:01 -04:00
Ryan Culpepper
dd7c71f05d macro-stepper: small doc update
original commit: df4e37fe08b4e744769568efc3e80bc606986042
2010-07-13 09:49:46 -06:00
Ryan Culpepper
2e812f1622 macro-stepper: re-enabled block test
original commit: 4693abf074c2dfbabd3d55ff75a2e34d747673e7
2010-07-13 09:38:52 -06:00
Ryan Culpepper
4822a64932 macro-stepper: updated tests
original commit: e36c964a9aa963e1069818f98f526d266dac644d
2010-07-13 09:22:52 -06:00
Ryan Culpepper
0c1ea4fc7b macro-stepper: add support for #%stratified-body
original commit: b8bf5c571ac8d51014f4b03c8dfcd30d621add77
2010-07-13 09:22:51 -06:00
Ryan Culpepper
feeb478dde macro-stepper: switched to racket in hiding policy, labels
original commit: 9b03e384098a2d21c84f0a230c586cfa624920dd
2010-07-13 09:22:51 -06:00
Ryan Culpepper
05391541ad macro-stepper: correctly render new letrec transformation
original commit: cf195b633bc23cbd126ab35ddab7184b3575f798
2010-07-13 09:22:51 -06:00
Ryan Culpepper
803cc3ec82 macro-stepper: removed unnecessary partition code
downgraded secondary "partition" to simple binary predicate

original commit: f6f480053eefb840bf723a4c55fa96729d4c4c00
2010-07-01 17:05:07 -06:00
Ryan Culpepper
bc306a09bd macro-stepper: fixed pretty-{printing => writing}
original commit: 856dd4e14c7a076b98eca3604a4d8a92ff611ff2
2010-07-01 17:05:07 -06:00
Ryan Culpepper
79f7ee3048 macro-stepper: replaced {scheme -> racket}, {*.ss -> *.rkt}, etc
original commit: efc03566055f549de2a9bf32a402185f66c14a64
2010-07-01 17:05:06 -06:00
Ryan Culpepper
9cb5f4756d macro-stepper: added step count
also removed some dead code (warnings)

original commit: 5673d7b877a4ebbf2f0ec390c97bac92d678da41
2010-07-01 17:05:06 -06:00
Ryan Culpepper
5a58b97f12 unstable: added comments
original commit: 7473cf624ef07926ced6124f3d7b1b1473320989
2010-07-01 17:05:06 -06:00
Ryan Culpepper
3bcff8e3d1 macro-stepper: clarified "from" in hiding rules, added todo list
original commit: a91e9e7bf630a9a6ee35adaf61f58f56d268b200
2010-07-01 17:05:05 -06:00
Ryan Culpepper
ddc9d3e953 macro-stepper: simplified partition code
original commit: e9a8e92585e029410245f30c218ce8cbebe15fb3
2010-07-01 17:05:05 -06:00
Ryan Culpepper
fc8ab37c3f macro-stepper: fetch mark lists directly
original commit: 472b5ecdc0d6048750ec3ff12bec3af51a1a43a4
2010-07-01 17:05:05 -06:00
Ryan Culpepper
f4d14edaac macro-stepper: added emit-local-step
original commit: 3d21f97f3f7fe71663a6224ee28bb47ecae44ff1
2010-06-10 16:40:52 -06:00
Ryan Culpepper
54d3e93501 macro-stepper: added docs for macro-debugger/emit
original commit: 70fedd766f94bc6c7773c1864e2f6f8462d71d69
2010-06-10 14:58:28 -06:00
Ryan Culpepper
cedc2417f4 macro-stepper: added api for macro "remarks" (no docs yet)
original commit: 2068acc22b65415072d753828d182e970b7def0b
2010-06-10 12:54:09 -06:00
Ryan Culpepper
50d21a212d macro-stepper: preserve underlining in highlights
original commit: eb1a1228881f33b36e045e7c46a704198d3252d9
2010-06-10 12:54:08 -06:00
Ryan Culpepper
ed46c25db5 macro-debugger: made properties display respect inverted-colors mode
original commit: b6b8e299572c53f2b75646755f46badf92a5ffd6
2010-06-08 14:12:34 -06:00
Ryan Culpepper
f76c2a3146 macro-stepper: fixed colors for white-on-black display
original commit: 1c9bb4a72ad72e8e247240edde0f27974eb831db
2010-06-08 14:12:34 -06:00
Robby Findler
3219cfd0b6 changed the macro stepper to be responsive to the white-on-black preference
(but there is still some work to do to actually select a reasonable set
 of colors and probably some refactoring, but at least the interface with
 the framework is there now, so the changes should not be hard from here on)

original commit: e74e929a9285a47b67a5228dfd1a68280c6b1243
2010-06-08 11:33:29 -05:00
Eli Barzilay
b163abcd46 "Racunit" -> "Rackunit"
original commit: 7b14a1f585d368bca8967072fbf3530d568e1391
2010-05-17 12:07:32 -04:00
Eli Barzilay
0bf3b604ac A lot of "DrScheme" -> "DrRacket"s.
original commit: de0cc7771b3f4be098cfa30e552f0acad3436a0e
2010-05-17 01:27:03 -04:00
Matthew Flatt
f02c0bc879 add 'eprintf' and 'displayln'
original commit: 50e923b199eba2efa1afcd16fb2363d1fec82454
2010-05-11 06:38:34 -06:00
Matthew Flatt
ad58c59f0c move drscheme and tests/drscheme to drracket and tests/drracket
original commit: ed1d7f81c922c814b8c0657dd952abf4b9c75cdc
2010-05-09 15:34:50 -06:00
Jay McCarthy
6762d31628 Renaming rktunit to racunit
original commit: bc5cf30ebe1ba3743f7097d81ebf1297435e0201
2010-04-30 10:57:32 -06:00
Jay McCarthy
d0fcfc5743 Renaming schemeunit to rktunit and adding compat layer
original commit: f70ffca75665f86a380c3df846c8a63b1e941b8b
2010-04-29 15:00:02 -06:00
Jay McCarthy
885b7d6616 Changing unstable, xml, html, and web-server to be rackety
original commit: 7d1c7d874b6693e9d74722149a40ae43ac56e90f
2010-04-28 13:21:30 -06:00
Matthew Flatt
b069b5c00f rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Matthew Flatt
bc46a5c44e fix some tests and docs after racket move
original commit: d7e4db3efd8454d4f114fb28e8a136608f47b776
2010-04-20 17:28:07 -06:00
Ryan Culpepper
8352e11979 macro-debugger:
fixed bug re eval'd top-level forms that cause errors
  fixed bug re lazy phase 1 init and #%top-interaction unwrapping

svn: r18472

original commit: 68c4c11514b625a8b4dc4127cb5e21a518f7108f
2010-03-05 01:40:42 +00:00
Jay McCarthy
3a4f5fb119 Switching many uses of old Schemeunit to new
svn: r18360

original commit: dd31aa951201c1c1397875d54ecc0c875f2bfc42
2010-02-26 20:39:56 +00:00
Ryan Culpepper
6409d4b79a macro-debugger: another internal error bug
svn: r18342

original commit: 6bb3b5f1b69ded26f0762abcf1c29e69439c790a
2010-02-25 22:15:02 +00:00
Ryan Culpepper
f392ff8d8f macro-debugger:
fixed bug re (maybe?) lazy phase 1 initialization
  fixed popup-menu bug in syntax browser
  cleaned up signal mapping

svn: r18331

original commit: ea19a1bda345fee2d998e7b3f5120659ce6f4f50
2010-02-25 02:05:26 +00:00
Ryan Culpepper
3ce3c33b95 macro-debugger:
fixed internal error in reporting internal errors
  made debug files more readable
  fixed wrong ordering of local contexts

svn: r18328

original commit: e6c4518ae8dba118e03632a0cfc66c939a75755e
2010-02-24 21:39:16 +00:00
Ryan Culpepper
f612916a6b macro-debugger: some work on syntax snips
svn: r18182

original commit: cb16dde709387c4398a1ec787d0e09771c1011ed
2010-02-19 05:45:54 +00:00
Ryan Culpepper
debe673ceb scheme/pretty: added quasisyntax reader macro
macro-debugger: added change layout menu items

svn: r18166

original commit: b68494250fff8a402a8bd9e51ee01521cac57bbd
2010-02-18 22:53:11 +00:00
Sam Tobin-Hochstadt
333fcfab02 merge to trunk
svn: r17877

original commit: 9789615ed9840f09a6708d27276cf892d334b653
2010-01-29 00:08:15 +00:00
Ryan Culpepper
f616cdbf54 macro-debugger: fixed breakage of stepper-text, expand-only
Please propagate to release branch if possible.

svn: r17852

original commit: 0cea5eb3901d49688d5193e6e508e1ea7e6fa832
2010-01-27 17:31:22 +00:00
Ryan Culpepper
82aed89fa4 macro-stepper: yet another local-expansion fix
svn: r17668

original commit: 6eb51f94020ddaad0e0e907d98a5f741f06012e5
2010-01-15 21:33:36 +00:00
Ryan Culpepper
9fb6db9c14 macro-debugger: fixed module & local-expansion bug
svn: r17666

original commit: 9a2408f2674d138657b256ad110a5c1987634b4a
2010-01-15 20:13:09 +00:00
Ryan Culpepper
34c1af4bd5 macro-debugger: fixed bug re local-expansion and macro hiding
svn: r17642

original commit: 97135f112c7ddf6b74e23544eb9b98c823ed73c3
2010-01-13 23:41:23 +00:00
Ryan Culpepper
daa389be60 macro-debugger:
fixed local-expand not within macro transformation
  removed dead forms (eg require-for-syntax)
  fixed module-level begin-splicing highlighting

svn: r17581

original commit: d846d22b9ef04e7d6386ea262f6f248ea7ccad28
2010-01-08 21:32:49 +00:00
Ryan Culpepper
b054af81c2 macro-debugger: pretty-print copied syntax
svn: r17355

original commit: be6fb953bc1c767927557484e2da2528d421ba60
2009-12-19 04:41:44 +00:00
Ryan Culpepper
f07531a360 macro-debugger:
add tack/untack to normal context menu
  fix arrows bug, caused by bug in interval-map
unstable/interval-map: fixed stupid update*! bug

svn: r17346

original commit: 9c8ad7bb7fb232927ba0f1c6a21e81fabacd97ac
2009-12-18 03:33:15 +00:00
Ryan Culpepper
2ef398f6bb unstable: added skip-list and interval-map
unstable/contract: added rename-contract
macro-debugger: switched to use interval-map for arrows

svn: r17278

original commit: 961ece3ffe0acfcac6d889b41dee85a32f55976f
2009-12-13 03:06:58 +00:00
Ryan Culpepper
3b182d975f macro-stepper: fixed ? position in arrows
svn: r17167

original commit: 366ba64bc54de7f4e2b2844fb25cb3c976f92e60
2009-12-02 23:18:47 +00:00
Ryan Culpepper
c2871382e6 macro-debugger: fixed binder discovery for lambda
Please propagate this change to the release branch.

svn: r16926

original commit: f540fc8f00c369c7338845e03c61b3aa823d2890
2009-11-20 19:36:24 +00:00
Ryan Culpepper
0375e82a2c macro-debugger/syntax-browser:
misc code cleanups
  added module for making images

svn: r16925

original commit: 34380bbd1003ed03eb927e48f6f10e66da24fe2c
2009-11-20 19:09:39 +00:00
Ryan Culpepper
8927b67dcd unstable: more docs, a few changes to gui libs
svn: r16887

original commit: 50bfe1b8be5f548f3fca0ff99839b20fdc046315
2009-11-19 08:29:57 +00:00
Ryan Culpepper
0bdb59a7c2 macro-stepper: added second error location for set!
svn: r16886

original commit: 89385ad3095d6c66bb6a72d0caed53778ad70124
2009-11-19 04:39:21 +00:00
Ryan Culpepper
0aaf1e3a12 unstable/gui/notify: added partial docs
svn: r16782

original commit: 92aa2fc780ce30c607090678d4ea1868761d82bc
2009-11-15 13:05:34 +00:00
Ryan Culpepper
259cd8ae64 unstable: added class-iop, gui/prefs (needs doc), gui/notify (needs doc)
macro-debugger: changed imports for above, deleted dead code

svn: r16781

original commit: 2051f3ab2a2cfe9768ed9987c7cd9d00abb0aa8e
2009-11-15 11:23:40 +00:00
Eli Barzilay
03dc493c41 few more comments
svn: r16776

original commit: d3b5d8f71efe641d1f4aa42558957c89309121fb
2009-11-15 08:03:27 +00:00
Ryan Culpepper
3f158d67fd macro-debugger: eliminated deriv-find, use unstable/find
svn: r16775

original commit: f042eb1e4df9a5b790adeaf09b4eab61f28fc008
2009-11-15 07:37:56 +00:00
Ryan Culpepper
84c6dad33e unstable/syntax: changed format-id to autoconvert identifiers
unstable/struct: changed struct->list, more options
added unstable/find

svn: r16774

original commit: 4517f379424d204ddff7576f45144812f9fec520
2009-11-15 07:00:44 +00:00
Ryan Culpepper
95bb2cfbb0 macro-stepper:
do compile-time evals when expanding
    fixes: (begin macro-def macro-use) pattern
  updated tests for lifts change

svn: r16762

original commit: 32e38ca0e4e145bf6f52ea820620fb42ad125df2
2009-11-13 21:41:01 +00:00
Ryan Culpepper
acd8a766f0 unstable/syntax: added format-id
svn: r16629

original commit: daba183b087e841b4ad7d4e96b8383e784392b4b
2009-11-09 02:33:43 +00:00
Ryan Culpepper
442ab704e5 unstable/struct: added struct->list
some (cdr (vector->list (struct->vector x))) => (struct->list x)

svn: r16622

original commit: d1439ef6c61807555b96c37639c4ad4e458766aa
2009-11-08 21:17:51 +00:00
Ryan Culpepper
1406c9b916 macro-stepper: add missing possible error location
svn: r16486

original commit: a49688e5c890945b83cc3b2fef3974b161a81fe9
2009-10-30 21:07:36 +00:00
Ryan Culpepper
7ad04446f4 macro-stepper: made syntax display faster, esp for early terms
calculate arrows etc wrt known binders instead of all binders

svn: r16416

original commit: e273dae9b1de1d3ade2d29ee07da894fd42e91ad
2009-10-22 22:00:49 +00:00
Ryan Culpepper
31dc3d55b0 macro-stepper: minor cleanups
svn: r16413

original commit: 74f402c7e2d252373fa35e17c9c8befd2fe6621b
2009-10-22 20:14:16 +00:00
Ryan Culpepper
0db44906c8 macro-stepper: syntax display speedups (?)
switched from style-deltas to styles
  tree traversal of ranges, avoid idempotent style changes

svn: r16407

original commit: 07321ca17cea1a6f347bba7bff0018a37d16a9d4
2009-10-22 06:00:15 +00:00
Ryan Culpepper
225ea79377 macro-stepper: eliminated spurious update on initial frame "resize"
svn: r16406

original commit: 98ce5f37afee9e6c5f2b6261621cae63a9195211
2009-10-22 05:50:06 +00:00
Ryan Culpepper
9bc38dd1c1 macro-debugger: PR 10527: fixed "out of lifts" too-strict sanity check
svn: r16391

original commit: 1ba5bd64872b8fce3db91a11418d0d2a1c04545a
2009-10-20 21:32:33 +00:00
Carl Eastlund
64b1c3f7bc Abstracted out a function to set printing parameters for the
macro debugger and the syntax browser.

Set all printing parameters to their defaults (as observed
from both mzscheme and drscheme).

svn: r16254

original commit: cf5c0a1b08b48b621b7fa2b64507d49af56019af
2009-10-06 21:33:54 +00:00
Ryan Culpepper
85a0ef9a5a macro-debugger: fixed #%expr regression due to lift cleanup
Please apply to the pre-release branch.

svn: r16173

original commit: a45782a7d28076e9b3400f016cb9720e777dce0f
2009-09-29 20:45:41 +00:00
Stevie Strickland
b9fb5ef076 Refactoring all the private contract stuff into its own playpen.
svn: r16052

original commit: 636adcc142d20e62a9d18ec1c971894cd6956bd7
2009-09-17 20:55:37 +00:00
Stevie Strickland
e6b4c6937e Refactoring scheme/private/contract into reasonably sized pieces.
svn: r16049

original commit: 70e8f21ba2949a2e0762fe7094b115ac6826045f
2009-09-17 19:45:56 +00:00
Stevie Strickland
c3cb45e4ac 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
Ryan Culpepper
0c63d827d6 redex, macro-debugger: stxclass -> syntax/parse, syntax/private/util
svn: r15986

original commit: 9ca3192a60a2311f0437bb020485e9231cdf9c0d
2009-09-11 23:16:22 +00:00
Ryan Culpepper
3bed74dc96 macro-debugger:
fixed scheme end of lifts issue (needs C fix too)
  added step limit to help catch nonterminating expansions

svn: r15950

original commit: 7c2a7c9ef9c3cd85d9e436239aa7d241e3e31944
2009-09-10 01:51:29 +00:00
Ryan Culpepper
9b166eea01 merged changes from /branches/ryanc/sp2:
added syntax/parse library and documentation
  added syntax/id-table library and documentation

svn: r15376

original commit: 3e63caa88768897debe07c1aec41442ece520784
2009-07-03 19:47:25 +00:00
Ryan Culpepper
94a1f98298 macro stepper: fixed opaque variable ref bug
svn: r15348

original commit: ae01dea33645f9da4fe61b54e6801ce655ca14b3
2009-06-30 22:41:05 +00:00
Ryan Culpepper
ff826b17e3 macro-debugger: disable lift errors
Do not apply to release branch.

svn: r14914

original commit: bf001f811de9389e5c485a953d6134847bcf7258
2009-05-22 00:39:13 +00:00
Ryan Culpepper
9c8ec0d603 macro debugger:
fixed hiding bug with non-collection modules
  improved #%top-interaction elimination
Please apply changes for release.

svn: r14887

original commit: 2e3a0bcd0dc728f8e6b0f59f5b84ae1645d4a42c
2009-05-20 22:43:39 +00:00
Eli Barzilay
32abb27e21 Changed @itemize{...} to @itemize[...] (done after comparing the doc
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)

svn: r14427

original commit: c0a8a0122200209e38dff1959d79b58f847814db
2009-04-05 17:46:20 +00:00
Ryan Culpepper
ceda8bdae8 macro stepper:
fixed bug with opaque result of syntax-local-expand-expression
  fixed debug-file support

svn: r14395

original commit: a2ebc93bd8b75b7815275cf96780e138be343d75
2009-04-01 02:15:09 +00:00
Ryan Culpepper
57f69f722c macro stepper:
better module hiding
  display prefab structs
  updated tests

svn: r14085

original commit: e11a24fda8c9c00a62be3fc92df83d36b6ac1b90
2009-03-13 05:54:17 +00:00
Ryan Culpepper
c199055ac7 macro debugger: fixes for PR 10090
pass1/pass2 for module-begin tagging vs module body expansion
  reset current syntax on entry to bind-syntaxes

svn: r13993

original commit: e2f588554aa85282a74dffa773954aab6662e5e9
2009-03-06 21:20:24 +00:00
Ryan Culpepper
eb0bfc7909 stxclass: created stxclass collection, with docs
svn: r13255

original commit: eb9fe4847f7eacc7ae69560872e337642a366ea8
2009-01-22 05:50:55 +00:00
Ryan Culpepper
9f94e134e3 macro stepper: fixed documentation build
(removed dependence on mred-kernel)

svn: r13152

original commit: b75dfb878ae38a75bd54ce9d208f1f86d5ba26b1
2009-01-15 14:40:52 +00:00
Ryan Culpepper
382ddec6f8 macro stepper: added "factor common context" option
svn: r13143

original commit: 10297fa579183682a62dfa3684a7b9af3c571098
2009-01-15 07:30:08 +00:00
Ryan Culpepper
4e30b60dd1 macro stepper: more iop
svn: r13134

original commit: b91874f41ca5ae60a2e83d533a821b4e018c6fe5
2009-01-15 00:10:09 +00:00
Ryan Culpepper
ab36883dfa macro stepper tests: updated
svn: r13133

original commit: 92a938dc6dee5cc1f255135639a36f478c08151e
2009-01-15 00:07:47 +00:00
Ryan Culpepper
b99ae65e0d macro stepper: fixed interface bugs
svn: r13109

original commit: 502edfb02f4abf631f1d878d207a781d71a51104
2009-01-14 06:11:59 +00:00
Ryan Culpepper
8f08e40c41 macro stepper: converted more classes to use iop
svn: r13108

original commit: 2aeb50134d2775eb8d0a0a9e3faa18d570c2fd19
2009-01-14 06:04:57 +00:00
Eli Barzilay
90faf89669 newlines at EOFs
svn: r13105

original commit: d1a0086471bf5e9553a9b056b26286c427831d38
2009-01-14 03:10:47 +00:00
Ryan Culpepper
4e683ad102 macro stepper: changed syntax browser classes to use iop
-- This line, and those below, will be ignored--

M    macro-debugger/syntax-browser/properties.ss
M    macro-debugger/syntax-browser/display.ss
M    macro-debugger/syntax-browser/widget.ss
M    macro-debugger/syntax-browser/controller.ss
M    macro-debugger/syntax-browser/interfaces.ss
M    macro-debugger/syntax-browser/frame.ss
M    macro-debugger/util/class-iop.ss

svn: r13092

original commit: 3b8c1640745e810b044a62188930834345fdfeca
2009-01-13 20:36:16 +00:00
Ryan Culpepper
30f9d07cc2 macro stepper: cleaned up column-width detection/resizing
svn: r13082

original commit: 3d3bcfe2f742a73eadb60409f3e87d6f863912ee
2009-01-13 00:43:47 +00:00
Ryan Culpepper
33f98ad003 macro stepper: fixed pretty-printing width
svn: r13032

original commit: f6575759ba2177b08ff14a0a581568acc6a92b11
2009-01-08 01:02:38 +00:00
Ryan Culpepper
ff83df9eb1 macro stepper tests:
added regression test for PR 10000
  updated lifting tests for new variable name convention

svn: r12994

original commit: b6312ff3ca2765dcb132f5e740803e2dcdd6edfa
2009-01-03 19:58:06 +00:00
Ryan Culpepper
8baedfcf1d macro-debugger:
fixed PR 10000 (case of eval during expansion in module/pass1)
  fixed display of multiple terms in stepper

svn: r12993

original commit: 056e8a6bb145cf5f3bf5022012fffb35ff117d95
2009-01-03 19:07:32 +00:00
Ryan Culpepper
4707441bc0 macro debugger:
underline definite binders
  add rename/shift mapping so module final term retains binding info

svn: r12843

original commit: 6fdba44edc54a7eb6d375a3c084262400eac0e96
2008-12-14 07:56:37 +00:00
Ryan Culpepper
c715df4d97 macro debugger: reorg, minor bug fixes
svn: r12825

original commit: 12216b15aaabdc69615ec38a5886c90579af6718
2008-12-13 07:49:52 +00:00
Ryan Culpepper
fdd704dd9e macro stepper: reorg. lifting error checking
svn: r12703

original commit: c47cbb564afd840c9f3525edc24ac2669c4a043e
2008-12-04 21:35:42 +00:00
Ryan Culpepper
a194e955ef macro stepper: improved 'provide' handling
svn: r12685

original commit: 7fd78779e4e16c9366723b9348761c3b8adb0462
2008-12-03 05:59:18 +00:00
Ryan Culpepper
e08317f6c8 macro stepper: fixed disappearing term bug
svn: r12684

original commit: 8cad79c2bf87dddba74eb850f7a3d3a228528736
2008-12-03 05:27:54 +00:00
Ryan Culpepper
5fee1897e5 macro stepper: simplified prefs/params, fixed menu bugs
svn: r12681

original commit: 2648a3b03f01c04755469c5341fb380c6838e853
2008-12-02 19:54:36 +00:00
Ryan Culpepper
cb3e3770a9 macro stepper: added index-based extra navigation
svn: r12595

original commit: fc31124115aeef1049e69b7c30150e3ce4db5cd4
2008-11-26 04:13:45 +00:00
Ryan Culpepper
c4bf0cb2aa macro stepper: changed hiding policy impl
svn: r12332

original commit: f78ce2c9f33c0d035092ba8085f6b6e4f8812683
2008-11-06 17:10:44 +00:00
Ryan Culpepper
81e6d8cb67 macro stepper: added duplicate-frame command (menu items)
svn: r12219

original commit: e12fde12600534527ac2b382295e2a4ef1da131d
2008-11-02 23:18:03 +00:00
Ryan Culpepper
6ccfbba3bb stxclass cleanup, improved error messages
svn: r12149

original commit: 05df5e36e0897fefd1b7049de225153a83195de3
2008-10-27 22:56:52 +00:00
Ryan Culpepper
18c15185bc macro stepper: tidied up menus
svn: r12133

original commit: c8dbc9b7987d7b2466f32afa31503a736b375af8
2008-10-26 23:03:53 +00:00
Ryan Culpepper
c5579d0bab macro-debugger/expand: added new expand function with docs
svn: r11578

original commit: 402697e2d48356c0c35264cfa3c473bdd44312e2
2008-09-08 20:40:46 +00:00
Ryan Culpepper
6fcdf2701d restored macro-debugger/expand module (expand-only, expand/hide)
svn: r11561

original commit: bac74a3759819c08f109dd7cdff262a9c1288a88
2008-09-05 20:57:59 +00:00
Matthew Flatt
dbc5517dad assign authors to manuals
svn: r11287

original commit: 9453aaaccf2f0007bae450c291e1cd29a7a14696
2008-08-15 20:16:06 +00:00
Robby Findler
de3e111402 improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)
svn: r10921

original commit: a3c0e933249d3b46ad78c25d509f91955c08fe5b
2008-07-26 20:06:23 +00:00
Eli Barzilay
e089499d05 * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689

original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c
2008-07-09 07:18:06 +00:00
Ryan Culpepper
c627003c4b macro stepper: workaround for occasional out-of-sync rename
svn: r9945

original commit: 1fcfc8a8e4f0bd26cc22e02642fe3ca08de0b173
2008-05-23 16:56:41 +00:00
Ryan Culpepper
254f98d602 updated macro stepper for change in Module language
svn: r9940

original commit: 268e1c858eb4c8f30e41cfc9f076ceb89ff871d6
2008-05-23 05:11:26 +00:00
Ryan Culpepper
063619c7e2 made narrow version of macro stepper icon
moved icons to standard place

svn: r9822

original commit: 42e2611ca10e646f70145f20e1789eb225316378
2008-05-13 04:55:12 +00:00
Ryan Culpepper
6d18708cd8 changed macro stepper icon
svn: r9804

original commit: a65a5a0d9edaa8118d8ea92f07b650391b10f8b6
2008-05-11 04:46:21 +00:00
Matthew Flatt
77a121e1fd Ryan's macro-stepper patches
svn: r9794

original commit: 24739359e443feabd0dd7b66960ebf3a636b5ddd
2008-05-10 11:02:47 +00:00
Matthew Flatt
3f73a508ad proprocessor doc, merge scribblings and doc-categories fields
svn: r9414

original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79
2008-04-23 00:20:25 +00:00
Matthew Flatt
28bef1d6c4 new hash function names and ops (3.99.0.23)
svn: r9209

original commit: 021d4d7527f39cc01b6b8952f4a90e61e55e8956
2008-04-08 21:42:38 +00:00
Matthew Flatt
b5e5c83b91 sync Ryan's macro-debugger changes
svn: r9166

original commit: 5165d9e8559eda1245acee8296c81613c3770c7a
2008-04-04 17:38:23 +00:00
Eli Barzilay
d81ac1a5e9 use new require specs in many places
svn: r8774

original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Eli Barzilay
4201bb50e9 * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629

original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
2008-02-12 10:33:01 +00:00
Ryan Culpepper
dae9aa6eee changed macro-debugger to use v4 syntax (mostly)
svn: r8544

original commit: 13a3c31ad5f63115427cfd34df285c0e981a8107
2008-02-05 21:56:49 +00:00
Ryan Culpepper
e56b4cdb71 scribbled macro-debugger docs
svn: r8542

original commit: 6fa6ea3bb327755509b3d9de8f3e219c28f323d0
2008-02-05 17:38:58 +00:00
Eli Barzilay
affb8f2d3f switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Eli Barzilay
2894e21c9b removed unused doc.txt entries from info.ss files
svn: r8529

original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762
2008-02-04 20:31:04 +00:00
Ryan Culpepper
6f59b261fd macro stepper: improved error reporting
svn: r8012

original commit: 58ffe9133ef9db1f68a5f86e9087691692248988
2007-12-14 21:48:47 +00:00
Ryan Culpepper
dde5fe4ce5 macro stepper: enabled for "Module", improved debugging setup
svn: r7981

original commit: 75b2415a967ae31ca774e4ece3f8c596616087b9
2007-12-12 22:56:05 +00:00
Ryan Culpepper
5dda594bbe Macro stepper: made error printing more uniform
svn: r7892

original commit: f0567df7514e3d90822d8c72d37763c311c42f4d
2007-12-03 13:45:44 +00:00
Ryan Culpepper
6167d3b5a7 Macro stepper: show error message for interrupted expansion
svn: r7891

original commit: 1608a90ab031b590a4e5b9432d511efcf9e1898f
2007-12-03 13:43:31 +00:00
Ryan Culpepper
5f02ff4a7d Macro stepper: better error handling
svn: r7890

original commit: c68035079f05d893e2a44663f58ad3058f0a557a
2007-12-03 13:38:20 +00:00
Ryan Culpepper
f9c94375e9 merged changes from branches/ryanc/ms-v4
svn: r7741

original commit: 60fe499e4ee6a8a064de4ace1c2f6bfffe16e742
2007-11-15 18:37:40 +00:00
Ryan Culpepper
b70053ae2a fixed macro stepper cursors (no mpairs)
svn: r7713

original commit: d3fe81cb16aacc5484cbd21fac83f8fd86ac578d
2007-11-13 21:21:37 +00:00
Matthew Flatt
5640b966de v3.99.0.2
svn: r7706

original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
2007-11-13 12:40:00 +00:00
Ryan Culpepper
bcacd7b7de Macro stepper: navigation preserves visible line range
svn: r7596

original commit: 2d59128e5984963aed15fa58934976894e150db0
2007-10-30 22:02:17 +00:00
Ryan Culpepper
f07ce280c6 Macro stepper: moved warnings from separate frame to panel/term
svn: r7483

original commit: 05b37c3ed706fcd1b27e327234a519fbb1a31c7b
2007-10-11 01:38:28 +00:00
Ryan Culpepper
593c71ecd4 fixed syntax browser bug (mailing list 10/10/2007)
svn: r7481

original commit: 324ccee027a6be09a3ad56ed922699eeaa7fbf01
2007-10-10 23:29:56 +00:00
Ryan Culpepper
b6e46fabb6 Macro stepper: fixed bugs and added new binding info (#%app, #%top, #%datum)
svn: r7395

original commit: 3f7ef884163ab94b86b34b571486d6646538f0b4
2007-09-21 21:03:50 +00:00
Ryan Culpepper
00f0692e48 Macro stepper: added navigation methods
svn: r7335

original commit: d4e96a80cb7be97f5216a3482d1e49cea59c4d91
2007-09-14 18:45:14 +00:00
Matthew Flatt
417ce18ff4 371.2
svn: r7263

original commit: e4cbc4e6a938fd5bd90aab305ca39d61e7eae151
2007-09-02 17:39:32 +00:00
Ryan Culpepper
78a294d8ee Macro stepper: fail gracefully on frontier-computation errors
svn: r7231

original commit: da4c99f2318ee34b4ac9b764d05a605ba02e1698
2007-08-30 21:44:10 +00:00
Ryan Culpepper
0f119f61a4 Macro Stepper: merged new ui from branches/ryanc/ms-new-ui
svn: r7215

original commit: 2be282a0be517b1a5e8b1156c6dc8bd58e66726b
2007-08-29 20:42:01 +00:00
Ryan Culpepper
0b5b000078 Macro stepper:
- removed dead seek-syntax code
  - fixed bug related to hiding + errors
  - fixed bug finding bindings in interrrupted expansion

svn: r6182

original commit: e4e5ec407498cbe36faa26ff37c55c445a236748
2007-05-08 20:56:37 +00:00
Ryan Culpepper
c9d748d3f8 Macro stepper: fixed bug in frontier tracking
svn: r6113

original commit: 28ce091fb27635533718f718616dbe26ab085798
2007-05-01 19:17:01 +00:00
Ryan Culpepper
898d3d554b Macro stepper: fixed quasisyntax pretty-print bug
svn: r6010

original commit: e36f77a7489383efebfffb6f31db793a8a9718ac
2007-04-21 17:23:38 +00:00