Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated bottle to newest version and run-checker to get demo working #45

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .bottle.swp
Binary file not shown.
40 changes: 20 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
*~

# Checker Framework sources
jsr308/
dev-checker-framework
released-checker-framework

# python output
bottle.pyc

# Test result
test/run-result.txt

# Eclipse output
CheckerPrinter/bin/

# generated by web server
log/
config-8081/
log-8081/
*~
# Checker Framework sources
jsr308/
dev-checker-framework
released-checker-framework
# python output
bottle.pyc
# Test result
test/run-result.txt
# Eclipse output
CheckerPrinter/bin/
# generated by web server
log/
config-8081/
log-8081/
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

Loading