1229a9991a
The fix is to work around this bug: http://bugs.ruby-lang.org/issues/4521 where Ruby will call to_s/inspect while printing exception messages, which can take a long time (minutes at full CPU) if the object is huge or has cyclic references, like Middleman::Application does. Defining #to_s short-circuits that. This fixes #370. |
||
---|---|---|
.. | ||
bin | ||
features | ||
fixtures | ||
lib | ||
.gemtest | ||
middleman-core.gemspec | ||
Rakefile |