Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377:
"archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
do you have a stack trace?
Stef On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: > Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: > > "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" > > > > > > > -- > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
It's during load, happens on OSX too.
Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. The version of Morphic you ended up published however, has the entire method definition replaced by arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image which strangly does not compile :) Cheers, Henry On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: > do you have a stack trace? > > Stef > > On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: > >> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: >> >> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" >> >> >> >> >> >> >> -- >> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! >> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, May 28, 2010 at 10:20 AM, Henrik Johansen <[hidden email]> wrote: It's during load, happens on OSX too. Henry: I have this problem very frequently. I don't know how, I don't know why, but when I save the image, some method gets saved with something like this: arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image Has someone else experimented this problem? what can it be? Cheers Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Henrik Sperre Johansen
This is strange because I checked all the code.
and I reload it and and and. Stef On May 28, 2010, at 10:20 AM, Henrik Johansen wrote: > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) > > The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. > > The version of Morphic you ended up published however, has the entire method definition replaced by > arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image > > which strangly does not compile :) > > Cheers, > Henry > > > On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: > >> do you have a stack trace? >> >> Stef >> >> On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: >> >>> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: >>> >>> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" >>> >>> >>> >>> >>> >>> >>> -- >>> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! >>> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
I never got it.
On May 28, 2010, at 12:32 PM, Mariano Martinez Peck wrote: > > > On Fri, May 28, 2010 at 10:20 AM, Henrik Johansen <[hidden email]> wrote: > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) > > The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. > > The version of Morphic you ended up published however, has the entire method definition replaced by > arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image > > Henry: I have this problem very frequently. I don't know how, I don't know why, but when I save the image, some method gets saved with something like this: > arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image > > it is, the file of the image. The method that gets replaced is some of the methods I was working on, not sure which one. > > Has someone else experimented this problem? what can it be? > > Cheers > > Mariano > > > > which strangly does not compile :) > > Cheers, > Henry > > > On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: > > > do you have a stack trace? > > > > Stef > > > > On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: > > > >> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: > >> > >> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" > >> > >> > >> > >> > >> > >> > >> -- > >> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > >> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > >> > >> _______________________________________________ > >> Pharo-project mailing list > >> [hidden email] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Henrik Sperre Johansen
Shit we have a bug with the changes!
I cannot access the source. > It's during load, happens on OSX too. > > Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) > > The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. > > The version of Morphic you ended up published however, has the entire method definition replaced by > arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image > > which strangly does not compile :) > > Cheers, > Henry > > > On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: > >> do you have a stack trace? >> >> Stef >> >> On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: >> >>> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: >>> >>> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" >>> >>> >>> >>> >>> >>> >>> -- >>> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! >>> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, May 28, 2010 at 1:02 PM, Stéphane Ducasse <[hidden email]> wrote: Shit we have a bug with the changes! Yes, it happened the same to me when I have those problems. If you open the .changes with a text editor you can see when it was modified. Cheers mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
it seems to me that the condenseChanges fixed some problems but that it fixed the consequence
but not the causes. I took an older version and browsed the latest Morphic package and it contains the problem. I do not know from where the problem is coming. I will rollback the changes but there is nothing that will prevent that we do not get the same problems. :( Any ideas what we could try? Stef On May 28, 2010, at 1:04 PM, Mariano Martinez Peck wrote: > > > On Fri, May 28, 2010 at 1:02 PM, Stéphane Ducasse <[hidden email]> wrote: > Shit we have a bug with the changes! > I cannot access the source. > > > Yes, it happened the same to me when I have those problems. > If you open the .changes with a text editor you can see when it was modified. > > Cheers > > mariano > > > > > > > It's during load, happens on OSX too. > > > > Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) > > > > The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. > > > > The version of Morphic you ended up published however, has the entire method definition replaced by > > arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image > > > > which strangly does not compile :) > > > > Cheers, > > Henry > > > > > > On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: > > > >> do you have a stack trace? > >> > >> Stef > >> > >> On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: > >> > >>> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: > >>> > >>> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" > >>> > >>> > >>> > >>> > >>> > >>> > >>> -- > >>> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > >>> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > >>> > >>> _______________________________________________ > >>> Pharo-project mailing list > >>> [hidden email] > >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >> > >> > >> _______________________________________________ > >> Pharo-project mailing list > >> [hidden email] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >> > > > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I rollbacked 11377
Stef On May 28, 2010, at 1:16 PM, Stéphane Ducasse wrote: > it seems to me that the condenseChanges fixed some problems but that it fixed the consequence > but not the causes. > > I took an older version and browsed the latest Morphic package and it contains the problem. > I do not know from where the problem is coming. > > I will rollback the changes but there is nothing that will prevent that we do not get the same problems. > :( > Any ideas what we could try? > > Stef > > > > On May 28, 2010, at 1:04 PM, Mariano Martinez Peck wrote: > >> >> >> On Fri, May 28, 2010 at 1:02 PM, Stéphane Ducasse <[hidden email]> wrote: >> Shit we have a bug with the changes! >> I cannot access the source. >> >> >> Yes, it happened the same to me when I have those problems. >> If you open the .changes with a text editor you can see when it was modified. >> >> Cheers >> >> mariano >> >> >> >> >> >>> It's during load, happens on OSX too. >>> >>> Take a 11376 or earlier, select the Morphic package in Pharo, and click changes. The diff for FormCanvas transformBy:clippingTo:during:smoothing: is pretty hilarious :) >>> >>> The definition of that method in the Morphic version for Guillermos halt removals (which was merged in 11377) had some whiteSpace changes in that method. >>> >>> The version of Morphic you ended up published however, has the entire method definition replaced by >>> arch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image >>> >>> which strangly does not compile :) >>> >>> Cheers, >>> Henry >>> >>> >>> On May 28, 2010, at 9:24 59AM, Stéphane Ducasse wrote: >>> >>>> do you have a stack trace? >>>> >>>> Stef >>>> >>>> On May 28, 2010, at 12:57 AM, Torsten Bergmann wrote: >>>> >>>>> Updating the 1.1. core on Windows brings a SyntaxError (FormCanvas drawing-support arch) while processing 11377: >>>>> >>>>> "archNothing more expected ->/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-11375-Beta.7.image" >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! >>>>> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 >>>>> >>>>> _______________________________________________ >>>>> Pharo-project mailing list >>>>> [hidden email] >>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |