[Nitro] silent failures...
Robert Mela
rob at robmela.com
Sun Sep 9 17:21:41 EDT 2007
The typo in my conf/debug.rb is not a problem.
What's a problem is that:
-- Nitro catches an exception while executing conf/debug.rb
-- There is no printout of the exception to screen
-- Nitro continues to execute AFTER failing in initialization!
In my case the exception is thrown before Og initialization occurs.
It's pointless and confusing to allow a program to continue running
after that... it should exit ( and print an error ) at that point.
The error occurs in my code, which is executed in
read_configuration_file() in application.rb line 200. Whatever calls my
bad code should exit after catching the exception.
rdb:1) bt
--> #0
/Users/robertmela/nitro/repo.nitroproject.org/script/lib/../../nitro/lib/nitro/application.rb:167
in 'read_configuration_file'
#1
/Users/robertmela/nitro/repo.nitroproject.org/script/lib/../../nitro/lib/nitro/application.rb:200
in 'configure'
#2
/Users/robertmela/nitro/repo.nitroproject.org/script/lib/../../nitro/lib/nitro/application.rb:105
in 'start'
#3 app.rb:26
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rob.vcf
Type: text/x-vcard
Size: 116 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/nitro-general/attachments/20070909/047a76e8/attachment-0001.vcf
More information about the Nitro-general
mailing list