Just a couple of observations for beta

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

Just a couple of observations for beta

Artur Zaroda
Hello,

Open ResourceBrowser. With no resource selected, executing Resource/Edit
opens CHB instead of ViewComposer. It would probably make sense to simply
disable it, as it was in 4.0.

Open FlipperInspector on "Array new". Switch to InstanceVariables tab,
right click on 'an Array' at the top of the pane and, from context menu,
select 'Set to Nil'. It will try to store nil on instance variable of number 0.

Inspect result of "SharedIdentitySet allInstances". In fresh image there
will be just one instance. Now try to inspect references to that instance.
It will walkback trying to send #at: to a SharedIdentitySet.

In SystemBrowser when there is no class selected, enter "Method source"
pane and press Ctrl-S. It will walkback trying to send #compile:categories:
to nil.

Artur Zaroda
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: Just a couple of observations for beta

Blair McGlashan