Skip to content

Commit 98b6e13

Browse files
committed
[vendor] Bump Coq and SerAPI
1 parent 2544ecf commit 98b6e13

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

test/compiler/run.t

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Describe the project
77
- coqlib is at: [TEST_PATH]
88
+ coqcorelib is at: [TEST_PATH]
99
- Modules [Coq.Init.Prelude] will be loaded by default
10-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
10+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
1111
- ocamlpath wasn't overriden
1212
+ findlib config: [TEST_PATH]
1313
+ findlib default location: [TEST_PATH]
@@ -18,7 +18,7 @@ Compile a single file, don't generate a `.vo` file:
1818
- coqlib is at: [TEST_PATH]
1919
+ coqcorelib is at: [TEST_PATH]
2020
- Modules [Coq.Init.Prelude] will be loaded by default
21-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
21+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
2222
- ocamlpath wasn't overriden
2323
+ findlib config: [TEST_PATH]
2424
+ findlib default location: [TEST_PATH]
@@ -35,7 +35,7 @@ Compile a single file, generate a .vo file
3535
- coqlib is at: [TEST_PATH]
3636
+ coqcorelib is at: [TEST_PATH]
3737
- Modules [Coq.Init.Prelude] will be loaded by default
38-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
38+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
3939
- ocamlpath wasn't overriden
4040
+ findlib config: [TEST_PATH]
4141
+ findlib default location: [TEST_PATH]
@@ -56,7 +56,7 @@ Compile a dependent file
5656
- coqlib is at: [TEST_PATH]
5757
+ coqcorelib is at: [TEST_PATH]
5858
- Modules [Coq.Init.Prelude] will be loaded by default
59-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
59+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
6060
- ocamlpath wasn't overriden
6161
+ findlib config: [TEST_PATH]
6262
+ findlib default location: [TEST_PATH]
@@ -77,7 +77,7 @@ Compile both files
7777
- coqlib is at: [TEST_PATH]
7878
+ coqcorelib is at: [TEST_PATH]
7979
- Modules [Coq.Init.Prelude] will be loaded by default
80-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
80+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
8181
- ocamlpath wasn't overriden
8282
+ findlib config: [TEST_PATH]
8383
+ findlib default location: [TEST_PATH]
@@ -100,7 +100,7 @@ Compile a dependent file without the dep being built
100100
- coqlib is at: [TEST_PATH]
101101
+ coqcorelib is at: [TEST_PATH]
102102
- Modules [Coq.Init.Prelude] will be loaded by default
103-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
103+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
104104
- ocamlpath wasn't overriden
105105
+ findlib config: [TEST_PATH]
106106
+ findlib default location: [TEST_PATH]
@@ -132,8 +132,8 @@ Compile a dependent file without the dep being built
132132
$ cat proj1/b.diags
133133
{
134134
"range": {
135-
"start": { "line": 0, "character": 0 },
136-
"end": { "line": 0, "character": 10 }
135+
"start": { "line": 0, "character": 8 },
136+
"end": { "line": 0, "character": 9 }
137137
},
138138
"severity": 1,
139139
"message": "Cannot find a physical path bound to logical path a."
@@ -154,15 +154,15 @@ Use two workspaces
154154
- coqlib is at: [TEST_PATH]
155155
+ coqcorelib is at: [TEST_PATH]
156156
- Modules [Coq.Init.Prelude] will be loaded by default
157-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
157+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
158158
- ocamlpath wasn't overriden
159159
+ findlib config: [TEST_PATH]
160160
+ findlib default location: [TEST_PATH]
161161
[message] Configuration loaded from Command-line arguments
162162
- coqlib is at: [TEST_PATH]
163163
+ coqcorelib is at: [TEST_PATH]
164164
- Modules [Coq.Init.Prelude] will be loaded by default
165-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
165+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
166166
- ocamlpath wasn't overriden
167167
+ findlib config: [TEST_PATH]
168168
+ findlib default location: [TEST_PATH]
@@ -181,7 +181,7 @@ Load the example plugin
181181
- coqlib is at: [TEST_PATH]
182182
+ coqcorelib is at: [TEST_PATH]
183183
- Modules [Coq.Init.Prelude] will be loaded by default
184-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
184+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
185185
- ocamlpath wasn't overriden
186186
+ findlib config: [TEST_PATH]
187187
+ findlib default location: [TEST_PATH]
@@ -195,7 +195,7 @@ Load the astdump plugin
195195
- coqlib is at: [TEST_PATH]
196196
+ coqcorelib is at: [TEST_PATH]
197197
- Modules [Coq.Init.Prelude] will be loaded by default
198-
- 2 Coq path directory bindings in scope; 23 Coq plugin directory bindings in scope
198+
- 2 Coq path directory bindings in scope; 24 Coq plugin directory bindings in scope
199199
- ocamlpath wasn't overriden
200200
+ findlib config: [TEST_PATH]
201201
+ findlib default location: [TEST_PATH]

vendor/coq

Submodule coq updated from b8ba7d6 to 4d29987

vendor/coq-serapi

0 commit comments

Comments
 (0)