summaryrefslogtreecommitdiffstats
path: root/lib/puppet/error.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-34/+34
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-5/+3
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-7/+0
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-2/+0
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-2/+4
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-151-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-3/+2
* Adding a :trace config option that prints stack traces of DevErrors, and usin...luke2006-09-131-1/+1
* Adding automatic stacktrace printing to deverror. I need to go through and r...luke2006-08-291-2/+15
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-0/+40