Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
388 commits
Select commit Hold shift + click to select a range
1d36a2f
error_tools : fix
Wandalen Jun 21, 2025
de069cf
fixing
Wandalen Jun 21, 2025
9a42d08
inspect_type-v0.16.0
Wandalen Jun 21, 2025
e0dfd39
.
Wandalen Jun 21, 2025
061f405
test_tools : fixing
Wandalen Jun 21, 2025
ba851c1
test_tools : fixing
Wandalen Jun 21, 2025
8a9c9b2
mem_tools-v0.9.0
Wandalen Jun 21, 2025
b9610ff
diagnostics_tools-v0.11.0
Wandalen Jun 21, 2025
3b4448a
typing_tools-v0.11.0
Wandalen Jun 21, 2025
8b26fdc
impls_index-v0.11.0
Wandalen Jun 21, 2025
13bf24d
error_tools-v0.22.0
Wandalen Jun 21, 2025
c4024c4
test_tools-v0.16.0
Wandalen Jun 21, 2025
dea457c
component_model_meta-v0.4.0
Wandalen Jun 21, 2025
9f6db92
component_model-v0.4.0
Wandalen Jun 21, 2025
993cbb7
feat(unilang): Initialize crate structure and testing framework
wanguardd Jun 22, 2025
771d020
feat(unilang): Define core data structures
wanguardd Jun 22, 2025
d69e6f0
feat(unilang): Implement command registry and registration API
wanguardd Jun 22, 2025
ad5d74b
feat(unilang): Implement lexer for CLI syntax
wanguardd Jun 22, 2025
7bf21d4
feat(unilang): Implement parser and global argument extraction
wanguardd Jun 22, 2025
dec1ecb
feat(unilang): Implement semantic analysis and command binding
wanguardd Jun 22, 2025
e551cf8
feat(unilang): Implement basic interpreter and execution context
wanguardd Jun 22, 2025
fa00994
feat(unilang): Implement standard error handling
wanguardd Jun 22, 2025
8c172bc
feat(unilang): Implement basic help generation
wanguardd Jun 22, 2025
bf4e894
test(unilang): Add integration tests for Phase 1 pipeline
wanguardd Jun 22, 2025
83fe7a9
style(unilang): Clean up and document src/lib.rs
wanguardd Jun 22, 2025
16155a8
style(unilang): Clean up and document src/data.rs
wanguardd Jun 22, 2025
61bb317
style(unilang): Clean up and document src/error.rs
wanguardd Jun 22, 2025
ef95608
style(unilang): Clean up and document src/help.rs
wanguardd Jun 22, 2025
efe93aa
style(unilang): Clean up and document src/interpreter.rs
wanguardd Jun 22, 2025
8ee8044
style(unilang): Clean up and document src/parsing.rs
wanguardd Jun 22, 2025
64be7d3
style(unilang): Clean up and document src/registry.rs
wanguardd Jun 22, 2025
5aea4a6
style(unilang): Clean up and document src/semantic.rs
wanguardd Jun 22, 2025
a4137c8
style(unilang): Clean up and document src/ca/**
wanguardd Jun 22, 2025
3917d20
style(unilang): Clean up and document tests/**
wanguardd Jun 22, 2025
ba02948
chore(unilang): Final verification of codestyle changes
wanguardd Jun 22, 2025
9be600a
Merge pull request #1556 from Wandalen/derive_tools_1
Wandalen Jun 22, 2025
376a05f
Merge branch 'alpha' of github.com:Wandalen/wTools into alpha
wanguardd Jun 22, 2025
ae589c8
docs(unilang): Add test matrix documentation to integration tests
wanguardd Jun 22, 2025
eaa53c2
Merge pull request #1557 from Wandalen/unilang_phase1
Wandalen Jun 22, 2025
c0cb41a
Merge pull request #1558 from Wandalen/unilang_phase1
Wandalen Jun 22, 2025
ed0e394
AUTO : Forward from former_refining_1 to alpha (#1559)
wtools-bot Jun 25, 2025
940a0e7
rollback to 0.20 (#1561)
wtools-bot Jun 25, 2025
16321a1
fix(former_meta): Temporarily unblock generic enum derivation; chore:…
wanguardd Jun 25, 2025
6a96173
fixing macro_tools
wanguardd Jun 27, 2025
e95c286
fix(macro_tools): Resolve clippy warnings and errors
wanguardd Jun 27, 2025
15f7749
fix(macro_tools): Resolve clippy warnings and errors
wanguardd Jun 27, 2025
052a78d
feat(macro_tools): Add basic tests and improve docs for ident and gen…
wanguardd Jun 27, 2025
d1b89fb
chore: Update plan with clippy::wildcard_imports increment
wanguardd Jun 28, 2025
4764a9d
feat(macro_tools): Mark Increment 6 as complete
wanguardd Jun 28, 2025
bdbdace
chore: Propose clippy::wildcard_imports allow for workspace
wanguardd Jun 28, 2025
5586aae
fix(former_meta): Temporarily unblock generic enum derivation; chore:…
wanguardd Jun 28, 2025
6fcb06f
.
wanguardd Jun 28, 2025
efc50d3
docs(former): Improve clippy lints task file content
wanguardd Jun 28, 2025
760ce1b
chore(former): Acknowledge unresolvable clippy lint issue
wanguardd Jun 28, 2025
1fb1ce6
docs(plan): Update clippy scope based on user feedback
wanguardd Jun 28, 2025
17ee8d2
docs(plan): Mark clippy verification for former as complete
wanguardd Jun 28, 2025
381196a
fix(former): Resolve failing tests
wanguardd Jun 28, 2025
6f71f96
fix(former): Resolve cargo test warnings
wanguardd Jun 28, 2025
2ccbff5
chore(former): Comment out debug attributes in tests
wanguardd Jun 28, 2025
5811955
Merge pull request #1563 from Wandalen/former_next_stage_1
Wandalen Jun 28, 2025
01f442e
cleaning
wanguardd Jun 28, 2025
5792992
unilang : next milestone
wanguardd Jun 28, 2025
fb95b6f
feat(unilang): Implement advanced scalar and path argument types
wanguardd Jun 28, 2025
173c8f3
feat(unilang): Implement runtime command registration API
wanguardd Jun 28, 2025
74ff238
feat(unilang): Implement loading command definitions from external files
wanguardd Jun 28, 2025
1847343
feat(unilang): Implement basic CLI argument parsing and execution
wanguardd Jun 28, 2025
a5d48b2
feat(unilang): Implement command help generation and discovery
wanguardd Jun 28, 2025
003b4a0
Merge pull request #1564 from Wandalen/cleaning_1
Wandalen Jun 28, 2025
a845ea3
chore: Propose macro_tools fix for const generics in derive_tools
wanguardd Jun 28, 2025
17da20b
unilang planning
Wandalen Jun 28, 2025
6fd8e57
derive_tools : wip
wanguardd Jun 28, 2025
fd4f898
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jun 28, 2025
36c6a22
refactor(derive_tools_meta): Address all clippy warnings
wanguardd Jun 28, 2025
6445173
refactor(unilang): Remove legacy parser and command aggregator modules
wanguardd Jun 28, 2025
b24e181
refactor(unilang): Adapt SemanticAnalyzer to consume GenericInstruction
wanguardd Jun 28, 2025
f57024b
refactor(cli): Migrate unilang_cli to use the new parsing pipeline
wanguardd Jun 28, 2025
bb69a48
feat(variadic_from): Implement manual From for baseline tests
wanguardd Jun 29, 2025
8e81c45
feat(variadic_from_meta): Initialize proc macro crate
wanguardd Jun 29, 2025
c2a9d66
feat(variadic_from_meta): Implement VariadicFrom derive macro
wanguardd Jun 29, 2025
b9a477b
feat(variadic_from): Re-export VariadicFrom derive
wanguardd Jun 29, 2025
5b58989
chore(variadic_from): Final verification and workspace checks
wanguardd Jun 29, 2025
4d1f86f
feat(variadic_from): Define FromN traits and from! macro
wanguardd Jun 29, 2025
9771b25
feat(variadic_from_meta): Support multi-field structs and variadic From
wanguardd Jun 29, 2025
f1572ab
feat(variadic_from_meta): Implement #[from(Type)] attribute handling
wanguardd Jun 29, 2025
89500b1
spec
Wandalen Jun 29, 2025
5463b68
variadic_from wip
wanguardd Jun 29, 2025
f9da398
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jun 29, 2025
35a8da4
feat(variadic_from): Define FromN traits and from! macro with compile…
wanguardd Jun 29, 2025
b470354
feat(variadic_from): Implement From1 blanket implementations
wanguardd Jun 29, 2025
35886ce
feat(variadic_from_meta): Refactor for multi-field structs and remove…
wanguardd Jun 29, 2025
562101f
feat(variadic_from): Implement From1 blanket implementations
wanguardd Jun 29, 2025
2dcb432
feat(variadic_from): Implement From1 blanket implementations
wanguardd Jun 29, 2025
2c9dced
feat(variadic_from_meta): Refactor for multi-field structs and remove…
wanguardd Jun 29, 2025
ec1b41d
chore(variadic_from): Update doc tests and final verification
wanguardd Jun 29, 2025
2e57279
chore(variadic_from): Final verification and task completion
wanguardd Jun 29, 2025
2889967
feat(variadic_from): Make Readme.md examples runnable doc tests
wanguardd Jun 29, 2025
eb2e689
variadic_from: final fixes
wanguardd Jun 30, 2025
d40bd2a
docs(variadic_from): Improve Readme.md content and scaffolding
wanguardd Jun 30, 2025
5442339
docs: Generalize CONTRIBUTING.md for wTools repository
wanguardd Jul 1, 2025
d19e56d
docs: Generalize CONTRIBUTING.md for wTools repository
wanguardd Jul 1, 2025
eba6f4b
fix(derive_tools): Final verification and workspace checks
wanguardd Jul 1, 2025
f4d55fe
derive_tools : fixing wip
wanguardd Jul 1, 2025
9f76e7c
clone_dyn : spec and plan
Wandalen Jul 1, 2025
953dc33
fix(clone_dyn): Correct doc_markdown lint in Readme.md
wanguardd Jul 1, 2025
ce6e02a
chore(clone_dyn): Analyze codebase and detail implementation plan
wanguardd Jul 1, 2025
89ce685
test(clone_dyn): Implement test matrix and add feature cfgs
wanguardd Jul 1, 2025
4aebdf0
refactor(clone_dyn_meta): Adopt idiomatic macro_tools usage
wanguardd Jul 1, 2025
415acbd
test(clone_dyn): Verify all feature combinations
wanguardd Jul 1, 2025
355412a
docs(clone_dyn): Revise and improve Readme documentation
wanguardd Jul 1, 2025
72a1b30
chore(clone_dyn): Final cleanup and project polish
wanguardd Jul 1, 2025
9847e96
clone_dyn: done
wanguardd Jul 1, 2025
8ae14f1
dervie_tools : spec and task
Wandalen Jul 1, 2025
7317dd3
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
Wandalen Jul 1, 2025
6cbf234
chore(derive_tools): Establish baseline for derive_tools fix
wanguardd Jul 1, 2025
0b6604d
docs(test): Add test matrices and purpose for AsMut and AsRef
wanguardd Jul 1, 2025
c91119b
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
d0f8b24
fix(derive_tools): Re-enable and fix as_mut tests
wanguardd Jul 1, 2025
7937c2e
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
6cc944e
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
f0deb5c
tasks
wanguardd Jul 1, 2025
e75c5c4
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
6251e1a
fix(derive_tools): Re-enable and fix as_ref tests
wanguardd Jul 1, 2025
776cd7b
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
b6e00cf
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
f89655b
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
fa14d01
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
6a847d8
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
b3e2d5f
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
74e7ae8
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
c134f69
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
1a5d2c8
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
b09e0c0
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
7513400
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
7287d41
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
157e751
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
a5c3bcf
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
2165011
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
5cf18a7
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
f425950
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
b1c19c8
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
6a90759
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
4c00f24
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
2ffe2eb
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
57540ab
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
806e053
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
dfd23a9
fix(derive_tools): Update test command in plan
wanguardd Jul 1, 2025
81af0a2
path : spec
Wandalen Jul 1, 2025
59cdda6
.
wanguardd Jul 1, 2025
75cd2ea
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jul 1, 2025
f3481d7
docs(test): Add test matrices and purpose for Deref
wanguardd Jul 1, 2025
3dc7ce1
pth : plan
Wandalen Jul 1, 2025
954243a
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
Wandalen Jul 1, 2025
32f17e4
wip
wanguardd Jul 1, 2025
76e18a1
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jul 1, 2025
941ef23
feat(pth): setup no_std foundation and dependencies
wanguardd Jul 1, 2025
b90b16a
feat(derive_tools): Plan and document From tests
wanguardd Jul 1, 2025
f21effe
fix(derive_tools): Implement and fix From derive macro
wanguardd Jul 1, 2025
1b52be7
feat(derive_tools): Plan and document InnerFrom and New tests
wanguardd Jul 1, 2025
c9c22e4
fix(derive_tools): Implement and fix InnerFrom derive macro
wanguardd Jul 1, 2025
4cb2511
fix(derive_tools): Implement and fix New derive macro
wanguardd Jul 1, 2025
78c8845
feat(derive_tools): Plan and document Not, Index, IndexMut tests
wanguardd Jul 1, 2025
8a699f4
fix(derive_tools): Implement and fix Not derive macro
wanguardd Jul 1, 2025
64ee771
fix(derive_tools): Implement and fix Index and IndexMut derive macros
wanguardd Jul 1, 2025
d2c1ed0
refactor(derive_tools): PhantomData derive macro returns error, add c…
wanguardd Jul 1, 2025
1a3223e
chore(derive_tools): Final verification and cleanup
wanguardd Jul 1, 2025
ba4f26d
derive_tools : fixinf
wanguardd Jul 1, 2025
1c8b1ae
derive_tools : update plan
Wandalen Jul 1, 2025
ea2b48e
derive_tools : adjust plan
wanguardd Jul 1, 2025
c660d6b
chore(derive_tools): Establish baseline of test and lint failures
wanguardd Jul 1, 2025
9b99584
fix(macro_tools): Correctly decompose const generics for type paths
wanguardd Jul 1, 2025
d4b3b67
derive_tools : fixing
wanguardd Jul 1, 2025
8002db7
clone_dyn : elaborate plan
Wandalen Jul 1, 2025
b3fca7e
fix(clone_dyn): Resolve path and context issues in test suite
wanguardd Jul 1, 2025
8d8d818
chore(clone_dyn): Final verification of test suite fixes
wanguardd Jul 1, 2025
df60821
clone_dyn: fixed
wanguardd Jul 1, 2025
1d8ed10
derive_tools : fixes
wanguardd Jul 2, 2025
bb42ef9
feat(derive_tools): Re-enable and fix IndexMut derive macro
wanguardd Jul 5, 2025
887dd80
feat(derive_tools): Re-enable and fix Not derive macro
wanguardd Jul 5, 2025
d89297f
feat(derive_tools): Re-enable and fix Phantom derive macro
wanguardd Jul 5, 2025
c682a9c
feat(derive_tools): Re-enable and fix AsMut derive macro tests
wanguardd Jul 5, 2025
0538d02
feat(derive_tools): Re-enable and fix AsRef derive macro tests
wanguardd Jul 5, 2025
b13a4f1
chore(derive_tools_meta): Mark trybuild tests as N/A, as none found
wanguardd Jul 5, 2025
c786e91
fix(derive_tools): Re-enable and fix trybuild tests
wanguardd Jul 5, 2025
c4c385c
fix(derive_tools): Re-enable and fix all tests
wanguardd Jul 5, 2025
30bf3b4
fix(derive_tools): Re-enable and fix all manual tests
wanguardd Jul 5, 2025
257861b
fix(derive_tools): Re-enable and fix basic tests
wanguardd Jul 5, 2025
3c7b169
fix(derive_tools): Re-enable and fix basic manual tests
wanguardd Jul 5, 2025
b016315
chore(derive_tools): Finalize test suite restoration and validation
wanguardd Jul 5, 2025
e69ff63
derive_tools : restoring
wanguardd Jul 5, 2025
83665d2
feat(macro_tools): Expose GenericsWithWhere publicly
wanguardd Jul 5, 2025
4b17eb6
macro_tools : fix
wanguardd Jul 5, 2025
0296d78
derive_tools : fix
wanguardd Jul 5, 2025
f5248f5
chore(derive_tools): Finalize test suite restoration and validation
wanguardd Jul 5, 2025
cb8d5a6
derive_tools : fix
wanguardd Jul 5, 2025
66f2d73
derive_tools : fixed?
wanguardd Jul 5, 2025
a048bfc
Merge pull request #1565 from Wandalen/cleaning_2
Wandalen Jul 5, 2025
4098c43
former
Wandalen Jul 5, 2025
868b86a
fix(former): Expose GenericsWithWhere and update usage
wanguardd Jul 5, 2025
43fe071
chore(former): Verify workspace after compilation fixes
wanguardd Jul 5, 2025
176a2c5
former : changelog
wanguardd Jul 5, 2025
a17241d
Merge pull request #1566 from Wandalen/cleaning_2
Wandalen Jul 5, 2025
c0f9cad
former : debug off
wanguardd Jul 5, 2025
a5c6368
Merge pull request #1567 from Wandalen/cleaning_2
Wandalen Jul 5, 2025
1c0958a
former : debug off
wanguardd Jul 5, 2025
d798526
Merge pull request #1568 from Wandalen/cleaning_2
Wandalen Jul 5, 2025
1c76fdd
feat(debug): Comment out #[derive(Debug)] attributes
wanguardd Jul 5, 2025
f3f343c
chore(workspace): Final verification after debug attribute removal
wanguardd Jul 5, 2025
fcac7eb
former: is it all?
wanguardd Jul 5, 2025
9eedcae
Merge pull request #1569 from Wandalen/cleaning_2
Wandalen Jul 5, 2025
d53048f
feat(derive_tools_meta): Remove automatically_derived from debug output
wanguardd Jul 5, 2025
805c655
tasks
wanguardd Jul 5, 2025
6b8d5b5
fix(derive_tools_meta): Remove inline attribute from generated Deref …
wanguardd Jul 5, 2025
1457e26
wip
wanguardd Jul 5, 2025
c91e6df
spec
Wandalen Jul 5, 2025
2bdfca7
fix(derive_tools_meta): Resolve lifetime, unused assignment warning, …
Wandalen Jul 5, 2025
60f7de8
chore(finalization): Commit remaining task plan and changelog updates…
Wandalen Jul 5, 2025
0c01ece
feat(debug): Enable conditional debug output for derive macros
Wandalen Jul 5, 2025
a10f873
chore(final): Final verification and cleanup of derive_tools task
Wandalen Jul 5, 2025
f7854d5
fix
Wandalen Jul 5, 2025
e18fae1
unilang wip
wanguardd Jul 5, 2025
cae36b8
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jul 5, 2025
6348bff
error_tools-v0.23.0
Wandalen Jul 5, 2025
f3d17ce
clone_dyn_types-v0.32.0
Wandalen Jul 5, 2025
c68d3a7
iter_tools-v0.30.0
Wandalen Jul 5, 2025
7bc824c
macro_tools-v0.56.0
Wandalen Jul 5, 2025
7291773
clone_dyn_meta-v0.32.0
Wandalen Jul 5, 2025
0701df5
former_types-v2.17.0
Wandalen Jul 5, 2025
f2e6f28
clone_dyn-v0.34.0
Wandalen Jul 5, 2025
274ff0e
derive_tools_meta-v0.36.0
Wandalen Jul 5, 2025
ae4fdb8
former_meta-v2.18.0
Wandalen Jul 5, 2025
16c73e7
test(parser): Add failing test for incorrect command path parsing
wanguardd Jul 5, 2025
8481f0a
fix(parser): Correctly parse command paths instead of treating them a…
wanguardd Jul 5, 2025
4d056a5
variadic_from : plan
Wandalen Jul 5, 2025
f12718b
docs(strs_tools): Investigate and document API for dynamic delimiters
wanguardd Jul 6, 2025
2ef415a
chore(unilang_instruction_parser): Finalize strs_tools API investigat…
wanguardd Jul 6, 2025
4187741
fix(variadic_from_meta): Align derive macro with spec v1.1
Wandalen Jul 6, 2025
6b2a9ed
chore(unilang_instruction_parser): Finalize strs_tools API investigat…
wanguardd Jul 6, 2025
4059858
feat(unilang_instruction_parser): Investigate strs_tools API blocking…
wanguardd Jul 6, 2025
f5bbfce
unilang_instruction_parser
wanguardd Jul 6, 2025
a7317b2
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
wanguardd Jul 6, 2025
f406a3e
variadic_from wip
Wandalen Jul 6, 2025
b49d633
Merge branch 'cleaning_2' of github.com:Wandalen/wTools into cleaning_2
Wandalen Jul 6, 2025
d96c01c
Merge pull request #1571 from Wandalen/variadic_from_1
Wandalen Jul 8, 2025
38bcb56
AUTO : Forward from cleaning_4 to alpha (#1574)
wtools-bot Jul 20, 2025
99a219c
fix tests (#1575)
wtools-bot Jul 20, 2025
e0933da
AUTO : Forward from cleaning_5 to alpha (#1576)
wtools-bot Jul 23, 2025
2bfe1a6
AUTO : Forward from unilang_2 to alpha (#1579)
wtools-bot Aug 7, 2025
081136c
Merge branch 'beta' into alpha
Wandalen Aug 7, 2025
91d3269
Merge pull request #1582 from Wandalen/alpha
Wandalen Aug 7, 2025
06a765d
AUTO : Forward from alpha to beta (#1587)
wtools-bot Aug 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 24 additions & 0 deletions .github/workflows/module_benchkit_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : benchkit

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


env :
CARGO_TERM_COLOR : always

jobs :

# benchkit

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

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


env :
CARGO_TERM_COLOR : always

jobs :

# strs_tools_meta

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/strs_tools/strs_tools_meta/Cargo.toml'
module_name : 'strs_tools_meta'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
24 changes: 24 additions & 0 deletions .github/workflows/module_workspace_tools_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name : workspace_tools

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


env :
CARGO_TERM_COLOR : always

jobs :

# workspace_tools

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/move/workspace_tools/Cargo.toml'
module_name : 'workspace_tools'
commit_message : ${{ github.event.head_commit.message }}
commiter_username: ${{ github.event.head_commit.committer.username }}
File renamed without changes.
Loading
Loading