File: BadOptionValueType.out

package info (click to toggle)
coq 8.16.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,596 kB
  • sloc: ml: 219,376; sh: 3,545; python: 3,231; ansic: 2,529; makefile: 767; lisp: 279; javascript: 63; xml: 24; sed: 2
file content (21 lines) | stat: -rw-r--r-- 1,095 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
File "./output/BadOptionValueType.v", line 1, characters 0-29:
The command has indeed failed with message:
Bad type of value for this option: expected int, got string.
File "./output/BadOptionValueType.v", line 2, characters 0-25:
The command has indeed failed with message:
This is an option. A value must be provided.
File "./output/BadOptionValueType.v", line 3, characters 0-27:
The command has indeed failed with message:
Bad type of value for this option: expected string, got int.
File "./output/BadOptionValueType.v", line 4, characters 0-25:
The command has indeed failed with message:
This is an option. A value must be provided.
File "./output/BadOptionValueType.v", line 5, characters 0-27:
The command has indeed failed with message:
This is a flag. It does not take a value.
File "./output/BadOptionValueType.v", line 6, characters 0-23:
The command has indeed failed with message:
This is a flag. It does not take a value.
File "./output/BadOptionValueType.v", line 7, characters 0-20:
The command has indeed failed with message:
This option does not support the "Unset" command.