[Webkit-unassigned] [Bug 87183] Web Inspector: CodeGeneratorInspector.py: protect typed API from C++ implicit float to int cast

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 08:47:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87183





--- Comment #6 from Peter Rybin <prybin at chromium.org>  2012-05-23 08:46:07 PST ---
Yurys,
we have a general question here. Current approach filters out only floats and doubles.
Andrey suggests more consistent solution, that would also disallow enums and longs. That would require explicit static_cast<> in several places throughout our code. I found this a bit unrequested effect.
What would you say?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list