Skip to content

Commit efacbee

Browse files
committed
clean up
1 parent 1e9dc7e commit efacbee

File tree

799 files changed

+28
-161254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

799 files changed

+28
-161254
lines changed

.gitignore

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@
88
.idea
99
.metals
1010
.vscode
11-
.bloop
1211
.bsp
1312
target
1413
klee-out-*
1514
llsc_gen
15+
output
16+
benchmarks/**/*.ll
17+
.bloop
18+
project/project
19+
project/metals.sbt
20+
project/.bloop/dev-clean-build.json
21+
project/.bloop/bloop.settings.json
22+
.vscode/settings.json
23+
conc_gen/*
24+
ccbse_gen/*
25+
headers/llsc/external.hpp

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "lms-clean"]
2-
path = lms-clean
2+
path = third-party/lms-clean
33
url = https://github.com/TiarkRompf/lms-clean.git
4-
branch = reflectEffect-mod
4+
branch = master
55
ignore = dirty
66

77
[submodule "immer"]

README.md

+14-27
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dev-clean/build.sbt renamed to build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val Bench = config("bench").extend(Test)
4343
parallelExecution in Test := false
4444
parallelExecution in Bench := false
4545

46-
lazy val lms = ProjectRef(file("../lms-clean"), "lms-clean")
46+
lazy val lms = ProjectRef(file("./third-party/lms-clean"), "lms-clean")
4747
// .settings(fork := true)
4848

4949
lazy val sai = (project in file(".")).dependsOn(lms % "test->test; compile->compile")

dev-clean/.gitignore

-14
This file was deleted.

dev-obsolete/build.sbt

-34
This file was deleted.

dev-obsolete/project/Dependencies.scala

-5
This file was deleted.

dev-obsolete/project/build.properties

-1
This file was deleted.

dev-obsolete/src/main/scala/sai/comonads/Comonads.scala

-180
This file was deleted.

0 commit comments

Comments
 (0)