Tony Kelman

Results 356 comments of Tony Kelman

Rewriting `build.sh` into a `build.jl` and using the automatic WinRPM installation of gcc would be a better and more automatic short-term solution, though maybe before too much longer the need...

I would recommend against using any version of gcc other than the exact version used to compile Julia itself (which is a cygwin cross compile) or the WinRPM packages (which...

There are many different variations on how to configure gcc in terms of exception handling, threading, and many other details. When you pick some random gcc build then there's no...

Upstream busybox doesn't have a make implementation, do they? There is a win32 mingw port of gmake around somewhere, though it handles paths a little differently than msys (1 or...

I agree. Bit of an unfortunate reality, but there you have it. Busybox is aiming at coreutils and a (posix) shell, and not much more. There are other larger projects...

> To facilitate some projects using PCG, I'm considering switching the code to an MIT license. What's the status of this? Would love to port this to Julia, but MIT...

eval'ing imports into other modules really needs to go away as well, that's one of the few things precompilation actually warns you not to do.

It seems like defaulting to 720p is new behavior as of 2.2.1, but I'm not seeing anything clear in the commit that would have caused that change.

Correct @kdaily, but I'm keeping it a strict upper bound here, and 0.16 was released Jan 12, 2020. Would you rather bump the strict upper bound by 2 versions later,...

> Would you rather bump the strict upper bound by 2 versions later, or do it in two changes? ~~And if it's the latter, does the first change (the current...