[update] #10488

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

[update] #10488

Adrian Lienhard
This change will condense the sources file and clean out the changes  
file.

10488
-----
Condense sources

___________________
http://www.adrian-lienhard.ch/


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update] #10488

George Herolyants-3
Pharo fails to condense .sources file. I get an error "Invalid utf8
input detected" and no PharoDebug.log at all.
The last lines of the new .sources file are:

!OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'!
arrowDown
        ^ MIMEDocument
                contentType: 'image/png'
                content:

'В‰PNG...<then other unprintable characters follow>

George

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update] #10488

Mariano Martinez Peck


On Mon, Oct 19, 2009 at 12:10 PM, George Herolyants <[hidden email]> wrote:
Pharo fails to condense .sources file. I get an error "Invalid utf8
input detected" and no PharoDebug.log at all.

It is a known problem. See this: http://code.google.com/p/pharo/issues/detail?id=830

However, I didn't understand Markus comment.

 
The last lines of the new .sources file are:

!OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'!
arrowDown
       ^ MIMEDocument
               contentType: 'image/png'
               content:

'В‰PNG...<then other unprintable characters follow>

George

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: [update] #10488

Marcus Denker-3

On 19.10.2009, at 16:53, Mariano Martinez Peck wrote:

>
>
> On Mon, Oct 19, 2009 at 12:10 PM, George Herolyants <[hidden email]
> > wrote:
> Pharo fails to condense .sources file. I get an error "Invalid utf8
> input detected" and no PharoDebug.log at all.
>


Are you trying to condese a dev image? You should not. The sources  
will be build from a core image
(the alternative does not work. else the .sources would contain all  
the code from the dev image)

condensing the core image is working.

> It is a known problem. See this: http://code.google.com/p/pharo/issues/detail?id=830
>
> However, I didn't understand Markus comment.
>
>
> The last lines of the new .sources file are:
>
> !OBWebIcons methodsFor: 'icons' stamp: 'cwp 6/20/2009 00:55'!
> arrowDown
>        ^ MIMEDocument
>                contentType: 'image/png'
>                content:
>
> 'В‰PNG...<then other unprintable characters follow>
>
> George
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update] #10488

George Herolyants-3
2009/10/19 Marcus Denker <[hidden email]>:
> Are you trying to condese a dev image? You should not. The sources
> will be build from a core image
> (the alternative does not work. else the .sources would contain all
> the code from the dev image)
>
> condensing the core image is working.

:) O, thanks, now I see it's my mistake, I really try to condense a dev image.

Thank you for the explanation.

George

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update] #10488

Nicolas Cellier
This is however a known bug and should not happen
http://code.google.com/p/pharo/issues/detail?id=830

2009/10/19 George Herolyants <[hidden email]>:

> 2009/10/19 Marcus Denker <[hidden email]>:
>> Are you trying to condese a dev image? You should not. The sources
>> will be build from a core image
>> (the alternative does not work. else the .sources would contain all
>> the code from the dev image)
>>
>> condensing the core image is working.
>
> :) O, thanks, now I see it's my mistake, I really try to condense a dev image.
>
> Thank you for the explanation.
>
> George
>
> _______________________________________________
> 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