Closed GoogleCodeExporter closed 9 years ago
Mods described in this issue implemented and (to be) checked in 4/23/13.
A couple of new INI file options, added to the [options] section and present in
the INI file checked in to SVN:
- MaxNumErrorsReportedPerType=4 ; max number of errors reported in dialog
during analysis (all errors still written to log file)
added to prevent too many errors to be reported in the dialog, causing dialog
to exceed screen height. Eventually to move to scrolling window. All errors
reported in project log file regardless of this setting.
- BypassInputChecks=1 ; bypasses range and required data check
added to disable input (numeric range and required data) checks
Original comment by scriswel...@gmail.com
on 24 Apr 2013 at 5:22
Hey Scott,
After reviewing some rule updates you committed over the weekend, I noted
something in your description above that I wanted to get clarification on:
"The rule evaluation mechanism is aware of the object and property being
evaluated, so messages written into PostError(), etc. should NOT include that
data."
Just to confirm, the Object:Property relevant to the CHECK rule is echoed in
the log, but the 'Name' of the specific component in the data model in question
is not echoed, right? I didn't originally include Name since I thought it
would be echoed by default, but I think I misunderstood what you indicated in
your original post. I'll make sure to add Name to the reported Error/Warning
message from now on; let me know if I am wrong on the interpretation of the
reporting.
Original comment by da...@360-analytics.com
on 4 Sep 2013 at 5:38
Apologies for lack of clarity re: inclusion of Name in messages.
I think in order to maximize readability it is best to INDEED include the
object Name and any other data that would help the user to identify and fix the
problem being reported. Information such as the object name being evaluated is
known as message is being echoed, but that data was not incorporated (in a
clear/meaningful way) to the messages supplied back to calling applications
(such as third party UIs).
Closing out this issue.
Original comment by scriswel...@gmail.com
on 24 Sep 2013 at 5:29
Original issue reported on code.google.com by
scriswel...@gmail.com
on 17 Apr 2013 at 7:11