-
Notifications
You must be signed in to change notification settings - Fork 0
Log an error, when GC with Image in unsupported use cases #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log an error, when GC with Image in unsupported use cases #204
Comments
For the case where we use initialize Image with GC with providers we see spam of logs due to scaleToUsingSmoothScaling method used in ImageFileNameProvider and ImageDataProviders. For now we hold it, until we find a way to scale image smoothly in providers without using GC. |
Currently blocked, see eclipse-platform/eclipse.platform.swt#1979 (review) |
What is the prerequisite for unblocking this issue? |
@HeikoKlare There are two things actually.
If I know the answer of these two, this ticket will be unblocked. |
The problem is: I don't see that we have any trigger for the two mentioned issues being resolved or at least worked on, so this will probably remain blocked forever. Let's put this on the weekly topic list for short discussion and finding an agreement how to proceed. |
Todo:
|
We should log an error or at least a warning when creating a GC on any image that is not supposed to be used for modifying it. This includes at least:
The text was updated successfully, but these errors were encountered: