krono / squeaksource3

Seaside-based Monticello code repository for Squeak, Pharo and GemStone
0 stars 0 forks source link

Error producing Gofer script on project home page not caught #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In Issue 66, I saw the following as the script output:

Gofer new

MessageNotUnderstood 2010: No method was found for the selector 
<#'wellKnownName'> when sent to <aSSRepository> with arguments contained in 
<anArray( )>.
Your request could not be completed. An exception occurred. The system 
administrator has been informed of this error.

Since this is an "error during rendering" the error was logged to the object 
log, and then dumped to the output ...

for the generated scripts, we should explicitly catch the error ... put 
something meaningful in the response as well as log the error...

Original issue reported on code.google.com by henrichs...@gmail.com on 22 Dec 2011 at 9:15

GoogleCodeExporter commented 9 years ago
This specific error shouldn't happen anymore.
Do you think we still should catch it speciflically?

Original comment by tobiasp...@gmail.com on 5 Sep 2013 at 2:00