TomIO

Results 402 comments of TomIO

> It is a recently-introduced bug that can be bisected, I will try to find a workaround. I can reproduce it. Where does that bisect to exactly? Did it start...

We have a package request template, it would have been great if you had used that, I've manually filled it in an updated your original comment with it now. This...

> If you download termux from fdroid, install pip, python-cmake, cmake etc and then run pip install igraph it fails due to -lgcc not being available to the linker. Maybe...

We really gotta talk about using a rebase workflow for your PRs, this is what attempt number 4 at this now? You could have just made your changes, committed them...

> > This PR seems close to actually being a merge-able build script for vlang. > > Unfortunately, not quite yet - if you look closely, you can see that...

> The following packages need to be recompiled using debpython: I would suggest either opening a staging PR for this purpose, or adding the commits for rebuilding those packages to...

> It is planned to rebuild these packages in each PRs. If rebuild all the packages in one PR (for example on this one), there are risks that can break...

Those 18 packages should get nowhere near 6 hours. The largest one there is `pyqt5` which took ~20 minutes the last time it was built.

We can also merge with a squash, though we usually prefer merge via rebase, that way the PR branch matches exactly what gets put onto `master`.

I'm not sure what went wrong with the linter here. I'll take a look at it when I have time to.