John Colvin
John Colvin
failing on getting the package zip files.
A good example of where some cleanup / redirect needs to happen: https://code.dlang.org/packages/containers and https://code.dlang.org/packages/emsi_containers It's a fairly high-visibility project (involved in people's early experiences wanting to avoid gc, often...
> There should be no breaking API changes There are (almost) none. I think the only one is that `defaultPlacementLocation` is no longer readable, only writeable, because it would no...
This is now leaving luad quite hard to to use as 5.1 is quite old :(
I assume a LuaObject is guaranteed to be associated with only one LuaState, yes? Just off the top of my head: if LuaState can know about all its LuaObject's then...
I guess the simplest solution is to define a function `continuousAtan(y, x)` that is continuous but very steep in the `x < 0`, `y ≈ 0` region, which would be...
My cuda setup almost certainly broken: GTX 760 running under WSL2. Is there a way to run search cpu-only?
See also https://forum.dlang.org/post/[email protected]
indeed. Whatever the rules should be, it doesn't seem they are being followed as the results are quite inconsistent. I would argue that noinline should *not* be inherited by inner...
The only reason I every use `pragma(inline, true/false)` is because I want to control whether a specific function should be inlined. I still don't understand why anyone would expect it...