[phobos] SQLite3 include the library?

Brad Roberts braddr at puremagic.com
Mon May 16 11:36:06 PDT 2011


On Mon, 16 May 2011, Jesse Phillips wrote:

> To bring this to the attention of a wider audience, what how should
> bindings be handled?
> 
> I've created a pull request to include SQLite3 and its bindings in
> Phobos. Some discussion has taken places so please read up:
> 
> https://github.com/D-Programming-Language/phobos/pull/46
> 
> It will probably be best to continue the discussion here, or maybe there :P
> 

I think here is better.. wider audience, better visibility.

---

Regarding your point about the maintainability of a binding layer being 
the same as the library it binds to.  That's wrong.  The binding layer 
only changes as the public interface of the library changes, which it 
shouldn't be doing except at major release points.  The library itself 
changes at every bug fix.  Two potentially (and generally) drastically 
different change rates.

Later,
Brad



More information about the phobos mailing list