> 2012/9/12 Roberto De Ioris <[email protected]>: >> Final release is currently blocked as the http/fastrouter/rawrouter >> plugins have changed their internal api requiring an additional plugin >> (corerouter) that could create problems to packagers. > > By "problems" do You mean that configs need to be updated to also load > corerouter plugin?
exactly, but expecially for newcomers having to load 'corerouter' could look foolish (while everyone can understand 'http' and 'python') > If so than maybe it's time for deps? So that when loading httprouter > uWSGI would know to load corerouter first (if needed)? > i tried adding a "requires" hook in the plugin, but sadly dlopen() try to resolve non-function symbols even in LAZY mode. I need to find another way... -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
