Barış Yıldırım

Results 157 comments of Barış Yıldırım

> i have made a beta build that support some overload usage, it would be helpful if you tested it and let me know if it fixes your issues. >...

[Lime](https://github.com/openfl/lime) has similar problem and fixed with following commit: https://github.com/openfl/lime/commit/bc8f9df60f926cfa309040f998206fba30abd9cc

> Thanks [@barisyild](https://github.com/barisyild) . I have switched my project to Lime develop branch, but it didn't help. I have still the same issue. Yeah just fixes lime side, hxcpp is...

> CI failure is related: > > ``` > Error: /Users/runner/work/hxcpp/hxcpp/src/hx/libs/std/Sys.cpp:479:4: error: conversion from 'long' to 'const Dynamic' is ambiguous > STATF64(size); > ``` I think Apple is a bit...

Obviously nothing has changed on the apple side, but the error occurred, does anyone have any idea? Old Commit: https://github.com/HaxeFoundation/hxcpp/pull/1157/commits/a427d1f4c5b78d35f65a21de31950f11d3aeb95f New Commit: https://github.com/HaxeFoundation/hxcpp/pull/1157/commits/193b3d1632b72c9ba2832f51b6839a5e0d0a6c92

Probably a bug, because the same code works fine in my ci. https://github.com/barisyild/hxcpp/actions/runs/11331298885

> Doesn't this require a change on the haxe side to work properly? Since the `FileStat` typedef only has size as an Int. > > Changes like this should also...

> Doesn't this require a change on the haxe side to work properly? Since the `FileStat` typedef only has size as an Int. > > Changes like this should also...

https://github.com/HaxeFoundation/haxe/pull/11791

> Could you provide a minimal example? The library link is already above.