Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in 0.22.1 #577

Closed
mjadobson opened this issue Apr 7, 2012 · 4 comments
Closed

Regression in 0.22.1 #577

mjadobson opened this issue Apr 7, 2012 · 4 comments

Comments

@mjadobson
Copy link

Just updated from 0.22.0 to 0.22.1, and encountered the following bug:

I'm using express with jade, and I use helpers in mixins.

app.helpers({
    bar: function () {
        return 1234;
    }
});
mixin foo(obj)
    p= bar()
    p= obj.content

#container
    mixin foo(someObject)
    mixin foo(anotherObject)

This used to work, but now throws bar: undefined errors.

@brunogfranca
Copy link

I'm having the same issue here.
It was probably this commit that did this: ed1a732

@hugovincent
Copy link

I'm also having this issue...

@chowey
Copy link
Contributor

chowey commented Apr 12, 2012

Seems to work now for me. May have been fixed in 07782d3

@tj
Copy link
Contributor

tj commented Jun 17, 2012

This issue has been inactive for over 2 months so I'm closing it. If you think it's still an issue re-open. - tjbot

@tj tj closed this as completed Jun 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants