Hi, I asked in a thread some year ago how to get the parameters and variables used in a function. I got some amazing help from the always very helpful community (Thanks Mauro and more, https://groups.google.com/forum/m/#!search/Jon$20norberg/julia-users/bV4VZxbzZyk). However, as already hinted at in that thread, this trick would cease to work in 0.5. So my question now is: How can I do this in 0.5?
I have come this far ````julia ast=Base.uncompressed_ast(methods(growthV).mt.defs.func.lambda_template) ``` which gives me the code of the function. previously one could also get at all parameters used in the function (se link to above htread) but I am at a loss how to get there now in julia 0.5.