]> Kevux Git Server - fll/commit
Update: use the error code source name instead of a human friendly name for error...
authorKevin Day <kevin@kevux.org>
Fri, 16 Mar 2012 02:06:22 +0000 (21:06 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 16 Mar 2012 02:06:22 +0000 (21:06 -0500)
commit18a11c5ace0f7ccbd42ed14663acab6c76ba912e
tree5899ccb7ce8cdde5b7d8faf878f059cb217cddc6
parent888b8a7e91a37c3b72347b9c1181fca8e4641f5b
Update: use the error code source name instead of a human friendly name for error code translation

The human friendly variant is more convenient, but it is probably better to use the machien name directly on error output.
This should make things script-friendly and also allow for distinguishing something simimarl to f_my_error and fl_my_error.
With f_my_error and fl_my_error, using the previous method, both would report as "my error", when in fact they are different errors.

The down side is that this now requires 1 more step to convert the codes into a human friendly name.
level_1/fl_errors/c/errors.c
level_2/fll_fss/c/fss_errors.c