jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: jed 0.99-17 looks good


G. Milde <g.milde@xxxxxx> wrote:
>Sometimes it is really tedious to find the offender. Evaluating files
>one-by-one and looking at the stack (e.g. with show_stack from
>http://jedmodes.sf.net/mode/diagnose/ ) can narrow the search space.

I plan to add a control variable to slang that will cause an error or
warning to be generated when a statement leaves something on the
stack.  The control variable would be local to the file, e.g.,

  __stack_check=1;
	.
	.
       right (1);
        .
	.
  __stack_check=0;

would generate a warning.

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]