Epicea applying multiple changes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Epicea applying multiple changes

Andrei Chis
Hi,

Is there some known bug in Epicea when applying multiple changes at once in Pharo 6?

I had a few crashes lately and each time when recovering the changes by selecting multiple changes at once some changes are skipped. If I apply manually each change it works. 

Cheers,
Andrei
Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Stephane Ducasse-3
Hi andrei

this is strange because I recovered multiple time recently due to some
hidden bugs and I did not face the one you report.

Stef

On Tue, Jul 18, 2017 at 10:48 AM, Andrei Chis
<[hidden email]> wrote:

> Hi,
>
> Is there some known bug in Epicea when applying multiple changes at once in
> Pharo 6?
>
> I had a few crashes lately and each time when recovering the changes by
> selecting multiple changes at once some changes are skipped. If I apply
> manually each change it works.
>
> Cheers,
> Andrei

Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Tim Mackinnon
I thought I had the same problem at Pharo Days, but actually I think it's just the UI is a bit confusing. Stephane E and I had a look and it seemed to be fine for the case I thought I had.

Possibly it was that , it's easy to load in more than you think you should which gives weird outcomes.

Tim

Sent from my iPhone

> On 18 Jul 2017, at 22:21, Stephane Ducasse <[hidden email]> wrote:
>
> Hi andrei
>
> this is strange because I recovered multiple time recently due to some
> hidden bugs and I did not face the one you report.
>
> Stef
>
> On Tue, Jul 18, 2017 at 10:48 AM, Andrei Chis
> <[hidden email]> wrote:
>> Hi,
>>
>> Is there some known bug in Epicea when applying multiple changes at once in
>> Pharo 6?
>>
>> I had a few crashes lately and each time when recovering the changes by
>> selecting multiple changes at once some changes are skipped. If I apply
>> manually each change it works.
>>
>> Cheers,
>> Andrei
>


Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Tudor Girba-2
In reply to this post by Andrei Chis
Hi,

I experienced the same issues. It seems somehow related that when we have multiple changes to the same method, not all changes are applied and we do not get back the latest version.

Cheers,
Doru


> On Jul 18, 2017, at 10:48 AM, Andrei Chis <[hidden email]> wrote:
>
> Hi,
>
> Is there some known bug in Epicea when applying multiple changes at once in Pharo 6?
>
> I had a few crashes lately and each time when recovering the changes by selecting multiple changes at once some changes are skipped. If I apply manually each change it works.
>
> Cheers,
> Andrei

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."


Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Denis Kudriashov
It is issue 20223

2017-07-19 9:41 GMT+02:00 Tudor Girba <[hidden email]>:
Hi,

I experienced the same issues. It seems somehow related that when we have multiple changes to the same method, not all changes are applied and we do not get back the latest version.

Cheers,
Doru


> On Jul 18, 2017, at 10:48 AM, Andrei Chis <[hidden email]> wrote:
>
> Hi,
>
> Is there some known bug in Epicea when applying multiple changes at once in Pharo 6?
>
> I had a few crashes lately and each time when recovering the changes by selecting multiple changes at once some changes are skipped. If I apply manually each change it works.
>
> Cheers,
> Andrei

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."



Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

tinchodias
I'll check the bug, it's important.

However, Tim and others, I'm interested in your experience with the UI. If you want to send me more details...

Maybe I can remark: Epicea has work and feedback accumulated during my phd. Now that phd finished and Epicea comes with Pharo 6.0, the project is open to much more developers to collaborate with their work and feedback. So you are welcome. The project belongs to the community now even though I'm still responsible to maintain it, of course.

Cheers, Martín

On Thu, Jul 20, 2017 at 5:18 AM, Denis Kudriashov <[hidden email]> wrote:
It is issue 20223

2017-07-19 9:41 GMT+02:00 Tudor Girba <[hidden email]>:
Hi,

I experienced the same issues. It seems somehow related that when we have multiple changes to the same method, not all changes are applied and we do not get back the latest version.

Cheers,
Doru


> On Jul 18, 2017, at 10:48 AM, Andrei Chis <[hidden email]> wrote:
>
> Hi,
>
> Is there some known bug in Epicea when applying multiple changes at once in Pharo 6?
>
> I had a few crashes lately and each time when recovering the changes by selecting multiple changes at once some changes are skipped. If I apply manually each change it works.
>
> Cheers,
> Andrei

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."




Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Jan Blizničenko
Hello

Might it be related to a problem I described over here? http://forum.world.st/Epicea-feedback-td4952661.html

In short, I think that when I select multiple changes, epicea applies them in wrong order, so, if for example a single method is changed two times, Epicea first creates newer content and then replaces it by older content. It seems to be solvable by filtering just latest changes, but I am not sure whether it might not have other unwanted consequences.

Jan

tinchodias wrote
I'll check the bug, it's important.

However, Tim and others, I'm interested in your experience with the UI. If
you want to send me more details...

Maybe I can remark: Epicea has work and feedback accumulated during my phd.
Now that phd finished and Epicea comes with Pharo 6.0, the project is open
to much more developers to collaborate with their work and feedback. So you
are welcome. The project belongs to the community now even though I'm still
responsible to maintain it, of course.

Cheers, Martín

On Thu, Jul 20, 2017 at 5:18 AM, Denis Kudriashov <[hidden email]>
wrote:

> It is issue 20223
> <https://pharo.fogbugz.com/f/cases/20223/Epicea-applying-collection-of-same-method-changes-uses-wrong-order>
>
> 2017-07-19 9:41 GMT+02:00 Tudor Girba <[hidden email]>:
>
>> Hi,
>>
>> I experienced the same issues. It seems somehow related that when we have
>> multiple changes to the same method, not all changes are applied and we do
>> not get back the latest version.
>>
>> Cheers,
>> Doru
>>
>>
>> > On Jul 18, 2017, at 10:48 AM, Andrei Chis <[hidden email]>
>> wrote:
>> >
>> > Hi,
>> >
>> > Is there some known bug in Epicea when applying multiple changes at
>> once in Pharo 6?
>> >
>> > I had a few crashes lately and each time when recovering the changes by
>> selecting multiple changes at once some changes are skipped. If I apply
>> manually each change it works.
>> >
>> > Cheers,
>> > Andrei
>>
>> --
>> www.tudorgirba.com
>> www.feenk.com
>>
>> "Things happen when they happen,
>> not when you talk about them happening."
>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Epicea applying multiple changes

Tim Mackinnon
In retrospect, this is the problem I also had - But I put it down to the UI being a bit confusing about what you were loading.

I will give some constructive feedback on the UI as like others, I think the underlying idea is very good.

Tim

Sent from my iPhone

> On 23 Jul 2017, at 22:10, Jan Blizničenko <[hidden email]> wrote:
>
> Hello
>
> Might it be related to a problem I described over here?
> http://forum.world.st/Epicea-feedback-td4952661.html
>
> In short, I think that when I select multiple changes, epicea applies them
> in wrong order, so, if for example a single method is changed two times,
> Epicea first creates newer content and then replaces it by older content. It
> seems to be solvable by filtering just latest changes, but I am not sure
> whether it might not have other unwanted consequences.
>
> Jan
>
>
> tinchodias wrote
>> I'll check the bug, it's important.
>>
>> However, Tim and others, I'm interested in your experience with the UI. If
>> you want to send me more details...
>>
>> Maybe I can remark: Epicea has work and feedback accumulated during my
>> phd.
>> Now that phd finished and Epicea comes with Pharo 6.0, the project is open
>> to much more developers to collaborate with their work and feedback. So
>> you
>> are welcome. The project belongs to the community now even though I'm
>> still
>> responsible to maintain it, of course.
>>
>> Cheers, Martín
>>
>> On Thu, Jul 20, 2017 at 5:18 AM, Denis Kudriashov &lt;
>
>> dionisiydk@
>
>> &gt;
>> wrote:
>>
>>> It is issue 20223
>>> &lt;https://pharo.fogbugz.com/f/cases/20223/Epicea-applying-collection-of-same-method-changes-uses-wrong-order&gt;
>>>
>>> 2017-07-19 9:41 GMT+02:00 Tudor Girba &lt;
>
>> tudor@
>
>> &gt;:
>>>
>>>> Hi,
>>>>
>>>> I experienced the same issues. It seems somehow related that when we
>>>> have
>>>> multiple changes to the same method, not all changes are applied and we
>>>> do
>>>> not get back the latest version.
>>>>
>>>> Cheers,
>>>> Doru
>>>>
>>>>
>>>>> On Jul 18, 2017, at 10:48 AM, Andrei Chis &lt;
>
>> chisvasileandrei@
>
>> &gt;
>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Is there some known bug in Epicea when applying multiple changes at
>>>> once in Pharo 6?
>>>>>
>>>>> I had a few crashes lately and each time when recovering the changes
>>>> by
>>>> selecting multiple changes at once some changes are skipped. If I apply
>>>> manually each change it works.
>>>>>
>>>>> Cheers,
>>>>> Andrei
>>>>
>>>> --
>>>> www.tudorgirba.com
>>>> www.feenk.com
>>>>
>>>> "Things happen when they happen,
>>>> not when you talk about them happening."
>>>>
>>>>
>>>>
>>>
>
>
>
>
>
> --
> View this message in context: http://forum.world.st/Epicea-applying-multiple-changes-tp4955502p4956482.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>