http://d.puremagic.com/issues/show_bug.cgi?id=10404
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] 2013-06-19 23:34:08 PDT --- (In reply to comment #3) > Update: if a method returns an S by value, the Class!S corresponding wrapper > should return a new instance of Class!S with S as payload. I think we're fucked in a lot more cases than just that actually: - What about functions that take an S by value as an argument? DO we change it to Class!S, and duplicate the class on receive (pass by value) ? - Or functions that take an S by ref? - Or return S by Ref (return this)? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
