-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pubspec overrides * Remove tool to change deps * Fix override * Add health workflow * Do not test breaking changes * Remove health workflow * Switch to dart script * Fix path * Add newlines * Fixes
- Loading branch information
Showing
22 changed files
with
78 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/cyclic_package_1/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/cyclic_package_2/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
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
5 changes: 5 additions & 0 deletions
5
pkgs/native_assets_builder/test/data/native_add/pubspec_overrides.yaml
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,5 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ | ||
native_toolchain_c: | ||
path: ../../../../native_toolchain_c/ |
5 changes: 5 additions & 0 deletions
5
pkgs/native_assets_builder/test/data/native_add_add_source/pubspec_overrides.yaml
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,5 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ | ||
native_toolchain_c: | ||
path: ../../../../native_toolchain_c/ |
5 changes: 5 additions & 0 deletions
5
pkgs/native_assets_builder/test/data/native_subtract/pubspec_overrides.yaml
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,5 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ | ||
native_toolchain_c: | ||
path: ../../../../native_toolchain_c/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/package_reading_metadata/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/package_with_metadata/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/wrong_build_output/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/wrong_build_output_2/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/wrong_build_output_3/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
3 changes: 3 additions & 0 deletions
3
pkgs/native_assets_builder/test/data/wrong_namespace_asset/pubspec_overrides.yaml
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../../native_assets_cli/ |
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
5 changes: 5 additions & 0 deletions
5
pkgs/native_assets_cli/example/native_add_library/pubspec_overrides.yaml
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,5 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../../../native_assets_cli/ | ||
native_toolchain_c: | ||
path: ../../../native_toolchain_c/ |
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 @@ | ||
dependency_overrides: | ||
native_assets_cli: | ||
path: ../native_assets_cli/ |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import 'dart:io'; | ||
|
||
void main(List<String> arguments) => Directory.current | ||
.list(recursive: true) | ||
.where((f) => f.path.endsWith('pubspec_overrides.yaml')) | ||
.forEach((f) => f.deleteSync()); |
This file was deleted.
Oops, something went wrong.