Bug 380708

Summary: Entire GlobalEnv is analysed for each new/removed object
Product: [Applications] rkward Reporter: Thomas Friedrichsmeier <thomas.friedrichsmeier>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description Thomas Friedrichsmeier 2009-05-07 15:21:18 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/46 on 2017-05-30 15:26:43 +0100 --
See https://sourceforge.net/forum/message.php?msg\_id=4956278 .

Apparently we really do call .rk.get.structure\(\) on the entire .GlobalEnv, whenever a new object is added there, or an old one is removed. We really need to be smarter, here, and only update the objects in question, not the entire environment.

This will need some care, though, and will not happen for 0.5.0d / 0.4.9b.
Comment 1 Thomas Friedrichsmeier 2009-05-12 09:09:13 UTC
Fixed in SVN for the KDE 4 branch \(r2466\).
Not sure, whether there will be a backport to KDE 3.
Comment 2 Thomas Friedrichsmeier 2009-05-12 09:09:13 UTC
- **status**: open --> open-fixed
Comment 3 Thomas Friedrichsmeier 2009-08-05 07:25:33 UTC
Fix released on the KDE 4 branch in RKWard 0.5.1.

This seems too much trouble to backport to KDE 3 \(relevant SVN commits: r2466, r2473, r2544\). Closing.
Comment 4 Thomas Friedrichsmeier 2009-08-05 07:25:33 UTC
- **status**: open-fixed --> closed-fixed