mcli icon indicating copy to clipboard operation
mcli copied to clipboard

Let the compiler generate the pos info

Open kevinresol opened this issue 10 years ago • 2 comments

kevinresol avatar Dec 29 '15 03:12 kevinresol

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.

waneck avatar Dec 29 '15 03:12 waneck

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...

kevinresol avatar Dec 29 '15 06:12 kevinresol