Hi Hilaire, On Tue, 5 Mar 2019 at 15:09, HilaireFernandes <hilaire@drgeo.eu> wrote:
The problem seems to happen when there is the following conditions, in the folder containing the image:
- there is a drgeo file, in my situation it is a link to the DrGeo repository - the image name is drgeo.image, ... - PharoCondense is executed, then FileRefrence>>nextVersion seems confused by the drgeo file.
I could recheck, but it will be evening late.
I had a bit of trouble reading the stack traces, but it looked like the issue is with FileReference>>nextVersion. If that is the case: #nextVersion is self contained, so the easiest thing will be to trigger the problem, go in to the debugger and copy the pathString of the FileReference that causes the issue. I've attached a change-set that fixes #nextVersion so it returns the correct values for file names with dots in them, e.g. "file.name.ext". Could you check if it behaves as expected? Cheers, Alistair