Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
diff --git a/src/org/jruby/Ruby.java b/src/org/jruby/Ruby.java index b10990f..6c79b36 100644 --- a/src/org/jruby/Ruby.java +++ b/src/org/jruby/Ruby.java @@ -2783,9 +2783,9 @@ public final class Ruby { } public RaiseException newSystemStackError(String message, StackOverflowError soe) { - if (getDebug().isTrue()) { +// if (getDebug().isTrue()) { soe.printStackTrace(getInstanceConfig().getError()); - } +// } return newRaiseException(getSystemStackError(), message); }
This paste will be private.
From the Design Piracy series on my blog: