aborg0 / hits_orig_export

Automatically exported from code.google.com/p/hits
0 stars 0 forks source link

Improve error messages #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CellHTS2 node now gives a clue where were the problem, but the actual
problem remains hidden.

It would be nice if all voidEvals would be replaced with a code like this:
RExpr e = conn.eval("try(" + command + ")");
//Check whether it is an error or not, if error report it with a meaningful
error message extracted from the expression.

Original issue reported on code.google.com by aborgabor on 24 Jun 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Fixed in version 0.4.0.

Original comment by aborgabor on 21 Aug 2009 at 9:41