Re: [Pharo-users] I probably messed up with .changes...

2015-07-07 Thread Matthieu Lacaton
> > This is really strange, I also got the same problem a couple of weeks ago. > I imgaine that you are working with a 50 image. Yes, image number 50074. Now you can also get in this situation when you open twice the same image > and do parallel edits. > > Can you open your change file with ema

Re: [Pharo-users] I probably messed up with .changes...

2015-07-06 Thread stepharo
Mathieu if your image is running and your tests are green then we should be able to recover the decompiled version. I did some testings and I found a way to reproduce what I experienced : If you manually rename an image without renaming the .changes you cannot browse the code inside Nautil

Re: [Pharo-users] I probably messed up with .changes...

2015-07-06 Thread stepharo
Mathieu This is really strange, I also got the same problem a couple of weeks ago. I imgaine that you are working with a 50 image. We may have introduced a regression. As a general principle I tried to publish often. Now you can also get in this situation when you open twice the same image a

Re: [Pharo-users] I probably messed up with .changes...

2015-07-06 Thread Thierry Goubier
2015-07-06 14:39 GMT+02:00 Matthieu Lacaton : > What image version did you use? > > > I used number 50074 > > > Maybe you can iterator over all methods decompile, and save as new code? >> Maybe you can open the image without the changes file and try to create a >> package or file out the package?

Re: [Pharo-users] I probably messed up with .changes...

2015-07-06 Thread Matthieu Lacaton
> > What image version did you use? I used number 50074 Maybe you can iterator over all methods decompile, and save as new code? > Maybe you can open the image without the changes file and try to create a > package or file out the package? > I manually looked inside many of my .changes with No

Re: [Pharo-users] I probably messed up with .changes...

2015-07-06 Thread Nicolai Hess
2015-07-06 9:55 GMT+02:00 Matthieu Lacaton : > Hello, > > I would just like to report something that happened to me today. > > As I was working on a project, I tried inserting an instance variable to > one of my classes. > Starting from this moment something became very weird. First, some > subcla

[Pharo-users] I probably messed up with .changes...

2015-07-06 Thread Matthieu Lacaton
Hello, I would just like to report something that happened to me today. As I was working on a project, I tried inserting an instance variable to one of my classes. Starting from this moment something became very weird. First, some subclasses were not listed as subclasses anymore, then I realised