Adrien Destugues
Adrien Destugues
Python 3.7 will be end of life in june 2023. Should we plan for haiku beta4 to ship with 3.8 or 3.10?
Yes that's not really a fix. But it makes things harder to debug if building in debug mode results in no crash.
All code in Haiku must be compiled as position-independant. In gcc this is normally done with two different options, -fPIC for libraries and -fPIE for executables. But in Haiku, all...
It's not nice on them to call this "without warnings" when they added a deprecation notice in their docs 4 years ago and repeatedly asked for help updating the code.
I don't use ccache.
Please submit SDL2 patches upstream. It's fine to have them here until SDL2 makes a new release, but having the code upstream makes works easier for everyone involved.
Hi, I am currently using the Python-based gitstats and do this with a .mailmap file in the repo. Unfortunately, git_stats apparently ignores it.
If you want to package them, put them in a _tools package or in the _devel package. This way, apps that just need the lib don't bring them in as...
Please delete the previous version of the patch and recipe. Git will then detect that the new version is "moved" from the previous one, and github will show a diff...
> Do not use/install sitecustomize Can you clarify how this works now? The "site customize" setup allowed to have perl packages coming both from our repositories (as hpkg files) and...