Re: [Pharo-project] Tracing bugs/corrections/regressions ... in Pharo
Maybe I had some bad luck with http://code.google.com/p/pharo/issues/detail?id=3468 Or is there many examples of issues closed without a clue ?
In a case like that, the changeset was just merged in the release. The test is failing, as you can see: https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/lastCompletedB... -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Ok so we should fix it.
In a case like that, the changeset was just merged in the release.
The test is failing, as you can see:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/lastCompletedB...
2011/2/1 Marcus Denker <marcus.denker@inria.fr>:
Maybe I had some bad luck with http://code.google.com/p/pharo/issues/detail?id=3468 Or is there many examples of issues closed without a clue ?
In a case like that, the changeset was just merged in the release.
The test is failing, as you can see:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/lastCompletedB...
This is probably because you must (Object recompile: #perform:withArguments:) Nicolas
-- Marcus Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Tx nicolas
In a case like that, the changeset was just merged in the release.
Marcus I thought that there was another fix. May be it was already integrated. we wrote the test to make sure that the behavior is documented.
The test is failing, as you can see:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/lastCompletedB...
This is probably because you must (Object recompile: #perform:withArguments:)
Nicolas
On 1 February 2011 08:01, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:
2011/2/1 Marcus Denker <marcus.denker@inria.fr>:
Maybe I had some bad luck with http://code.google.com/p/pharo/issues/detail?id=3468 Or is there many examples of issues closed without a clue ?
In a case like that, the changeset was just merged in the release.
The test is failing, as you can see:
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.3/lastCompletedB...
This is probably because you must   (Object recompile: #perform:withArguments:)
there is no way to fix that without altering VM itself. This test actually shows that there is issue on VM side which needs to be adressed (but in Cog it works ok).
Nicolas
-- Marcus Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
-- Best regards, Igor Stasenko AKA sig.
participants (4)
-
Igor Stasenko -
Marcus Denker -
Nicolas Cellier -
Stéphane Ducasse