Right now it looks like...
my %errors =
# Success
0 => "",
# Generic errors
1000 => "INI - constructor failed", ...
We should probably make some attempt to automatize it, maybe generate X::Text::CSV::Ini names and then generate the message automatically. Refactoring the code, which looks like self!fail(%error<1000>) shouldn't be too difficult either.
Right now it looks like...
We should probably make some attempt to automatize it, maybe generate
X::Text::CSV::Ininames and then generate the message automatically. Refactoring the code, which looks like self!fail(%error<1000>) shouldn't be too difficult either.