changeset 78:d4114b708bd4

- todo entry
author cslag
date Mon, 21 Mar 2016 01:25:10 +0100
parents e441ef3ec782
children 9e435ab48a99
files ToDo
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ToDo	Mon Mar 21 01:23:37 2016 +0100
+++ b/ToDo	Mon Mar 21 01:25:10 2016 +0100
@@ -1,5 +1,10 @@
 1.0:
 ----
+- check all vararg calling conv implementations if they promote correctly
+  (e.g. float to double); we used to not care as it was the user's job to
+  think of that, but we allow users to use ArgFloat, etc. on "..." now,
+  taking care of the promotion; so it should be consistent all across the
+  implementations -> also write testcode specifically for that
 - autovar was never really pushed all the way through and still plays second
   fiddle to dyncall_macros.h, clean this all up, eventually (Tassilo: for now, I
   removed out of sync files to avoid confusion; but still probably duped code)