https://bugzilla.wikimedia.org/show_bug.cgi?id=31911

--- Comment #5 from Jeroen De Dauw <[email protected]> 2011-10-26 
12:31:49 UTC ---
Validator actually has some notion of different error levels. However, this is
not fully implemented. The part that is implemented is differentiation between
fatal and non-fatal errors, the fatal ones causing the regular output to not be
shown at all (ie render not getting called). It also has some support for
choosing which errors you want to see (never show errors, show all but the most
trivial ones (ie deprecation warnings)), ect. Again, this has not been fully
implemented yet.

Returning the span only for fatal errors might actually break some current
code. Map for example will put the error message in a div with class error when
there is a fatal error. This also ought to work with #iferror I guess. Even if
it doesn't break it, it's still silly to do it at two points.

Having some kind of stack trace would be nice, but might be difficult. No idea
what this Fire PHP thing is.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to