Opal, Pharo 3.0 and popup raising for none existing methods
Hi guys, In Pharo 2.0 we have the setting #warningAllowed in Parser. This allow us to disable the popups each time you save a method with a selector that doesn't exist. In Pharo 3.0 with the new Opal this setting doesn't exist anymore. Is there a way to get this behavior??? Thanks, -- Mariano http://marianopeck.wordpress.com
On 07 Nov 2013, at 16:41, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys,
In Pharo 2.0 we have the setting #warningAllowed in Parser. This allow us to disable the popups each time you save a method with a selector that doesn't exist. In Pharo 3.0 with the new Opal this setting doesn't exist anymore. Is there a way to get this behavior???
Not yet implemented. Yes, needs to be done. I will put it on the TODO. Marcus
On Fri, Nov 8, 2013 at 4:50 AM, Marcus Denker <marcus.denker@inria.fr>wrote:
On 07 Nov 2013, at 16:41, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys,
In Pharo 2.0 we have the setting #warningAllowed in Parser. This allow us to disable the popups each time you save a method with a selector that doesn't exist. In Pharo 3.0 with the new Opal this setting doesn't exist anymore. Is there a way to get this behavior???
Not yet implemented. Yes, needs to be done. I will put it on the TODO.
OK, thanks Marcus.
Marcus
-- Mariano http://marianopeck.wordpress.com
participants (2)
-
Marcus Denker -
Mariano Martinez Peck