Adrien Destugues

Results 246 comments of Adrien Destugues

The cabal tool will be packaged separately. I started working on this, but having no haskell knowledge its a bit difficult for me.

I have updated ghc to version 8.2. I need help from someone with some Haskell knowledge to apply a patch to the 8.6 version. Details are in the wip disapled...

Since it was not explained here: building ghc requires an existing ghc binary. What we did for 32bit is cross compile one from Linux. The same should be done for...

ghc 8.6.5 is now available (32bit only) but I did not manage to build later versions. Still did not finish my work on cabal. There is still no 64bit version.

There are many ported software which are patched for this already. You need to add something like this to the start of the main function: chdir(dirname(argv[0])); This will make the...

As long as we don't have 3d acceleration, this is only going to make sdl1.2 software use more cpu to do the same thing (because sdl2 does everything with opengl)....

Probably, in any case the files get installed to different directories anyway so they can't be used. This is why "python3" does not seem to make much sense as a...

Sorry, I tried to find people involved but I may have misread the git log.

@extrowerk well, Python 3.6 and 3.7 are incompatible, so this is an ABI break. Just like libpng16 vs libpng15, for example. I agree we should eventually remove Python 3.6, but...

Beta 3 shipped with python 3.7 preinstalled, should we update to 3.8 (or 3.9?) by default in nightlies and beta4?