Cast of function argument
13 Sep
2005
13 Sep
'05
5:33 p.m.
Implicit cast doesn't work if the function is 'sporked'. fun void foo(float x){<<<x>>>;} spork ~ foo(1); 1::second => now; prints 0 instead of 1. -mb
16 Sep
16 Sep
1:26 a.m.
(Sorry for the barrage of spam from me. Thanks.) Aha (again)! Thanks for pointing this out. The fix is now in CVS and will be in 1.2.0.1. Best, Ge!
Implicit cast doesn't work if the function is 'sporked'.
fun void foo(float x){<<<x>>>;} spork ~ foo(1); 1::second => now;
prints 0 instead of 1.
-mb
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
7038
Age (days ago)
7041
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ge Wang
-
Manfred Brockhaus