PrettyException 0.9.2: More Pretty than ever

Cheers!

  This is a second release of a simple library, using which you can generate pretty html representation
of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
    + Ruby sources are inserted in the backtrace table
    + Added source highlightning based on Simon Strandgaard's Ruby lexer
    + Fixed bug with Mozilla rendering engine(Gecko)

Thanks to RubyForge team, PrettyException 0.9.2 is already available as a Gem from main repository. (:stuck_out_tongue: 2 David Ross)
You can download and install it by hands from: http://rubyforge.org/frs/?group_id=9

Remind you, this library depends only on mw-template, Simon's lexer is builtin in sources.
mw-template is not available for windows users yet and that's the only thing that stops me
from announcing it, so I'll keep trying to compile it's C part. For now, only *nix users
can use PrettyException.

The next thing i'm going to do for PrettyException will be general code cleanup and valid
XHTML/CSS generation.

P.S. Special thanks to Simon for his lexer, it was a pleasure to work with it :slight_smile:

···

--
sdmitry -=- Dmitry V. Sabanin
MuraveyLabs.
Spam Here -> postmaster@sco.com

"Dmitry V. Sabanin" <sdmitry@muravey.net> writes:

Cheers!

This is a second release of a simple library, using which you can
generate pretty html representation of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
    + Ruby sources are inserted in the backtrace table
    + Added source highlightning based on Simon Strandgaard's Ruby lexer
    + Fixed bug with Mozilla rendering engine(Gecko)

Yay! The source code insertion rules.

  mikael

I have uploaded PrettyException 0.9.2 to the preliminary Ruby Production
Archive (RPA) repository (http://rubyforge.org/frs/?group_id=265\).

Installation/upgrade is achieved with

$ rpa install prettyexception

and happens atomically, as usual.

=== More information on RPA and rpa-base at
    http://rpa-base.rubyforge.org

$ rpa query -x prettyexception
Matching available ports:
name: prettyexception
version: 0.9.2-1
classification: Top.Library
requires: mw-template
description: Create prettified HTML output for Ruby exceptions.

PrettyException is a library to output pretty HTML output for raised
exceptions.

···

On Sun, Aug 15, 2004 at 04:25:04PM +0900, Dmitry V. Sabanin wrote:

Cheers!

  This is a second release of a simple library, using which you can
generate pretty html representation of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
    + Ruby sources are inserted in the backtrace table
    + Added source highlightning based on Simon Strandgaard's Ruby lexer
    + Fixed bug with Mozilla rendering engine(Gecko)

--
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

Thank you, Dmitry! This really is a useful piece of software. The
problem is it's making the Java programming I sometimes have to do in
my day job just that much harder to stomach :slight_smile:

Chad

···

On Sun, 15 Aug 2004 16:25:04 +0900, Dmitry V. Sabanin <sdmitry@muravey.net> wrote:

Cheers!

  This is a second release of a simple library, using which you can generate pretty html representation
of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png