Commit 6fbf771
authored
Always print statistics (#134)
The statistics numbers are always printed,
regardless of the command line argument `--brief`.
That is, the tool always prints a message like this at the end:
`Processed 1 model and 1 requirement file and found no issues`
When admins integrate TRLC as a voting job into their CI they want
to get feedback if the tool finished without sudden termination
(possibly caused by the CI system).1 parent 4d88708 commit 6fbf771
File tree
211 files changed
+258
-45
lines changed- tests-system
- array-length
- array-membership-1
- array-membership-2
- array-membership-3
- arrays-1
- arrays-2
- base-types
- bazel-dirs
- bug-69
- builtin-1
- builtin-2
- bulk
- check-wo-type
- checks-1
- checks-2
- checks-3
- checks-4
- checks-5
- checks-6
- combined-rsl-file-1
- combined-rsl-file-2
- comments-1
- comments-2
- cross-refs-in-errors
- cyclic-inheritance
- cyclic-packages
- decimal-1
- decimal-2
- decimal-3
- decimal-4
- decimal-5
- decimal-6
- decimal-7
- decimal-8
- delayed-references-1
- derived-type-ref
- duplicate-imports
- empty-attributes
- empty-files
- enum-null
- enum-ok
- enum
- error-in-check
- freezing-1
- freezing-2
- freezing-3
- inheritance-2
- inheritance
- int-literals-1
- int-literals-2
- int-literals-3
- int-literals-4
- int-literals-5
- int-literals-6
- int-literals-7
- int-literals-8
- late-packages-1
- late-packages-2
- lint-63-false-alarm-in-exists
- lint-ambiguous-literals
- lint-null
- lint-record-refs
- lint-ug-examples
- lint-vcg-arrays
- lint-vcg-basic
- lint-vcg-connectives
- lint-vcg-decimal
- lint-vcg-empty-enum
- lint-vcg-frozen
- lint-vcg-int-real
- lint-vcg-ite
- lint-vcg-membership
- lint-vcg-oneof
- lint-vcg-power
- lint-vcg-quant
- lint-vcg-strings
- lint-vcg-tuple
- markup-1
- markup-2
- markup-3
- multiple-check-expressions
- multiple-models
- mult
- name-shadowing-1
- names_unique_globally
- negative-values
- null-expr-1
- null-value
- preamble-1
- quantifiers
- rbt-applicable-components
- rbt-applicable-types
- rbt-boolean-values
- rbt-builtin-functions-1
- rbt-builtin-functions-2
- rbt-builtin-types
- rbt-check-evaluation-order-for-extensions
- rbt-check-evaluation-order
- rbt-check-severity-1
- rbt-check-severity-2
- rbt-check-severity-3
- rbt-conditional-expression-types
- rbt-conditional-expression
- rbt-decimal-values
- rbt-described-name-equality
- rbt-described-names
- rbt-duplicate-types
- rbt-endswith-semantics
- rbt-evaluation-of-checks
- rbt-existential-quantification-semantics
- rbt-expression
- rbt-integer-values
- rbt-late-package-declarations
- rbt-late-reference-checking
- rbt-len-semantics
- rbt-mandatory-components
- rbt-markup-string-errors
- rbt-markup-string-format
- rbt-markup-string-late-reference-resolution
- rbt-markup-string-resolution
- rbt-markup-string-types
- rbt-markup-string-values
- rbt-matches-semantics
- rbt-matching-value-types
- rbt-names
- rbt-oneof-semantics
- rbt-qualified-name
- rbt-quantification-naming-scope
- rbt-quantification-object-1
- rbt-quantification-object-2
- rbt-quantified-expression
- rbt-record-object-declaration
- rbt-references-to-extensions
- rbt-restricted-null-1
- rbt-restricted-null-2
- rbt-restricted-tuple-nesting-1
- rbt-restricted-tuple-nesting-2
- rbt-section-declaration
- rbt-signature-len-1
- rbt-signature-len-2
- rbt-signature-matches-1
- rbt-signature-matches-2
- rbt-signature-matches-3
- rbt-signature-string-end-functions-1
- rbt-signature-string-end-functions-2
- rbt-signature-string-end-functions-3
- rbt-signature-type-conversion
- rbt-single-value-assignment
- rbt-startswith-semantics
- rbt-static-regular-expression
- rbt-string-values
- rbt-sufficiently-distinct-1
- rbt-sufficiently-distinct-2
- rbt-sufficiently-distinct-3
- rbt-tuple-declaration
- rbt-tuple-field-types
- rbt-tuple-generic-form
- rbt-tuple-optional-fields
- rbt-tuple-optional-requires-separators
- rbt-tuple-separator-form-1
- rbt-tuple-separator-form-2
- rbt-tuple-separators-all-or-none
- rbt-tuple-syntax-correct-form
- rbt-tuple-unique-field-names
- rbt-unary-minus-parsing
- rbt-unique-enumeration-literals
- rbt-unique-object-names
- rbt-universal-quantification-semantics
- rbt-valid-access-prefixes
- rbt-valid-base-names
- rbt-valid-components
- rbt-valid-enumeration-literals
- rbt-valid-function-prefixes
- rbt-valid-index-prefixes
- rbt-valid-record-types
- recovery-1
- redefined-attribute
- simple-info-warn-error
- simple-instance-type-reference
- simple-more-than-one
- simple
- strings
- tuples-2
- tuples-3
- tuples-4
- tuples-5
- tuples-6
- tutorial-1
- tutorial-2
- type-qualifiers-1
- type-qualifiers-2
- type-qualifiers-3
- type-qualifiers-4
- typesystem-1
- typesystem-2
- typesystem-mismatch-enums
- typesystem-ok
- unicode
- value-converter
- value-exact
- visibility-1
- whitespace
- xbase-operators
- xref-2
- xref-correct-lowercase
- xref-correct
- xref-expressions
- xref-uniqueness-across-files
- xref
- trlc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
211 files changed
+258
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments