-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change Rule module back to uppercase. * Changed package names. #41 Co-authored-by: Attila Mihaly <[email protected]>
- Loading branch information
1 parent
9d6ae6a
commit 90f1100
Showing
38 changed files
with
105 additions
and
105 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ection/decorators/IterableDecorator.scala → ...ection/decorators/IterableDecorator.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
2 changes: 1 addition & 1 deletion
2
...ernal/collection/decorators/package.scala → ...ernal/collection/decorators/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
4 changes: 2 additions & 2 deletions
4
.../src-2.12/org/morphir/sdk/MaybeLike.scala → ...core/src-2.11/morphir/sdk/MaybeLike.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
.../src-2.12/org/morphir/sdk/StringOps.scala → ...core/src-2.11/morphir/sdk/StringOps.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
2 changes: 1 addition & 1 deletion
2
...ection/decorators/IterableDecorator.scala → ...ection/decorators/IterableDecorator.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
2 changes: 1 addition & 1 deletion
2
...ernal/collection/decorators/package.scala → ...ernal/collection/decorators/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
4 changes: 2 additions & 2 deletions
4
.../src-2.11/org/morphir/sdk/MaybeLike.scala → ...core/src-2.12/morphir/sdk/MaybeLike.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
6 changes: 3 additions & 3 deletions
6
.../src-2.11/org/morphir/sdk/StringOps.scala → ...core/src-2.12/morphir/sdk/StringOps.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
2 changes: 1 addition & 1 deletion
2
...ection/decorators/IterableDecorator.scala → ...ection/decorators/IterableDecorator.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: 2 additions & 2 deletions
4
...ernal/collection/decorators/package.scala → ...ernal/collection/decorators/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
4 changes: 2 additions & 2 deletions
4
.../src-2.13/org/morphir/sdk/MaybeLike.scala → ...core/src-2.13/morphir/sdk/MaybeLike.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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package morphir.sdk | ||
|
||
import morphir.sdk.Maybe.Maybe | ||
import morphir.sdk.String.String | ||
|
||
object StringOps { | ||
@inline def toInt(text: String): Maybe[Int] = | ||
text.toIntOption | ||
} |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ection/decorators/IteratorDecorator.scala → ...ection/decorators/IteratorDecorator.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: 2 additions & 2 deletions
4
...r/sdk/core/src/org/morphir/sdk/Bool.scala → morphir/sdk/core/src/morphir/sdk/Bool.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
2 changes: 1 addition & 1 deletion
2
...r/sdk/core/src/org/morphir/sdk/Char.scala → morphir/sdk/core/src/morphir/sdk/Char.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: 2 additions & 2 deletions
4
...r/sdk/core/src/org/morphir/sdk/Dict.scala → morphir/sdk/core/src/morphir/sdk/Dict.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
2 changes: 1 addition & 1 deletion
2
...ir/sdk/core/src/org/morphir/sdk/Int.scala → morphir/sdk/core/src/morphir/sdk/Int.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,4 @@ | ||
package org.morphir.sdk | ||
package morphir.sdk | ||
|
||
object Int { | ||
type Int = scala.BigInt | ||
|
4 changes: 2 additions & 2 deletions
4
...r/sdk/core/src/org/morphir/sdk/List.scala → morphir/sdk/core/src/morphir/sdk/List.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
2 changes: 1 addition & 1 deletion
2
.../core/src/org/morphir/sdk/LocalDate.scala → .../sdk/core/src/morphir/sdk/LocalDate.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,4 @@ | ||
package org.morphir.sdk | ||
package morphir.sdk | ||
|
||
object LocalDate { | ||
type LocalDate = java.time.LocalDate | ||
|
2 changes: 1 addition & 1 deletion
2
.../sdk/core/src/org/morphir/sdk/Maybe.scala → morphir/sdk/core/src/morphir/sdk/Maybe.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,4 @@ | ||
package org.morphir.sdk | ||
package morphir.sdk | ||
|
||
import scala.util.{ Failure, Success, Try } | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../org/morphir/sdk/MorphirConversions.scala → .../src/morphir/sdk/MorphirConversions.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,4 @@ | ||
package org.morphir.sdk | ||
package morphir.sdk | ||
|
||
import scala.{ Char => ScalaChar } | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
.../org/morphir/sdk/NonEmptyListModule.scala → .../src/morphir/sdk/NonEmptyListModule.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
2 changes: 1 addition & 1 deletion
2
...sdk/core/src/org/morphir/sdk/Number.scala → ...hir/sdk/core/src/morphir/sdk/Number.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,4 @@ | ||
package org.morphir.sdk | ||
package morphir.sdk | ||
|
||
object Number { | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
.../sdk/core/src/org/morphir/sdk/Regex.scala → morphir/sdk/core/src/morphir/sdk/Regex.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: 2 additions & 2 deletions
4
...sdk/core/src/org/morphir/sdk/Result.scala → ...hir/sdk/core/src/morphir/sdk/Result.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: 5 additions & 5 deletions
10
...r/sdk/core/src/org/morphir/sdk/rule.scala → morphir/sdk/core/src/morphir/sdk/Rule.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: 2 additions & 2 deletions
4
...sdk/core/src/org/morphir/sdk/String.scala → ...hir/sdk/core/src/morphir/sdk/String.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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package morphir | ||
|
||
package object sdk { | ||
val StringModule: StringModule = String | ||
type StringModule = String.type | ||
} |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...on/decorators/IterableDecoratorSpec.scala → ...on/decorators/IterableDecoratorSpec.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: 2 additions & 2 deletions
4
...e/test/src/org/morphir/sdk/CharSpec.scala → .../core/test/src/morphir/sdk/CharSpec.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: 4 additions & 4 deletions
8
...re/test/src/org/morphir/sdk/IntSpec.scala → ...k/core/test/src/morphir/sdk/IntSpec.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: 2 additions & 2 deletions
4
...e/test/src/org/morphir/sdk/ListSpec.scala → .../core/test/src/morphir/sdk/ListSpec.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
6 changes: 3 additions & 3 deletions
6
.../test/src/org/morphir/sdk/MaybeSpec.scala → ...core/test/src/morphir/sdk/MaybeSpec.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
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.