i'd like to propose that we split the test program and dumpfiles out
into their own package (e.g. appid_test) to be worked on in parallel,
and go ahead and cut our first release of appid (maybe appid-0.1.0?)
in the meantime. we could name the package "libappid" instead of
"appid", if that would be clearer (it includes support for building
the "appid" Python module already, though).
in terms of release engineering, i figure we crank the appid version
and cut a new release with each new appid_apps package (e.g. whenever
we add enough new patterns to justify it). the build currently support
this now - editing the version in configure.in, run autogen.sh, ./
configure, and then 'make dist'.
sound OK? let's this out there soon for people to use! :-)
-d.
The ragel issue I am having still needs to get resolved I think before
the first release. That would allow people to rebuild the rules at
least. Everything else sounds fine to me (testing mechanisms would be
a BIG plus).
See
http://code.google.com/p/appid/issues/detail?id=4
Also, as an aside, I can get some more dsniff stuff in place if there
is interest in getting that released so people can easily play with
appid...
/tmy
Ick, I hate when configure and post-autotools stuff is part of the
repo! ;-)
Regards,
Jon Oberheide
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "appid" group.
> To post to this group, send email to ap...@googlegroups.com
> To unsubscribe from this group, send email to appid-un...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/appid?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
Regards,
Jon Oberheide
> Some patches:
> - better rlcodegen/rlgen-cd detection in autoconf.
> - ignore sigs in apps/ that don't have an actual ragel pattern (eg,
> radius currently)
> - formatting string typo
looks good, jono, go for it. how bout this instead for the second one:
- if 'appid' in app ]) ?> ;
+ if 'appid' in app and app.get('ragel') ]) ?> ;
> Ick, I hate when configure and post-autotools stuff is part of the
> repo! ;-)
ja ja. i hate when you can't build from SVN without all the auto* crap
installed. :-)
-d.