tobil4sk
tobil4sk
Indeed, we have the same error with super constructor calls, which requires are not covered by the current patch: ```haxe // template function converts to dynamic array function wrap(a:Array):Array {...
- `--fullscreen` is self explanatory. - `--no-gui` is useful because it hides the menu bar at the top of the Window. I've turned that on by default and marked that...
Many thanks!
Updated branch to resolve conflict.
The motivation behind supporting this in the compiler (rather than rejecting it as a hack that's too specific) seems to be the general use-cases listed in this thread, but none...
We should probably release from a new branch without this commit: a08c621dab599293ff38dc51257ac934d2c466ed. It wouldn't make sense to remove something in a patch release, we should leave that until hxcpp 5.0.0....
> As for the pre-330 stuff, I'm not even sure the current version works with 3.3 (8 years ago) and I don't see a practical problem with removing it. I...
For a custom install use case, it should be possible to modify the install path using `install_name_tool`, e.g. something like: ```install_name_tool -rpath /usr/local/lib @executable_path ./haxelib```
I set up a mariadb server with a new user using the instructions on the arch wiki: https://wiki.archlinux.org/title/MariaDB I managed to bisect the issue to: 0b2b0daacd9125317fa355c85df69c26acbeb83d. Here is the diff...
I think this is why the dynamic method calls don't work: https://github.com/core-haxe/libmysqlclient/blob/86839f69b491d996fc1cc4b24eae22e6034948b1/src/mysql/MySqlClientResult.hx#L14