Edouard Choinière
Edouard Choinière
I wonder if adding libsclean in addition to distclean would make sure everything is recompiled. https://github.com/OSGeo/grass/blob/f59851043fbd7cb52288b7000d7e76824ae63ab7/mswindows/osgeo4w/package.sh#L138-L142 I remember some issues with contributor's PRs where this was a problem, as clean...
One last question about this one: does it wire up everything in order for the sphinx docs to be generated correctly for it? For the makefiles it is probably enough,...
However, this only occurs if the console is cmd (like the console that launches GRASS from OSGeo4W). I wasn't able to find the sort command through powershell. So maybe if...
If it's a fallback implementation, does it makes sense to just try it in a try-catch? Is it too expensive on windows and we get a performance penalty on repeated...
And why do we need to use Linux only sort command already? What makes it special?
> > If it's a fallback implementation, does it makes sense to just try it in a try-catch? > > > > But if the _sort_ command is just things...
What I meant is that we can't identify that sort doesn't support `-n` only from the file not found error. The windows sort doesn't seem to have an option that...
About the question in a review comment if it occurs only on Apple silicon arm or any arm, does anyone have a raspberry pi available to try this on?
I'll reply tonight!
Ok, it's nice to see that the issue is solvable that easily, and you tried it! I'm wondering if it's still possible for us to do something better so the...