Jan. 24, 2018
7:58 a.m.
On 24 Jan 2018, at 01:54, <Vincent.Blondeau@lamresearch.com> <Vincent.Blondeau@lamresearch.com> wrote:
Hi,
I am working to be able to create some standalone apps in Pharo. And for this, I would like to remove of the .sources and .changes. But, by removing them, the args names are reset to arg1, arg2, arg3, ... and the FFI cannot be used anymore.
Does someone (Esteban?) have a solution that I could implement to fix this issue?
Hello, You can embed the sources of just those methods: -> iterate over all methods, select the FFI methods -> call #embeddSourceInTrailer on these methods. Marcus