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

helps prevent loop errors when parsing partial selectors #2178

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

khaliddpdev
Copy link

No description provided.

@khaliddpdev
Copy link
Author

Can someone explain why this failed? The failed test doesn't seem to offer much.

@Panya
Copy link
Member

Panya commented May 4, 2016

I have no idea. It seems like a random timeout on Travis side. Anyway, could you add a test case for these changes?

@khaliddpdev
Copy link
Author

An actual use case could be:

.block
  &--modifier
    & ^[-2..-2]
      // now we have a clean parent reference to the block that's scoped by the modifier
      &__element
        ^[1]:hover ^[2..-1]
          test:test

@khaliddpdev khaliddpdev closed this May 9, 2016
@khaliddpdev khaliddpdev reopened this May 9, 2016
@khaliddpdev
Copy link
Author

khaliddpdev commented May 9, 2016

Sorry, I accidentally closed the pull request.

Copy link
Member

@iChenLei iChenLei left a comment

Choose a reason for hiding this comment

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

Any update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants