Pharo3 Can not decompile anymore?

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

Pharo3 Can not decompile anymore?

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

EstebanLM
Nope, opal compiler does not decompile… you need the sources and changes there.

Esteban

On 19 Mar 2014, at 17:47, Hilaire Fernandes <[hidden email]> wrote:

> Hello,
>
> In Pharo3 installation, when I remove both the .source and .changes
> files (yeah yeah I know), the browser nor the debugger can show me
> decompiled method code to give me a Smalltalk representation?
>
> Is there an option to get it back?
>
> Thanks
>
> Hilaire
>
>
> --
> Dr. Geo http://drgeo.eu
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

EstebanLM
he… I did not know that checkSourcesFileAvailability: is gone… but there has to be an equivalent, check around:

PharoFilesOpener>>#sourcesFileOrNil

Esteban

On 19 Mar 2014, at 18:07, Hilaire Fernandes <[hidden email]> wrote:

> And what about #checkSourcesFileAvailability: gone?
>
> Hilaire
>
> Le 19/03/2014 17:52, Esteban Lorenzano a écrit :
>> Nope, opal compiler does not decompile… you need the sources and changes there.
>>
>> Esteban
>>
>> On 19 Mar 2014, at 17:47, Hilaire Fernandes <[hidden email]> wrote:
>>
>>> Hello,
>>>
>>> In Pharo3 installation, when I remove both the .source and .changes
>>> files (yeah yeah I know), the browser nor the debugger can show me
>>> decompiled method code to give me a Smalltalk representation?
>>>
>>> Is there an option to get it back?
>>>
>>> Thanks
>>>
>>> Hilaire
>>>
>>>
>>> --
>>> Dr. Geo http://drgeo.eu
>>>
>>>
>>
>>
>>
>
> --
> Dr. Geo http://drgeo.eu
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

Marcus Denker-4

On 26 Mar 2014, at 09:40, Hilaire Fernandes <[hidden email]> wrote:

> Nope, as far as I can see and try there is no way to prevent the warning
> message.
> Something to warn about read only .changes file.
>
> But nothing for source.
>
> Now I read this and understand, it is a feature:
> https://pharo.fogbugz.com/f/cases/10464/Always-warn-when-sources-or-changes-are-not-available
>


Yes, for Pharo3 we require sources on disk… is there really a use case where people can not have it?

For Pharo4, we finally have to get rid of .sources and .changes, to have a one-file pharo image.

        Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

EstebanLM

On 26 Mar 2014, at 07:49, Marcus Denker <[hidden email]> wrote:

>
> On 26 Mar 2014, at 09:40, Hilaire Fernandes <[hidden email]> wrote:
>
>> Nope, as far as I can see and try there is no way to prevent the warning
>> message.
>> Something to warn about read only .changes file.
>>
>> But nothing for source.
>>
>> Now I read this and understand, it is a feature:
>> https://pharo.fogbugz.com/f/cases/10464/Always-warn-when-sources-or-changes-are-not-available
>>
>
>
> Yes, for Pharo3 we require sources on disk… is there really a use case where people can not have it?

mobile platforms.
but AFAIK… this would be production environment, not a development mode.

Esteban

>
> For Pharo4, we finally have to get rid of .sources and .changes, to have a one-file pharo image.
>
> Marcus


Reply | Threaded
Open this post in threaded view
|

Re: Pharo3 Can not decompile anymore?

hilaire
In reply to this post by Marcus Denker-4
CONTENTS DELETED
The author has deleted this message.