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

Fix @plugin scoping rules #2522

Merged
merged 6 commits into from
Apr 1, 2015
Merged

Commits on Mar 20, 2015

  1. Add missing null check

    rjgotten committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    7a80a82 View commit details
    Browse the repository at this point in the history
  2. Fix plugin scope for mixins, directives and detached rulesets

    Fixed scope for plugins to apply correctly for mixins, directives and
    detached rulesets.
    Updated plugin unit tests to be more comprehensive
    rjgotten committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    4d17c8b View commit details
    Browse the repository at this point in the history
  3. Mend failing unit tests

    rjgotten committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    56f5db8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. merge changes from upstream

    rjgotten committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    0a6e2f8 View commit details
    Browse the repository at this point in the history
  2. Make functionRegistry in mxin definition inherit from mixinEnv

    functionRegistry was mistakingly inheriting from the top frame of the
    caller context, which was incorrect. It should inherit from definition
    scope.
    rjgotten committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    56687b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa66271 View commit details
    Browse the repository at this point in the history