Open GoogleCodeExporter opened 9 years ago
I believe this is mostly a cosmetic issue and shouldn't affect the runnability
of the
code in any way, since ref and out parameters are the same beast internally,
and only
have different compile-time semantics.
Original comment by StefanSi...@gmail.com
on 22 Dec 2009 at 11:13
Original comment by StefanSi...@gmail.com
on 22 Dec 2009 at 11:13
What if you care to write the dynamic module to an dll file?
Original comment by kenne...@gmail.com
on 22 Dec 2009 at 8:13
Well, it'll probably force you to initialize the holders for out parameters
before calling the method, and write ref
instead of out ;) Anyway, it's trivial enough to be fixed in 0.2, which I hope
will be sometime during holidays.
Original comment by StefanSi...@gmail.com
on 23 Dec 2009 at 9:43
Original issue reported on code.google.com by
kenne...@gmail.com
on 29 Oct 2009 at 3:47