-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: error if pipeline file is in a
safeds.xy
package (#673)
Closes #671 ### Summary of Changes Show an error if a pipeline file is in a `safeds.xy` package.
- Loading branch information
1 parent
fa7631d
commit 867bae3
Showing
11 changed files
with
59 additions
and
15 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
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/pipe elsewhere.sdspipe
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »tests.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/pipe in safeds.sdspipe
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,3 @@ | ||
// $TEST$ error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds« |
3 changes: 3 additions & 0 deletions
3
...modules/pipeline files must not be in safeds package/pipe in subpackage of safeds.sdspipe
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,3 @@ | ||
// $TEST$ error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/stub elsewhere.sdsstub
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »tests.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/stub in safeds.sdsstub
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds« |
3 changes: 3 additions & 0 deletions
3
...modules/pipeline files must not be in safeds package/stub in subpackage of safeds.sdsstub
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/test elsewhere.sdstest
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »tests.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |
3 changes: 3 additions & 0 deletions
3
...idation/other/modules/pipeline files must not be in safeds package/test in safeds.sdstest
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds« |
3 changes: 3 additions & 0 deletions
3
...modules/pipeline files must not be in safeds package/test in subpackage of safeds.sdstest
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,3 @@ | ||
// $TEST$ no error "A pipeline file must not be in a 'safeds' package." | ||
|
||
package »safeds.validation.other.modules.pipelineFilesMustNotBeInSafedsPackage« |