while we are on the subject of error handling,
is there a way to catch warnings? in hilfe, warnings just get spewed out with broken formatting because they are not using the right write function.
and generally i'd like to be able to control how warnings are handled, either for formatting, logging or elevating them to an error.
greetings, martin.
Sure. They are fed to compile_warning in the compilation handler, so you can override it and do whatever you want.
pike-devel@lists.lysator.liu.se