File: DISCUSSION-error-levels

package info (click to toggle)
gri 2.12.26-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,952 kB
  • ctags: 2,396
  • sloc: cpp: 36,598; sh: 4,196; lisp: 3,764; perl: 1,362; ansic: 1,046; makefile: 606
file content (26 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This file is intended for the developers to discuss plans for
error-level handling.  When/if this is implemented in Gri, the present
file will be removed from the CVS tree.

Basic idea: have 3 levels of error tolerance, set by a commandline
flag perhaps of the following form:

	-error_tolerance ERROR_LEVEL

where 
	ERROR_LEVEL = 0: stop executation if _any_ error is encountered
	ERROR_LEVEL = 1: stop executation if one or more level-1 errors 
	                 is encountered
	ERROR_LEVEL = 2: stop executation if one or more level-2 errors 
	                 is encountered, or if one or more level-1
                         errors is encountered

LEVEL 0 ERROR LIST:
	- add items to this list -

LEVEL 1 ERROR LIST:
	- add items to this list -

LEVEL 2 ERROR LIST:
	- add items to this list -