Re: [Pharo-dev] Modifying methodDict breaks System Browser

2015-01-13 Thread Marcus Denker
Hello, The browser uses an API on CompiledMethod to e.g. display a button for running example methods. So even though for execution you just need run:with:in:, for other uses of methods you need to implement more. (e.g. imagine “senders of”: it asks all methods for the literals). Therefore, th

[Pharo-dev] Modifying methodDict breaks System Browser

2015-01-12 Thread Atlas
Hi, After replacing the method of a class with an object of a class implementing the /run:with:in/ method, the context menu of the System Browser stops appearing, a debug context menu "Why you see this menu. Debug" pops up instead. After putting the original method back, the browser works again.