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
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
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
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
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