File: option.ml.err

package info (click to toggle)
ocamlformat 0.28.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,436 kB
  • sloc: ml: 63,321; pascal: 4,769; lisp: 229; sh: 217; makefile: 121
file content (31 lines) | stat: -rw-r--r-- 1,348 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
27
28
29
30
31
File "option.ml", line 63, characters 17-28:
63 |              [@@@ocamlformat "margin=90"]
                      ^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
margin not allowed here

File "option.ml", line 13, characters 3-19:
13 | [@@ocamlformat.typo "if-then-else=keyword-first"]
        ^^^^^^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat.typo'.
Invalid format: Unknown suffix "typo"

File "option.ml", line 21, characters 3-14:
21 | [@@ocamlformat 1, "if-then-else=keyword-first"]
        ^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
Invalid format: String expected

File "option.ml", line 28, characters 3-14:
28 | [@@ocamlformat "if-then-else=bad"]
        ^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
For option "if-then-else": invalid value 'bad', expected one of 'compact', 'fit-or-vertical',
'vertical', 'keyword-first' or 'k-r'

File "option.ml", line 39, characters 14-25:
39 |            [@@ocamlformat "if-then-else=bad"]
                   ^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
For option "if-then-else": invalid value 'bad', expected one of 'compact', 'fit-or-vertical',
'vertical', 'keyword-first' or 'k-r'