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

[BUGFIX release] Allow recomputation for helpers with arguments #11445

Merged
merged 1 commit into from
Jun 15, 2015

Commits on Jun 15, 2015

  1. [BUGFIX release] Allow recomputation for helpers with arguments

    No unit test for helpers exercised the inline expression visitor (all
    used the content expression) with recomputation. The inline expression visitor
    links params before calling the inline hook. Linking params sets
    morph.linkedParams which disallows calling linkParams later with additional
    dependencies.
    
    To work around this, here the morph subscribes to the helperStream
    in invoke-helper itself if there are any params or hash arguments (which
    means that there the call is an inline one). The helperStream in turn
    subscribes to the params and hash.
    mixonic committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7ace109 View commit details
    Browse the repository at this point in the history