nurugger07 / calliope

An elixir haml parser
Apache License 2.0
198 stars 37 forks source link

Updating deprecated regex syntax by replacing `/r` (ungreedy) with `/U` #66

Closed mkompanets closed 8 years ago

mkompanets commented 8 years ago

Regex option for ungreedy match ~r/.../r was deprecated and is replaced with ~r/.../U in Elixir 1.3 which generates quite a few warnings.

nurugger07 commented 8 years ago

Can you rebase this against master? Sorry, I wanted to get an older PR in first.

mkompanets commented 8 years ago

No problem. Will do.

nurugger07 commented 8 years ago

@mkompanets There appears to be an error. Can you resolve?

nurugger07 commented 8 years ago

Awesome! Thanks :)