#40: Non-constant function-argument initforms -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: compiler | Version: Resolution: | Keywords: -------------------------+--------------------------------------------------
Comment(by ehuelsmann):
Current progress is:
- CTF is now used directly instead of being wrapped. - Once a CTF has been loaded/created, it's duplicated using clone() - After cloning, the context record is set to the desired value.
Remain a number of things to do:
- analyse initforms for the variables they use - create the environment object using this information