Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hamelin
jscoq-light
Compare revisions
49140be6557a1046015af1658b9996c6d6601667 to v8.17
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
hamelin/jscoq-light
Select target project
No results found
v8.17
Select Git revision
Branches
v8.17
Swap
Target
rousselin/jscoq-light
Select target project
hamelin/jscoq-light
rousselin/jscoq-light
2 results
49140be6557a1046015af1658b9996c6d6601667
Select Git revision
Branches
SharedArrayBuffer
ultra-light
v8.17
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vendor/coq-serapi/tests/sertop/full_env.in
+9
-0
9 additions, 0 deletions
vendor/coq-serapi/tests/sertop/full_env.in
webpack.config.js
+0
-10
0 additions, 10 deletions
webpack.config.js
with
9 additions
and
10 deletions
vendor/coq-serapi/tests/sertop/full_env.in
0 → 100644
View file @
2a40a0b1
("query0"("Add"()"Require Coq.Vectors.Vector.\nRequire Import Coq.Strings.String Coq.Arith.PeanoNat.\nImport EqNotations Vector.VectorNotations."))
("query1"("Exec""2"))
("query2"("Query"(("sid""2"))"EGoals"))
("query3"("Exec""3"))
("query4"("Query"(("sid""3"))"EGoals"))
("query5"("Exec""4"))
("query6"("Query"(("sid""4"))"EGoals"))
("query7"("Add"()"Lemma map_snoc_1234 :\n Vector.map (fun x => 2 * x) (cons 1 [2; 3; 4]) = [2; 4; 6; 8].\nProof.\n cbv -[Vector.map Nat.mul].\n Fail destruct (Nat.add_1_r 3). (* .messages *)\nAbort."))
("query8"("Exec""5"))
This diff is collapsed.
Click to expand it.
webpack.config.js
View file @
2a40a0b1
...
...
@@ -128,16 +128,6 @@ export default (env, argv) => [
rules
:
[
ts
,
css
,
imgs
,
vuesfc
],
unknownContextCritical
:
false
/* for `randombytes` */
},
optimization
:
{
splitChunks
:
{
cacheGroups
:
{
roninVendor
:
{
/* assume all async-import'ed modules are Ronin; there are too many to list */
name
:
'
ronin-p2p
'
}
}
}
},
plugins
:
shims
.
plugins
//[new webpack.ProvidePlugin({process: 'process/browser.js',
// Buffer: ['buffer', 'Buffer']})]
...
...
This diff is collapsed.
Click to expand it.
Prev
1
…
19
20
21
22
23
Next