-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use IDE package prefix feature and organize all imports
- Add sbt-idea plugin - Flatten all packages in core to the root - Create aliases for all type and object references
- Loading branch information
Showing
99 changed files
with
859 additions
and
269 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
9 changes: 6 additions & 3 deletions
9
...health/vapors/core/algebra/CaptureP.scala → .../main/scala/vapors/algebra/CaptureP.scala
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
14 changes: 8 additions & 6 deletions
14
...allyhealth/vapors/core/algebra/Expr.scala → .../src/main/scala/vapors/algebra/Expr.scala
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
4 changes: 3 additions & 1 deletion
4
...h/vapors/core/algebra/ExprConverter.scala → .../scala/vapors/algebra/ExprConverter.scala
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
10 changes: 7 additions & 3 deletions
10
...alth/vapors/core/algebra/ExprResult.scala → ...ain/scala/vapors/algebra/ExprResult.scala
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
10 changes: 6 additions & 4 deletions
10
...alth/vapors/core/algebra/ExprSorter.scala → ...ain/scala/vapors/algebra/ExprSorter.scala
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
4 changes: 3 additions & 1 deletion
4
...ealth/vapors/core/algebra/HExprList.scala → ...main/scala/vapors/algebra/HExprList.scala
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
4 changes: 3 additions & 1 deletion
4
...allyhealth/vapors/core/data/Bounded.scala → .../src/main/scala/vapors/data/Bounded.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
package com.rallyhealth.vapors.core.data | ||
package com.rallyhealth | ||
|
||
package vapors.data | ||
|
||
import cats.Functor | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...llyhealth/vapors/core/data/Evidence.scala → ...src/main/scala/vapors/data/Evidence.scala
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
4 changes: 3 additions & 1 deletion
4
...lth/vapors/core/data/ExtractInstant.scala → ...in/scala/vapors/data/ExtractInstant.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
package com.rallyhealth.vapors.core.data | ||
package com.rallyhealth | ||
|
||
package vapors.data | ||
|
||
import java.time._ | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...ealth/vapors/core/data/ExtractValue.scala → ...main/scala/vapors/data/ExtractValue.scala
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
7 changes: 5 additions & 2 deletions
7
...m/rallyhealth/vapors/core/data/Fact.scala → core/src/main/scala/vapors/data/Fact.scala
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
4 changes: 3 additions & 1 deletion
4
...alth/vapors/core/data/FactOrFactSet.scala → ...ain/scala/vapors/data/FactOrFactSet.scala
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
4 changes: 3 additions & 1 deletion
4
...allyhealth/vapors/core/data/FactSet.scala → .../src/main/scala/vapors/data/FactSet.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
package com.rallyhealth.vapors.core.data | ||
package com.rallyhealth | ||
|
||
package vapors.data | ||
|
||
import cats.Foldable | ||
|
||
|
7 changes: 5 additions & 2 deletions
7
...lyhealth/vapors/core/data/FactTable.scala → ...rc/main/scala/vapors/data/FactTable.scala
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
7 changes: 5 additions & 2 deletions
7
...llyhealth/vapors/core/data/FactType.scala → ...src/main/scala/vapors/data/FactType.scala
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
4 changes: 3 additions & 1 deletion
4
...health/vapors/core/data/FactTypeSet.scala → .../main/scala/vapors/data/FactTypeSet.scala
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
4 changes: 3 additions & 1 deletion
4
...lyhealth/vapors/core/data/TimeOrder.scala → ...rc/main/scala/vapors/data/TimeOrder.scala
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
7 changes: 4 additions & 3 deletions
7
...rallyhealth/vapors/core/data/Window.scala → core/src/main/scala/vapors/data/Window.scala
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
4 changes: 3 additions & 1 deletion
4
...allyhealth/vapors/core/data/package.scala → .../src/main/scala/vapors/data/package.scala
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
package com.rallyhealth.vapors.core | ||
package com.rallyhealth | ||
|
||
package vapors | ||
|
||
package object data { | ||
|
||
|
9 changes: 6 additions & 3 deletions
9
...rs/core/dsl/ConcatOutputExprBuilder.scala → .../vapors/dsl/ConcatOutputExprBuilder.scala
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
9 changes: 6 additions & 3 deletions
9
...pors/core/dsl/DefinitionExprBuilder.scala → ...la/vapors/dsl/DefinitionExprBuilder.scala
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
13 changes: 8 additions & 5 deletions
13
...yhealth/vapors/core/dsl/ExprBuilder.scala → ...c/main/scala/vapors/dsl/ExprBuilder.scala
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
4 changes: 3 additions & 1 deletion
4
...s/core/dsl/ExprBuilderCatsInstances.scala → ...vapors/dsl/ExprBuilderCatsInstances.scala
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
17 changes: 10 additions & 7 deletions
17
...rallyhealth/vapors/core/dsl/ExprDsl.scala → core/src/main/scala/vapors/dsl/ExprDsl.scala
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
9 changes: 6 additions & 3 deletions
9
...pors/core/dsl/HListOperationWrapper.scala → ...la/vapors/dsl/HListOperationWrapper.scala
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
9 changes: 6 additions & 3 deletions
9
.../vapors/core/dsl/MapViewExprBuilder.scala → ...scala/vapors/dsl/MapViewExprBuilder.scala
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
11 changes: 7 additions & 4 deletions
11
...ealth/vapors/core/dsl/TimeFunctions.scala → ...main/scala/vapors/dsl/TimeFunctions.scala
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
7 changes: 5 additions & 2 deletions
7
...lth/vapors/core/dsl/WhenExprBuilder.scala → ...in/scala/vapors/dsl/WhenExprBuilder.scala
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
8 changes: 5 additions & 3 deletions
8
...ors/core/dsl/WithFactsOfTypeBuilder.scala → ...a/vapors/dsl/WithFactsOfTypeBuilder.scala
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
7 changes: 5 additions & 2 deletions
7
...th/vapors/core/dsl/WithOutputSyntax.scala → ...n/scala/vapors/dsl/WithOutputSyntax.scala
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.