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

Improper transformation with O1 enabled #59

Open
mattbasta opened this issue Aug 29, 2017 · 0 comments
Open

Improper transformation with O1 enabled #59

mattbasta opened this issue Aug 29, 2017 · 0 comments
Labels

Comments

@mattbasta
Copy link
Owner

x{a:b;c:d long}y{c:d long}

With O1 on, this produces:

x, y {
  a: b;
  c: d long;
}

It should produce

x {
  a: b;
}
x, y {
  c: d long;
}
@mattbasta mattbasta added the bug label Aug 29, 2017
@mattbasta mattbasta changed the title Improper transformation Improper transformation with O1 enabled Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant