After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762035 - gegl_operation_invalidate doesn't respect the clear_cache parameter
gegl_operation_invalidate doesn't respect the clear_cache parameter
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2016-02-14 16:23 UTC by Debarshi Ray
Modified: 2016-02-15 20:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gegl_operation_invalidate should respect the clear_cache parameter (855 bytes, patch)
2016-02-14 16:24 UTC, Debarshi Ray
none Details | Review

Description Debarshi Ray 2016-02-14 16:23:34 UTC
gegl_operation_invalidate always clears the cache irrespective of what the clear_cache parameter says. After grepping through the callers of this function, I don't see why this should be so.
Comment 1 Debarshi Ray 2016-02-14 16:24:32 UTC
Created attachment 321124 [details] [review]
gegl_operation_invalidate should respect the clear_cache parameter
Comment 2 Øyvind Kolås (pippin) 2016-02-15 20:22:18 UTC
Pushed to git, tentative testing in GIMP doesn't turn up problems, it might be cautionary remnants of early stages of the goat invasion.

commit 0f52a6aecafac38b808589424116f3ca32136223
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Sun Feb 14 16:59:59 2016 +0100

    gegl_operation_invalidate should respect the clear_cache parameter
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762035