From a3f93e till HEAD (before it works fine, at least from 70d83, that is from release 0.10.1).
Now get this error in my app, with both Haxe 4.0.5, 4.1.2 (and even 4.1.3):
haxe/haxe_libraries/coconut.data/0.10.1/
github/951b6ca458348ef9783cc2cb645ed10fffaa3b74/src/coconut/data/macros/ModelBuilder.hx:184:
characters 33-91 : Cannot use Void as value
The patch introduced by this commit (incidentally, also where error is reported, ModelBuilder.hx:184) is just:
From a3f93e till HEAD (before it works fine, at least from 70d83, that is from release 0.10.1). Now get this error in my app, with both Haxe
4.0.5
,4.1.2
(and even4.1.3
):The patch introduced by this commit (incidentally, also where error is reported, ModelBuilder.hx:184) is just:
So
untracked
vsauto
I first upgraded to latest versions of tink and coconut libs, so I hope it's just a small bug that remains.