Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Soft parse errors should produce opaque String #191

Open eevee opened 11 years ago

eevee commented 11 years ago

Right now parse errors return None and the caller has to deal with it; that's a bit silly.

eevee commented 11 years ago

I've tried this before, but it doesn't communicate enough to existing callers. Bumping.

eevee commented 10 years ago

There should be far fewer parse errors as of 1.3, so this may or may not even be worth doing any more.