Skip to content

Commit 1688a17

Browse files
committed
Deadcode in top level directories steaked out
1 parent 1f79506 commit 1688a17

File tree

12 files changed

+59
-1
lines changed

12 files changed

+59
-1
lines changed

.vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"redhat.java"
4+
]
5+
}

.vscode/settings.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"cSpell.words": [
3+
"biconditional",
4+
"DEADCODE",
5+
"hyperlog",
6+
"naveensundarg",
7+
"skolemize"
8+
],
9+
"java.format.settings.url": " https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml"
10+
}

_config.yml

-1
This file was deleted.

docs/DEADCODE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DEADCODE
2+
3+
Id like some real docs but I guess this is the best we have for now.

example.clj

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;DEADCODE this file should be in an examples folder instead of out in root
2+
13
{:name "IC1.A "
24
:description
35
"Learning that knowledge leads to belief with an atomic example.

exportToHTML/DEADCODE.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# DEADCODE
2+
3+
This directory is DEADCODE and contains a single HTML
4+
file that pretty prints the contents of /files/sim1.clj

files/DEADCODE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# DEADCODE
2+
3+
This directory is DEADCODE and appears to be adjudicator test files for some demo,
4+
5+
They are not currently referenced by any other items in the repo
6+
tho sim1 appears to have some HTML file pair in /exportToHTML
7+
8+
perhaps we can find them a home elsewhere.
9+
or at least move them into a better folder with the rest of the tests

hyperlog/DEADCODE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# DEADCODE
2+
3+
This directory probably DEADCODE
4+
it is entitled hyperlog but is not visibly related to hyperlog in anyway.
5+
6+
rather it appears to just contain the start of a small clojure parser
7+
using edn.

interface.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#DEADCODE move to examples with its partners Example.ipynb and test.py
2+
13
from py4j.java_gateway import JavaGateway
24

35
gateway = None

python/DEADCODE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# DEADCODE
2+
3+
This is not deadcode as it is the basis of the python interface
4+
However this I'd like this directory moved to source, if not its own
5+
repository for the wrapper with the docker using shadow prover as a module.

test-output/DEADCODE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DEADCODE
2+
3+
This entire directory is in essence DEADCODE.
4+
5+
I ran it with python -m http.server and pulled it up in a web browser
6+
It is just code to provide some data-visualization for Junit Test suites
7+
which have not been updated in 6 years. There is no where in the source
8+
anymore that calls JUnitXMLReporter that was used to generate these tests.
9+
10+
It should probably be either discarded or moved to its own project for archival purposes.

test.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#DEADCODE move to examples
2+
13
from interface import *
24

35
assumptions = [

0 commit comments

Comments
 (0)