-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes leftover/dead code related to RQL. This includes classes, config settings, etc. The most visible change is that rql""" is now snapi""". It also applies some renames to classes that were conflicting with other projects, e.g. Service becomes RawService. ProgramSettings is now gone; this was a complicated mechanism used to pass settings. This is no longer needed since the "options" are now available in the ProgramEnvironment. The JIRACrashReporter is also removed from this codebase.
- Loading branch information
1 parent
b976f37
commit 99d68f8
Showing
136 changed files
with
943 additions
and
4,164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 0 additions & 111 deletions
111
raw-compiler-common/src/main/scala/raw/compiler/common/BindInlining.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
raw-compiler-common/src/main/scala/raw/compiler/common/FreeVars.scala
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
raw-compiler-common/src/main/scala/raw/compiler/common/Simplifier.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.