valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Build separate libraries for VSGI implementations #148

Closed arteymix closed 8 years ago

arteymix commented 8 years ago

Each VSGI implementation now has its own shared library.

I had to rename VSGI.Soup to VSGI.HTTP because it was conflicting with Soup namespace. It's a much better naming anyway.

Used implementation has to be explicitly stated in the build:

valac --pkg=valum --pkg=vsgi-http src/app.vala
arteymix commented 8 years ago

Everything's good, even the coverage ;)