On 24.06.2010 09:51, Mariano Martinez Peck wrote:
I have seen this error several times. We don't know where it cames from, but yes, there is a problem.

In my case, I always notice in the same situation: when saving an image, one of the methods I was most recentrly edditing, replaces the sintax with part of the string of the image name.

Exactly the same situation Torsten had here.

So....yes, I had this problem a lot of times. I cannot reproduce it always, it just happens sometimes.

Cheers

Mariano
Sounds a lot like some other tool is modifying the source file position directly rather than operating on a read-only copy...
We could either:
- Find out which, fix the sender (could take some time to find the right one) - Ensure position is at end before writing the image name to file as part of the string. (easy to do, but problem still remain other places which may assume position is at end)

Cheers,
Henry



_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to