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

Parser hangs in an infinite loop with property grid-column-template #146

Closed
rusty-key opened this issue Oct 22, 2020 · 1 comment · Fixed by #238
Closed

Parser hangs in an infinite loop with property grid-column-template #146

rusty-key opened this issue Oct 22, 2020 · 1 comment · Fixed by #238
Labels
bug Something isn't working parser Parsing or lexing issues

Comments

@rusty-key
Copy link
Contributor

rusty-key commented Oct 22, 2020

Using 1.0.1-nightly.3badeeb.0

After adding grid-template-columns, build hangs:

let counters = [%css {|
  display: grid;
  grid-template-columns: repeat(6, 100px);
|}]

Waited for a couple of minutes, but it didn't resolve into any error.

Killing the build, removing grid-template-columns, and rebuilding helped.

The value doesn't seem to matter, grid-template-columns: 1fr 60px results in the same issue

@davesnx davesnx added the bug Something isn't working label Oct 22, 2020
@EduardoRFS
Copy link
Contributor

That is something that I saw before, is a parsing problem where it keeps stuck on an infinite loop

@davesnx davesnx changed the title grid-column-template takes forever to compile Parser hangs in an infinite loop with property grid-column-template Aug 10, 2021
@davesnx davesnx added the parser Parsing or lexing issues label Aug 10, 2021
@davesnx davesnx pinned this issue Sep 9, 2021
@davesnx davesnx unpinned this issue Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser Parsing or lexing issues
Projects
None yet
3 participants