GNOME Bugzilla – Bug 416991
BooBuddy doesn't work if it is closed and re-opened
Last modified: 2007-04-18 23:32:05 UTC
STEPS: 1) Open BooBuddy 2) Type p_help() and press enter. Observer that it works 3) Close BooBuddy 4) Open BooBuddy again 5) Type p_help() and press enter again EXPECTED: It works. ACTUAL: You get an ambiguous reference error. This is the case with all aliased functions.
Created attachment 84368 [details] [review] A patch This adds a "Loaded" property to the DebugAliasAttribute class. The property is checked when aliased functions are defined in Boo so that the same function is not defined twice.
Perfect! Thanks Scott.
Committed, thanks Scott.