summaryrefslogtreecommitdiff
path: root/scss/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Make line numbers in errors moderately less wrong.Eevee (Alex Munroe)2014-12-101-3/+6
* Better handle running the tests without PIL installed.Eevee (Alex Munroe)2014-10-171-0/+16
* Experiment with porting path handling to use pathlib.Eevee (Alex Munroe)2014-10-061-1/+1
* Possible implementation of an import hook for extensions.Eevee (Alex Munroe)2014-09-161-1/+3
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-041-0/+4
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-021-0/+35
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-1/+1
* Shuffle exception hierarchy a bit.Eevee (Alex Munroe)2014-08-281-27/+78
* Add some unicode_literals, fix some str()s.Eevee (Alex Munroe)2014-03-291-2/+10
* Improve formatting of browser errors.Eevee (Alex Munroe)2013-10-011-9/+14
* Support showing compilation problems in-browser. #150Eevee (Alex Munroe)2013-10-011-16/+84
* Fix bug in error printing. Make evaluate_expression use parse_expression.Eevee (Alex Munroe)2013-08-191-2/+2
* Bit more context for errors, including a sweet caret.Eevee (Alex Munroe)2013-08-191-21/+56
* Basic error wrapping.Eevee (Alex Munroe)2013-08-191-0/+61