Skip to content

Commit

Permalink
Merge branch 'global-funcs'
Browse files Browse the repository at this point in the history
  • Loading branch information
upamanyus committed Feb 7, 2025
2 parents e9ffeac + 57d2e3d commit ed86efb
Show file tree
Hide file tree
Showing 207 changed files with 28,005 additions and 17,900 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
external/Goose/** linguist-generated
new/code/**/*.v linguist-generated
new/generatedproof/**/*.v linguist-generated
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRC_DIRS := 'src' 'external' 'new' 'new_trusted_code' 'new_code_axioms' 'new_partial_axioms'
SRC_DIRS := 'src' 'external' 'new'
ALL_VFILES := $(shell find $(SRC_DIRS) -not -path "external/coqutil/etc/coq-scripts/*" -name "*.v")
VFILES := $(shell find 'src' -name "*.v")
QUICK_CHECK_FILES := $(shell find 'src/program_proof/examples' -name "*.v")
Expand Down
3 changes: 0 additions & 3 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@
-Q external/record-update/src RecordUpdate
-Q external/coq-tactical/src Tactical
-Q external/iris-named-props/src iris_named_props
-Q new_trusted_code New.code
-Q new_code_axioms New.code
-Q new_partial_axioms New.code_axioms
-Q new New
2 changes: 1 addition & 1 deletion external/coqutil
39 changes: 39 additions & 0 deletions new/code/bytes.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions new/code/bytes.v.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
axiomatize = [
"Buffer",
]
38 changes: 38 additions & 0 deletions new/code/context.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions new/code/context.v.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
axiomatize = [
"Context",
]

translate = [
"CancelFunc",
]
26 changes: 26 additions & 0 deletions new/code/crypto/rand.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions new/code/crypto/rand.v.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Imports = []
ToTranslate = []
ToAxiomatize = []
31 changes: 31 additions & 0 deletions new/code/errors.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions new/code/errors.v.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Imports = []
ToTranslate = []
ToAxiomatize = []
160 changes: 160 additions & 0 deletions new/code/etcdclient.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions new/code/fmt.v

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions new/code/fmt.v.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trusted = [
"Print",
"Printf"
]
Loading

0 comments on commit ed86efb

Please sign in to comment.