I suppose this is what the previous setup was trying to avoid, but the perform method on load-source-op could compile the .so file if needed.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Corollaries to the Law of Bitur-Camember: The political process destroys the value of all known resources that are up for grabs. The socialist process of systematically denying legitimacy to property rights applies the political process universally and destroys the value of all available resources.
On Thu, Aug 27, 2020 at 2:34 PM Ilya Perminov iperminov@gmail.com wrote:
I finally got some time to work on this and found a complication - load-source-op logically depends on generated .so files. Currently process-op produces .so files and load-source-op depends on it. If I move .c to .so compilation from process-op to compile-op, load-source-op will have to depend on compile-op somehow, which is obviously wrong.