On 07.01.2010 17:56, Mariano Martinez Peck wrote:
2010/1/7 Henrik Johansen <henrik.s.johansen@veloxit.no <mailto:henrik.s.johansen@veloxit.no>>
In latest version from ss, loaded into PharoCore, it does a MNU ByteString>types.
ProtoObject >> niChildrenBlockForFixedFields, in the line:
extractedType types do: [:t | s nextPutAll: t printString] separatedBy: [s nextPutAll: ', ']. extractedType is the string you mentioned.
I am not sure if I understood you correctly. WHat did you download from ss? NewInspector or ConfiguarationOfNewInspector.
I guess you tried NewInspector and maybe the error is correct becaue now NewInspector depends on RoelTyper.
Fredrique said NewInspector can used _without_ RoelTyper installed, in which case it's supposed to display a message saying"The last version of RoelTyper must be loaded to have this information" when you select Types in the list. Loading NewInspector directly from SqueakSource (no configurations, don't really need that for a package without dependencies...) without RoelTyper installed does not result in this behaviour, but an MNU as described.
On Jan 4, 2010, at 9:49 49AM, Frederic Pluquet wrote:
RoelTyper is also used in ProtoObject>>niChildrenBlockForFixedFields (an extension for NewInspector).
NewInspector can work without RoelTyper. The message "The last version of RoelTyper must be loaded to have this information" is shown when NewInspector tries to calculate types and that RoelTyper is not found.
^This Cheers, Henry