[mdb-discuss] MDB Module API revision

2009-03-09 Thread Jonathan Adams
On Sun, Mar 08, 2009 at 05:37:32PM -0700, Jonathan Adams wrote: > Hi everyone, > > I've been working on a wad started by Eric Schrock a couple years ago to > add type information to MDB pipelines. It has blossomed into a fairly big > modification of the MDB module API, and I'd like to get some co

[mdb-discuss] MDB Module API revision

2009-03-09 Thread Eric Schrock
On Mon, Mar 09, 2009 at 01:11:27PM -0700, Eric Schrock wrote: > What did you decide to do about walk variables? For example: > > ::walk foo f | .. > > In this case, is 'f' the name of the variable where I want to store the > walk result, or is it an argument to "::walk foo"? Is there a wa

[mdb-discuss] MDB Module API revision

2009-03-09 Thread Eric Schrock
What did you decide to do about walk variables? For example: ::walk foo f | .. In this case, is 'f' the name of the variable where I want to store the walk result, or is it an argument to "::walk foo"? Is there a way to force it to be one or the other? - Eric -- Eric Schrock, Fishwork

[mdb-discuss] MDB Module API revision

2009-03-08 Thread Jonathan Adams
On Sun, Mar 08, 2009 at 05:37:32PM -0700, Jonathan Adams wrote: > Hi everyone, > > I've been working on a wad started by Eric Schrock a couple years ago to > add type information to MDB pipelines. It has blossomed into a fairly big > modification of the MDB module API, and I'd like to get some co

[mdb-discuss] MDB Module API revision

2009-03-08 Thread Jonathan Adams
Hi everyone, I've been working on a wad started by Eric Schrock a couple years ago to add type information to MDB pipelines. It has blossomed into a fairly big modification of the MDB module API, and I'd like to get some community review before I put this back. Here's the introduction from the p