RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't pass `null` for calls with missing optional args

RealyUniqueName opened this issue · comments

It is possible to switch compiler behavior so that it will not replace missing optional arguments with null constants.
This change also makes generator's code for handling default values obsolete.

Implemented in 5f296ab