Commit Graph

57 Commits

Author SHA1 Message Date
Guillaume Marceau
1f702fab15 cleaned up and fixed base-gm.ss in frtime and mztake
svn: r2596
2006-04-04 23:22:49 +00:00
Guillaume Marceau
65f188723a trimmed base.ss
svn: r2578
2006-04-03 05:53:25 +00:00
Guillaume Marceau
debdf0e431 implemented top-level lookups, with scoping
svn: r2173
2006-02-08 17:48:49 +00:00
Greg Cooper
a5a017bd9f implemented current-reqspec
svn: r2011
2006-01-27 23:54:38 +00:00
Greg Cooper
d950b675f2 implemented break-after and loc/r
svn: r2007
2006-01-27 22:08:54 +00:00
Guillaume Marceau
038c69c3ef implemented pattern matching locations
svn: r1872
2006-01-19 17:43:00 +00:00
Greg Cooper
9206b90b8a added NAP-TIME to highway.ss
changed WHERE from a behavior to an event and updated sprofiler-mztake
accordingly

svn: r1617
2005-12-15 01:29:48 +00:00
Guillaume Marceau
b9bf3b6134 #%top now works
svn: r593
2005-08-14 07:27:27 +00:00
Guillaume Marceau
00b20bf708 finished updating the docs (again), implemented policies, moved nicely reusable files out of private, renamed load-annotator to load-sandbox
svn: r590
2005-08-14 05:27:58 +00:00
Guillaume Marceau
6f31d7a6b8 fixed small contract bug
svn: r554
2005-08-06 00:34:10 +00:00
Guillaume Marceau
cb30a90f04 define-values-for-syntax and (now-running b) and broken #%top
svn: r542
2005-08-03 19:45:21 +00:00
Jay McCarthy
b12987e9e8 Updating for new frtime and making col optional
svn: r465
2005-07-27 16:29:13 +00:00
Jay McCarthy
1eda5e3ffd Refactoring code into engine and mztake; and, optimizing where/traces
svn: r448
2005-07-26 16:28:50 +00:00
Jay McCarthy
aee4e5b76e Updating exception demo
svn: r442
2005-07-25 18:55:34 +00:00
Jay McCarthy
f95d104d5a updating highway demo
svn: r439
2005-07-25 18:43:18 +00:00
Jay McCarthy
e1a277f2fa Fixing mztake for dijkstra demo
svn: r408
2005-07-20 20:07:06 +00:00
Guillaume Marceau
cf34a57f36 deleted obsolete stuff MzTake Publicity, Talk, and interface
svn: r185
2005-06-14 16:06:28 +00:00
Guillaume Marceau
0b04359f47 cleaning up sine.ss
svn: r183
2005-05-08 18:32:49 +00:00
Guillaume Marceau
58114baeee added current-process and trace* and bind
svn: r182
2005-02-22 18:25:10 +00:00
Guillaume Marceau
bd1c915644 refactoring worked. mztake now uses skipper s single steping annotator
svn: r181
2005-02-17 17:42:32 +00:00
Guillaume Marceau
be27134ac4 while working with greg. skipper is integrated, mztake is in the middle of the load-annotator refactoring
svn: r180
2005-02-16 06:27:40 +00:00
Guillaume Marceau
b76f0e77be Factored out the mztake parts from the annotator.
The annotator takes lists of locations to annotate 
intead of taking a process and some clients.

svn: r179
2005-01-18 20:01:01 +00:00
Jono Spiro
dc42966684 svn: r177 2004-08-27 23:45:34 +00:00
Jono Spiro
633695792b svn: r176 2004-08-27 19:27:50 +00:00
Jono Spiro
7c856d35a6 Dijkstra documented.
.PLT modified.

svn: r159
2004-08-08 00:04:09 +00:00
Jono Spiro
cb87da8e26 made PLT archive
svn: r158
2004-08-07 00:56:29 +00:00
Jono Spiro
04e9cefc17 moved marks.ss to mztake and removed all references to stepper.
changed mztake-process to define-mztake-process
changed 'break to 'entry
improved error messages

traces get processed in the order they are defined in the script file now.

svn: r148
2004-08-06 03:14:02 +00:00
Jono Spiro
40621f7288 fixed break
svn: r145
2004-08-05 15:42:27 +00:00
Jono Spiro
942edb0d85 svn: r140 2004-08-05 02:32:02 +00:00
Jono Spiro
1b23b100bc svn: r139 2004-08-05 02:30:57 +00:00
Jono Spiro
94cc1c3b72 fixed a subtle bug in annotator? in the debugger-model -- it was using eq? instead of equal?
added (though it is broken) the dijkstra demo

updated the heap.ss file for frtime -- greg needs a copy of this.

added history-e

svn: r137
2004-08-04 10:20:23 +00:00
Jono Spiro
3de4a75c5e svn: r135 2004-08-04 08:33:10 +00:00
Jono Spiro
bbfd480ea5 Moved the annotator from stepper to mztake, and removed some printfs it was using. We no longer use any code from stepper except for what the annotator uses, and marks.ss.
Updated the doc.

svn: r133
2004-08-04 08:16:02 +00:00
Jono Spiro
65d16858c8 Added highway demo.
Updated the tool.

the doc is completed

syntax was updated again

svn: r132
2004-08-04 07:03:45 +00:00
Jono Spiro
468fe00eb9 svn: r129 2004-08-04 04:34:31 +00:00
Jono Spiro
c166ef81b4 Updated the demos for the new syntax.
svn: r128
2004-08-03 23:10:12 +00:00
Jono Spiro
1fc5e1efea Updated FrTime
Created the MzTake language and updated sine demo to reflect it.

svn: r127
2004-08-03 21:25:04 +00:00
Jono Spiro
17d72dcfe6 svn: r126 2004-08-03 19:20:47 +00:00
Jono Spiro
ef45b36a50 contracted all script functions
working on better syntax errors

svn: r123
2004-08-03 04:57:06 +00:00
Jono Spiro
f03dbc8d9a getting ready for a release -- turned off all the debug output; added more useful output
still have the hack to define the main client

svn: r122
2004-08-02 20:35:15 +00:00
Jono Spiro
e641ac9b24 fixed the ordering of the hack that chooses the main module to load
svn: r121
2004-08-02 14:41:16 +00:00
Jono Spiro
437da77c98 #%mrepdkernel problem is fixed -- I now make namespaces with (make-namespace-with-mred).
svn: r120
2004-07-30 21:08:06 +00:00
Jono Spiro
f7b735a997 improved speed (eventspaces are the only things causing lots of garbage -- but using new threads garbage collects more often -- making synchronous calls to receive-results is fastest, but you lost control of the anim window)
demos are all working

I have *not* fixed the problem with the mredkernel when require/annotations yet

svn: r119
2004-07-30 20:32:50 +00:00
Jono Spiro
25b2b3cb44 svn: r118 2004-07-30 17:55:54 +00:00
Jono Spiro
8223b03b3b got it mostly working ... problems with require/annotations
svn: r117
2004-07-30 07:57:55 +00:00
Jono Spiro
fc52c29f5d svn: r116 2004-07-30 03:47:23 +00:00
Jono Spiro
a9923f1b16 transition...
svn: r115
2004-07-29 18:58:19 +00:00
Jono Spiro
a19e47e861 not even a checkpoint... trying to get the load/annotator to match up with the client's filenames as I create them.
need to make sure that the module names are unique when eval'ng them in load/annotate 

one frtime file was missing - added

svn: r114
2004-07-29 03:28:52 +00:00
Jono Spiro
b6551cdb07 checkpoint -- starting on integration of new code
svn: r112
2004-07-28 17:47:45 +00:00
Jono Spiro
ff42f68c3e working on a transition for multi-file debugging -- unifie d the clients such that they share semaphores and other constructs.
added a list that all clients are added to.

svn: r111
2004-07-27 22:26:51 +00:00