Changes between Initial Version and Version 1 of Ticket #3848


Ignore:
Timestamp:
Jan 7, 2017, 8:43:19 PM (7 years ago)
Author:
echotangoecho
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3848

    • Property Status newassigned
    • Property Summary 64 bit integer script conversions[PATCH] 64 bit integer script conversions
    • Property Keywords patch rfc added
    • Property Milestone BacklogWork In Progress
    • Property Owner set to echotangoecho
  • Ticket #3848 – Description

    initial v1  
    11Whenever one tries to send a variable of the type `i64` (`std::time_t`) or `u64`from C++ to JS, the code compiles on linux but not on windows (happened with #3258 and r17928).
    2 
    32The replay list currently convert the timestamp to a string and should be fixed.
    4 
    53At that time, Itms added a change to `source/scriptinterface/ScriptConversions.cpp` so that the code compiles on windows, but that doesn't work on unix, see attachment:t3258_visual_replay_menu_v9.2.patch:ticket:3258.