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

Inheritance #16

Closed
wants to merge 4 commits into from
Closed

Inheritance #16

wants to merge 4 commits into from

Conversation

rictic
Copy link
Collaborator

@rictic rictic commented Feb 17, 2016

Fixes #15

Shouldn't be merged until the extends branch lands in Polymer, and without changes to revert the bower.json change in this PR.

@@ -62,7 +62,36 @@
// TODO: disallow name clashes in match. Allow regex?

__tryToMatch: function(path, match) {
if (this._skipMatch || !path || !match) {
debugger;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 🪲 🔥

if (matchResult == null) {
this._matched = null;
// this.tail = null;
// this.data = ???;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these are related to something meaningful, can we leave a TODO?

return;
}

var matchResult = this.matchPath(path, match);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an explicit signature for matchPath? Is it okay if sometimes it returns null vs undefined?

@cdata cdata added this to the v0.2.0 milestone Feb 18, 2016
@rictic rictic closed this Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants