mcli
mcli copied to clipboard
Let the compiler generate the pos info
Why would we want that pos info to be generated?
On Tue, Dec 29, 2015, 1:13 AM Kevin Leung [email protected] wrote:
You can view, comment on, or merge this pull request online at:
https://github.com/waneck/mcli/pull/7 Commit Summary
- Let the compiler generate the pos info
File Changes
- M mcli/Dispatch.hx https://github.com/waneck/mcli/pull/7/files#diff-0 (4)
Patch Links:
- https://github.com/waneck/mcli/pull/7.patch
- https://github.com/waneck/mcli/pull/7.diff
— Reply to this email directly or view it on GitHub https://github.com/waneck/mcli/pull/7.
It causes null error in a overridden trace function (haxe.Log.trace = function ....) because they don't expect a null pos.
Maybe the custom trace function should handle null? I am not sure...