slang-users mailing list

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

Re: [slang-users] slang2 pre-release snapshot 3 available


> This version includes a few minor bug-fixes as well as a new facility
> for constructing debugging tools and profilers.  As an example of its
> use, slsh contains a file called "stkcheck.sl" that defines a couple
> of functions: enable_stack_check and disable_stack_check.

FYI:

Within the impending release I've added code to the SLgtk examples
launcher to conditionally exercise this new stack checking feature:

	#ifeval _slang_version >= 20000
	require("stkcheck");
	enable_stack_check ();
	#endif

Running "slgtk-demo --auto" (which exercises some 4500 lines of S-Lang
code sprinkled throughout 40+ guilets) reveals no problems, either in
the stack check implementation or SLgtk.

Regards,
Mike

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


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