Oops, the last mail was half-cocked. Meanwhile I isolated the problem further. When creating a new Inspector object without any further configuration, inspecting undetermined FS variables does work, whereas for determined variables it does not (at least on MacOS). Can you confirm that for other OSes?

declare
InspectorObject = {Inspector.new unit}

%% hangs
{InspectorObject inspect({FS.value.make [1 2 3]})}

%% works fine
{InspectorObject inspect({FS.var.decl})}
{InspectorObject inspect(foo)}

Thank you!

Best
Torsten



On Mar 12, 2008, at 12:11 PM, Torsten Anders wrote:
Thanks for your reply. It turns out it works fine for me too if I use
the default Inspector. Also, my customised Inspector object works
fine (it does not change any default mappings, only defines special
filter operations for objects). The problem only occurs if I shadow
the build-in variable Inspector with my custom inspector object.
Strange.

Anyway, your reply helped me -- in future I will just avoid the
shadowing and introduce an extra variable for my customised inspector.

Best
Torsten

On Mar 11, 2008, at 9:03 PM, Wolfgang Meyer wrote:
%% BUG: causes the Inspector to hand
{Inspect {FS.value.make [1 2 3]}}

Works fine on Windows XP (Mozart Compiler 1.3.2 (20060615)).

Do you use the default Inspector settings?
Or maybe some specialized mapping for Finite Sets?

Cheers,
Wolfgang

_____________________________________________________________________ _
___________
mozart-users mailing list                               mozart-
[EMAIL PROTECTED]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

--
Torsten Anders
Interdisciplinary Centre for Computer Music Research
University of Plymouth
Office: +44-1752-233667
Private: +44-1752-558917
http://strasheela.sourceforge.net
http://www.torsten-anders.de




______________________________________________________________________ ___________ mozart-users mailing list mozart- [EMAIL PROTECTED]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

--
Torsten Anders
Interdisciplinary Centre for Computer Music Research
University of Plymouth
Office: +44-1752-233667
Private: +44-1752-558917
http://strasheela.sourceforge.net
http://www.torsten-anders.de




_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to