diff options
author | bors-servo <release+servo@mozilla.com> | 2014-04-17 10:40:15 -0400 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2014-04-17 10:40:15 -0400 |
commit | 3478105da9ed1503a60b2fadf71be95647aa7e9d (patch) | |
tree | 0f095947302f199f52f638bbbe31dc65558abf0b /src/components/script/dom/bindings/codegen/pythonpath.py | |
parent | 28baa1f4d1402584399abf07869b6bbfdb7c36eb (diff) | |
parent | c9c96d475877ce38ffcc92cdeff76bc93b361dd3 (diff) | |
download | servo-3478105da9ed1503a60b2fadf71be95647aa7e9d.tar.gz servo-3478105da9ed1503a60b2fadf71be95647aa7e9d.zip |
auto merge of #2143 : Ms2ger/servo/optional-primitives, r=jdm
By forgetting the Some(), we caused type inference to convert to Option<T>
for optional non-nullable primitive arguments, and to Option<Option<T>> for
optional nullable primitive arguments (essentially the same thing). This
change brings the primitive codegen in line with the DOMString codegen.
Using distinct types for optionality and nullability would have prevented
this issue.
Diffstat (limited to 'src/components/script/dom/bindings/codegen/pythonpath.py')
0 files changed, 0 insertions, 0 deletions