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
Nope, opal compiler does not decompile⦠you need the sources and changes there. Esteban On 19 Mar 2014, at 17:47, Hilaire Fernandes <hilaire.fernandes@gmail.com> 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
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 <hilaire.fernandes@gmail.com> 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
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 <hilaire.fernandes@gmail.com> 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 <hilaire.fernandes@gmail.com> 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
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-... Hilaire Le 19/03/2014 19:04, Esteban Lorenzano a écrit :
he⦠I did not know that checkSourcesFileAvailability: is gone⦠but there has to be an equivalent, check around:
PharoFilesOpener>>#sourcesFileOrNil
Esteban
-- Dr. Geo http://drgeo.eu
On 26 Mar 2014, at 09:40, Hilaire Fernandes <hilaire.fernandes@gmail.com> 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-...
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
On 26 Mar 2014, at 07:49, Marcus Denker <marcus.denker@inria.fr> wrote:
On 26 Mar 2014, at 09:40, Hilaire Fernandes <hilaire.fernandes@gmail.com> 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-...
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
For desktop app and even more true for mobile app. it is a plus to not ship sources and changes files for obvious space reasons. Hilaire Le 26/03/2014 11:49, Marcus Denker a écrit :
Yes, for Pharo3 we require sources on disk⦠is there really a use case where people can not have it?
-- Dr. Geo http://drgeo.eu
participants (3)
-
Esteban Lorenzano -
Hilaire Fernandes -
Marcus Denker