PAI bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PAI bug

Bill Schwab-2
Hi Blair,

This works:

PublishedAspectInspector showOn:(
 IdentityDictionary new
  at:( String writeStream ) put:'no worries';
  yourself
)

This causes a walkback if one tries to "drill down" into the elements of the
dictionary:

PublishedAspectInspector showOn:(
 IdentityDictionary new
  at:( String writeStream ) put:'causes a walkback';
  at:'but only' put:'there is another line to make it sort???';
  yourself
)

Have a good one,

Bill

---
Wilhelm K. Schwab, Ph.D.
[hidden email]