John Colvin

Results 68 issues of John Colvin

``` % cat calypsoTest.d modmap (C++) "ql/quantlib.hpp"; import (C++) quantlib; % ~/Git/Calypso/build/bin/ldc2 -cpp-args -std=c++11 -L-lquantlib -L-lstdc++ calypsoTest.d In file included from calypso_cache.h:1: In file included from /usr/local/include/ql/quantlib.hpp:4: In file included...

os x

The definitions in it vary depending on system headers

The solution is in https://github.com/jmcnamara/libxlsxwriter/pull/244 but I wanted to get some guidance from @burner how to approach integrating it here.

The mistake was introduced here: https://github.com/rejectedsoftware/userman/commit/acbe674e3695df79b0ddafd68f55cee8cb4be7e1#diff-3e3173a50db7d7cd7e3561efce0f0e8aR68 The problem is that for e.g. `http://127.0.0.1:8765/1` InetPath produces path segments `["", "1"]`, so getting the first one and converting to long doesn't work....

it looks like they do something, but in the implementation, nothing.

``` ~/.dub/packages/arsd-official-10.9.8/arsd-official/simpledisplay.d(7222,3): Error: undefined identifier `future` ``` Do you have a mechanism to prevent breaking releases like this? Maybe some script that checks everything builds and then creates the tag?

Is this possible? Just noticed interfaces and classes are all translated as`final class` 😱 and there's a comment saying ``` // so overriding Java classes from D is iffy and...

`rt.jar` went away in java 9, so what's the way to get a D interface to those java standard library things?

This provides an appender that doesn't hold its data in an indirection which needs allocating, the lack of which reduces overhead substantially for situations where the amount of actual work...

Needs Rebase

I have a build with a tangled web of code-gen steps in it where you won't know what outputs you'll get (and therefore what inputs will be read for the...