Skip to content

Commit

Permalink
Merge pull request Wandalen#1121 from Wandalen/beta
Browse files Browse the repository at this point in the history
AUTO : Forward from beta to master
  • Loading branch information
Wandalen authored Feb 16, 2024
2 parents 1e23895 + df6ad0f commit f1e9cac
Show file tree
Hide file tree
Showing 2,185 changed files with 62,489 additions and 34,637 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[env]
MODULES_PATH = { value = "module", relative = true }
2 changes: 1 addition & 1 deletion .github/workflows/AutoPr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs :
steps :
- uses : actions/checkout@v3
- name : Open PR
uses : vsoch/pull-request-action@1.0.18
uses : vsoch/pull-request-action@1.1.0
env :
GITHUB_TOKEN : ${{ secrets.PRIVATE_GITHUB_BOT_TOKEN }}
PULL_REQUEST_BRANCH : ${{ inputs.dst_branch }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/AutoPrToBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name : auto_pr_to_beta

on :
push :
branches : [ alpha ]
branches :
- alpha

jobs :

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/AutoPrToMaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name : auto_pr_to_master

on :
push :
branches : [ beta ]
branches :
- beta

jobs :

Expand All @@ -14,5 +15,3 @@ jobs :
dst_branch : 'master'
secrets :
PRIVATE_GITHUB_BOT_TOKEN : '${{ secrets.PRIVATE_GITHUB_BOT_TOKEN }}'


9 changes: 0 additions & 9 deletions .github/workflows/ModuleAutomataToolsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ jobs :
manifest_path : 'module/move/automata_tools/Cargo.toml'
module_name : 'automata_tools'
commit_message : ${{ github.event.head_commit.message }}

# wautomata

test_wautomata :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/alias/wautomata/Cargo.toml'
module_name : 'wautomata'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleCloneDynMetaPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : clone_dyn_meta

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# clone_dyn_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/clone_dyn_meta/Cargo.toml'
module_name : 'clone_dyn_meta'
commit_message : ${{ github.event.head_commit.message }}
11 changes: 1 addition & 10 deletions .github/workflows/ModuleCloneDynPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/clone_dyn/Cargo.toml'
manifest_path : 'module/core/clone_dyn/Cargo.toml'
module_name : 'clone_dyn'
commit_message : ${{ github.event.head_commit.message }}

# clone_dyn_meta

test_clone_dyn_meta :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/clone_dyn_meta/Cargo.toml'
module_name : 'clone_dyn_meta'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleCratesToolsPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : crates_tools

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# crates_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/move/crates_tools/Cargo.toml'
module_name : 'crates_tools'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleDataTypePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/data_type/Cargo.toml'
manifest_path : 'module/core/data_type/Cargo.toml'
module_name : 'data_type'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleDeriveToolsMetaPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : derive_tools_meta

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# derive_tools_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/derive_tools_meta/Cargo.toml'
module_name : 'derive_tools_meta'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleDeriveToolsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/derive_tools/Cargo.toml'
manifest_path : 'module/core/derive_tools/Cargo.toml'
module_name : 'derive_tools'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleDeterministicRandPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : deterministic_rand

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# deterministic_rand

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/move/deterministic_rand/Cargo.toml'
module_name : 'deterministic_rand'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleDiagnosticsToolsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/diagnostics_tools/Cargo.toml'
manifest_path : 'module/core/diagnostics_tools/Cargo.toml'
module_name : 'diagnostics_tools'
commit_message : ${{ github.event.head_commit.message }}
11 changes: 1 addition & 10 deletions .github/workflows/ModuleErrorToolsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/error_tools/Cargo.toml'
manifest_path : 'module/core/error_tools/Cargo.toml'
module_name : 'error_tools'
commit_message : ${{ github.event.head_commit.message }}

# werror

test_werror :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/alias/werror/Cargo.toml'
module_name : 'werror'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleForEachPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/for_each/Cargo.toml'
manifest_path : 'module/core/for_each/Cargo.toml'
module_name : 'for_each'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleFormerMetaPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : former_meta

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# former_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/former_meta/Cargo.toml'
module_name : 'former_meta'
commit_message : ${{ github.event.head_commit.message }}
20 changes: 1 addition & 19 deletions .github/workflows/ModuleFormerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/former/Cargo.toml'
manifest_path : 'module/core/former/Cargo.toml'
module_name : 'former'
commit_message : ${{ github.event.head_commit.message }}

# former_meta

test_former_meta :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/former_meta/Cargo.toml'
module_name : 'former_meta'
commit_message : ${{ github.event.head_commit.message }}

# former_runtime

test_former_runtime :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/former_runtime/Cargo.toml'
module_name : 'former_runtime'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleFundamentalDataTypePush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : fundamental_data_type

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# fundamental_data_type

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/alias/fundamental_data_type/Cargo.toml'
module_name : 'fundamental_data_type'
commit_message : ${{ github.event.head_commit.message }}
11 changes: 1 addition & 10 deletions .github/workflows/ModuleImplementsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/implements/Cargo.toml'
manifest_path : 'module/core/implements/Cargo.toml'
module_name : 'implements'
commit_message : ${{ github.event.head_commit.message }}

# instance_of

test_instance_of :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/alias/instance_of/Cargo.toml'
module_name : 'instance_of'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleImplsIndexMetaPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : impls_index_meta

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# impls_index_meta

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/impls_index_meta/Cargo.toml'
module_name : 'impls_index_meta'
commit_message : ${{ github.event.head_commit.message }}
11 changes: 1 addition & 10 deletions .github/workflows/ModuleImplsIndexPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/impls_index/Cargo.toml'
manifest_path : 'module/core/impls_index/Cargo.toml'
module_name : 'impls_index'
commit_message : ${{ github.event.head_commit.message }}

# impls_index_meta

test_impls_index_meta :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/impls_index_meta/Cargo.toml'
module_name : 'impls_index_meta'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleIncludeMdPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : include_md

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# include_md

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/include_md/Cargo.toml'
module_name : 'include_md'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleInspectTypePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/inspect_type/Cargo.toml'
manifest_path : 'module/core/inspect_type/Cargo.toml'
module_name : 'inspect_type'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleInstanceOfPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : instance_of

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# instance_of

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/alias/instance_of/Cargo.toml'
module_name : 'instance_of'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleIntervalAdapterPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : interval_adapter

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# interval_adapter

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/interval_adapter/Cargo.toml'
module_name : 'interval_adapter'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleIsSlicePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/is_slice/Cargo.toml'
manifest_path : 'module/core/is_slice/Cargo.toml'
module_name : 'is_slice'
commit_message : ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion .github/workflows/ModuleIterToolsPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs :
test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/rust/iter_tools/Cargo.toml'
manifest_path : 'module/core/iter_tools/Cargo.toml'
module_name : 'iter_tools'
commit_message : ${{ github.event.head_commit.message }}
17 changes: 17 additions & 0 deletions .github/workflows/ModuleMacroToolsPush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name : macro_tools

on : push

env :
CARGO_TERM_COLOR : always

jobs :

# macro_tools

test :
uses : Wandalen/wTools/.github/workflows/StandardRustPush.yml@alpha
with :
manifest_path : 'module/core/macro_tools/Cargo.toml'
module_name : 'macro_tools'
commit_message : ${{ github.event.head_commit.message }}
Loading

0 comments on commit f1e9cac

Please sign in to comment.