Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

refactor($compile): move check for interpolation of on-event attributes to compile time #13267

Closed
wants to merge 1 commit into from

Conversation

jbedard
Copy link
Collaborator

@jbedard jbedard commented Nov 6, 2015

BREAKING CHANGE:
Previously the nodomevents would be thrown at link time for any interpolation on* event attributes. Now this will be throw at compile time similar to the selmulti error.

The breaking change should be rare, but is probably worth mentioning. This makes the two interpolation errors consistent and avoids checking the same thing per link (which previously would log the same error per link).

The test changes are not necessary but do make them stricter and more like the selmulti error tests.

…es to compile time

BREAKING CHANGE:
Previously the nodomevents would be thrown at link time for any interpolation on* event attributes. Now this will be throw at compile time similar to the selmulti error.
@lgalfaso
Copy link
Contributor

lgalfaso commented Nov 6, 2015

LGTM

@lgalfaso lgalfaso self-assigned this Nov 6, 2015
@petebacondarwin petebacondarwin added this to the 1.6.x milestone Dec 1, 2015
@Narretz Narretz closed this in b89c218 Apr 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants