Skip to content

Commit

Permalink
AUTO : Forward from derives_refactoring_9 to alpha (#1407)
Browse files Browse the repository at this point in the history
global refactoring and experimenting with format_tools
  • Loading branch information
wtools-bot committed Jul 15, 2024
1 parent 09109be commit 117b34c
Show file tree
Hide file tree
Showing 89 changed files with 1,540 additions and 1,549 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/module_assistant_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : assistant

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# assistant

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/assistant/Cargo.toml'
module_name : 'assistant'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_brain_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : brain_tools

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# brain_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/brain_tools/Cargo.toml'
module_name : 'brain_tools'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_clone_dyn_types_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : clone_dyn_types

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# clone_dyn_types

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/clone_dyn_types/Cargo.toml'
module_name : 'clone_dyn_types'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_drawboard_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : drawboard

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# drawboard

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/drawboard/Cargo.toml'
module_name : 'drawboard'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_drawql_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : drawql

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# drawql

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/drawql/Cargo.toml'
module_name : 'drawql'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_format_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : format_tools

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# format_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/format_tools/Cargo.toml'
module_name : 'format_tools'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_paths_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : paths_tools

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# paths_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/paths_tools/Cargo.toml'
module_name : 'paths_tools'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_second_brain_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : second_brain

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# second_brain

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/blank/second_brain/Cargo.toml'
module_name : 'second_brain'
commit_message : ${{ github.event.head_commit.message }}
23 changes: 23 additions & 0 deletions .github/workflows/module_step_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : step

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# step

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'step/Cargo.toml'
module_name : 'step'
commit_message : ${{ github.event.head_commit.message }}
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ default-features = false
# path = "module/core/type_constructor_derive_pair_meta"

[workspace.dependencies.interval_adapter]
version = "~0.22.0"
version = "~0.23.0"
path = "module/core/interval_adapter"
default-features = false
features = [ "enabled" ]
Expand All @@ -110,39 +110,39 @@ default-features = false
features = [ "enabled" ]

[workspace.dependencies.collection_tools]
version = "~0.10.0"
version = "~0.11.0"
path = "module/core/collection_tools"
default-features = false


## derive

[workspace.dependencies.derive_tools]
version = "~0.25.0"
version = "~0.26.0"
path = "module/core/derive_tools"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.derive_tools_meta]
version = "~0.24.0"
version = "~0.25.0"
path = "module/core/derive_tools_meta"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.reflect_tools]
version = "~0.2.0"
version = "~0.3.0"
path = "module/core/reflect_tools"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.reflect_tools_meta]
version = "~0.2.0"
version = "~0.3.0"
path = "module/core/reflect_tools_meta"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.format_tools]
version = "~0.1.0"
version = "~0.2.0"
path = "module/core/format_tools"
default-features = false
features = [ "enabled" ]
Expand All @@ -159,24 +159,24 @@ path = "module/alias/fundamental_data_type"
default-features = false

[workspace.dependencies.variadic_from]
version = "~0.20.0"
version = "~0.21.0"
path = "module/core/variadic_from"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.clone_dyn]
version = "~0.21.0"
version = "~0.22.0"
path = "module/core/clone_dyn"
default-features = false
features = [ "enabled" ]

[workspace.dependencies.clone_dyn_meta]
version = "~0.21.0"
version = "~0.22.0"
path = "module/core/clone_dyn_meta"
features = [ "enabled" ]

[workspace.dependencies.clone_dyn_types]
version = "~0.21.0"
version = "~0.22.0"
path = "module/core/clone_dyn_types"
default-features = false
features = [ "enabled" ]
Expand All @@ -201,7 +201,7 @@ default-features = false
## iter

[workspace.dependencies.iter_tools]
version = "~0.19.0"
version = "~0.20.0"
path = "module/core/iter_tools"
default-features = false

Expand All @@ -219,7 +219,7 @@ path = "module/core/for_each"
default-features = false

[workspace.dependencies.former]
version = "~2.6.0"
version = "~2.7.0"
path = "module/core/former"
default-features = false

Expand All @@ -229,12 +229,12 @@ default-features = false
# default-features = false

[workspace.dependencies.former_meta]
version = "~2.6.0"
version = "~2.7.0"
path = "module/core/former_meta"
default-features = false

[workspace.dependencies.former_types]
version = "~2.6.0"
version = "~2.7.0"
path = "module/core/former_types"
default-features = false

Expand Down Expand Up @@ -279,7 +279,7 @@ default-features = false
## macro tools

[workspace.dependencies.macro_tools]
version = "~0.36.0"
version = "~0.38.0"
path = "module/core/macro_tools"
default-features = false

Expand Down
Loading

0 comments on commit 117b34c

Please sign in to comment.