Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a27c545
task
Wandalen Sep 14, 2025
e944240
feat: Complete enhanced secrets API with testing integration
Wandalen Sep 16, 2025
3e495a4
workspace_tools-v0.4.0
Wandalen Sep 16, 2025
94f070e
feat: Implement comprehensive help conventions system
Wandalen Sep 16, 2025
aaa7623
docs: Update unilang spec to version 3.1.0
Wandalen Sep 16, 2025
41fc4bd
unilang-v0.14.0
Wandalen Sep 16, 2025
80adf22
feat: Add unilang CLI export and aggregation examples
Wandalen Sep 17, 2025
f38ab2f
merge
Wandalen Sep 17, 2025
2c5d1b1
Merge branch 'cleaning_4' of github.com:Wandalen/wTools into cleaning_4
Wandalen Sep 17, 2025
fb02f9b
feat: Implement comprehensive unilang development infrastructure
Wandalen Sep 18, 2025
3dd4c60
chore: Reorganize task management and archive docs
Wandalen Sep 18, 2025
ad677a4
chore: Remove obsolete task documentation
Wandalen Sep 18, 2025
c024a1a
refactor: Reorganize task priority order by value
Wandalen Sep 18, 2025
3ee8710
feat: Complete former collection fixes and unilang examples
Wandalen Sep 18, 2025
0108e98
chore: Disable problematic features and benchmarks
Wandalen Sep 18, 2025
61bcaa8
chore: Disable problematic features and prepare unilang tasks
Wandalen Sep 19, 2025
04d5faa
unlinag next version
Wandalen Sep 20, 2025
7cba674
style: Apply consistent code formatting across entire codebase
Wandalen Sep 23, 2025
8723b4c
clone_dyn_types-v0.40.0
Wandalen Sep 23, 2025
4254470
collection_tools-v0.27.0
Wandalen Sep 23, 2025
c8fab1e
component_model_types-v0.13.0
Wandalen Sep 23, 2025
95fd881
interval_adapter-v0.38.0
Wandalen Sep 23, 2025
d3915d8
iter_tools-v0.39.0
Wandalen Sep 23, 2025
6ed0f45
macro_tools-v0.69.0
Wandalen Sep 23, 2025
901dd9e
variadic_from_meta-v0.14.0
Wandalen Sep 23, 2025
fa91a36
derive_tools_meta-v0.48.0
Wandalen Sep 23, 2025
42c70d5
variadic_from-v0.43.0
Wandalen Sep 23, 2025
b8178e5
clone_dyn_meta-v0.43.0
Wandalen Sep 23, 2025
a7b38aa
clone_dyn-v0.46.0
Wandalen Sep 23, 2025
798997f
derive_tools-v0.49.0
Wandalen Sep 23, 2025
d4b02c2
mod_interface_meta-v0.44.0
Wandalen Sep 23, 2025
24b7b1d
mod_interface-v0.46.0
Wandalen Sep 23, 2025
fb4a6a4
error_tools-v0.34.0
Wandalen Sep 23, 2025
af2653e
former_types-v2.26.0
Wandalen Sep 23, 2025
7bba2af
former_meta-v2.29.0
Wandalen Sep 23, 2025
a71129b
benchkit-v0.11.0
Wandalen Sep 23, 2025
44ac7c8
former-v2.30.0
Wandalen Sep 23, 2025
00a0cdb
strs_tools_meta-v0.8.0
Wandalen Sep 23, 2025
9ca9036
strs_tools-v0.31.0
Wandalen Sep 23, 2025
2690180
unilang_parser-v0.13.0
Wandalen Sep 23, 2025
20ffdf0
unilang-v0.15.0
Wandalen Sep 23, 2025
339f60d
crates_tools-v0.19.0
Wandalen Sep 23, 2025
493dff0
wca-v0.30.0
Wandalen Sep 23, 2025
c2d5883
pth-v0.27.0
Wandalen Sep 23, 2025
5dfd076
process_tools-v0.17.0
Wandalen Sep 23, 2025
e61faa3
data_type-v0.17.0
Wandalen Sep 23, 2025
6609642
component_model_meta-v0.8.0
Wandalen Sep 23, 2025
cb88aeb
component_model-v0.8.0
Wandalen Sep 23, 2025
3ea90fb
willbe-v0.26.0
Wandalen Sep 23, 2025
c28c73c
workspace_tools-v0.5.0
Wandalen Sep 23, 2025
600db34
style: Fix URL spaces and documentation formatting
Wandalen Sep 23, 2025
c3b3d42
Merge branch 'cleaning_4' of github.com:Wandalen/wTools into cleaning_4
Wandalen Sep 23, 2025
5e20183
style: Remove backticks from module names in table
Wandalen Sep 23, 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
  •  
  •  
  •  
62 changes: 31 additions & 31 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ version = "~0.1.4"
path = "module/alias/std_x"

[workspace.dependencies.unilang_parser]
version = "~0.12.0"
version = "~0.13.0"
path = "module/move/unilang_parser" # Point to original unilang_parser


## data_type

[workspace.dependencies.data_type]
version = "~0.16.0"
version = "~0.17.0"
path = "module/core/data_type"
default-features = false

Expand All @@ -147,7 +147,7 @@ version = "~0.1.0"
path = "module/core/type_constructor_derive_pair_meta"

[workspace.dependencies.interval_adapter]
version = "~0.37.0"
version = "~0.38.0"
path = "module/core/interval_adapter"
default-features = false
# features = [ "enabled" ]
Expand All @@ -159,21 +159,21 @@ default-features = false
# features = [ "enabled" ]

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


## derive

[workspace.dependencies.derive_tools]
version = "~0.48.0"
version = "~0.49.0"
path = "module/core/derive_tools"
default-features = false
# features = [ "enabled" ]

[workspace.dependencies.derive_tools_meta]
version = "~0.47.0"
version = "~0.48.0"
path = "module/core/derive_tools_meta"
default-features = false
# features = [ "enabled" ]
Expand Down Expand Up @@ -215,30 +215,30 @@ path = "module/alias/fundamental_data_type"
default-features = false

[workspace.dependencies.variadic_from]
version = "~0.42.0"
version = "~0.43.0"
path = "module/core/variadic_from"
default-features = false
# features = [ "enabled" ]

[workspace.dependencies.variadic_from_meta]
version = "~0.13.0"
version = "~0.14.0"
path = "module/core/variadic_from_meta"
default-features = false
# features = [ "enabled" ]

[workspace.dependencies.clone_dyn]
version = "~0.45.0"
version = "~0.46.0"
path = "module/core/clone_dyn"
default-features = false
# features = [ "enabled" ]

[workspace.dependencies.clone_dyn_meta]
version = "~0.42.0"
version = "~0.43.0"
path = "module/core/clone_dyn_meta"
# features = [ "enabled" ]

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

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

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

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

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

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

[workspace.dependencies.component_model]
version = "~0.7.0"
version = "~0.8.0"
path = "module/core/component_model"
default-features = false

[workspace.dependencies.component_model_meta]
version = "~0.7.0"
version = "~0.8.0"
path = "module/core/component_model_meta"
default-features = false

[workspace.dependencies.component_model_types]
version = "~0.12.0"
version = "~0.13.0"
path = "module/core/component_model_types"
default-features = false

Expand All @@ -320,12 +320,12 @@ version = "~0.13.0"
path = "module/core/impls_index_meta"

[workspace.dependencies.mod_interface]
version = "~0.45.0"
version = "~0.46.0"
path = "module/core/mod_interface"
default-features = false

[workspace.dependencies.mod_interface_meta]
version = "~0.43.0"
version = "~0.44.0"
path = "module/core/mod_interface_meta"
default-features = false

Expand All @@ -351,7 +351,7 @@ default-features = false
## macro tools

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

Expand Down Expand Up @@ -410,7 +410,7 @@ default-features = false
## error

[workspace.dependencies.error_tools]
version = "~0.33.0"
version = "~0.34.0"
path = "module/core/error_tools"
default-features = false

Expand All @@ -422,12 +422,12 @@ path = "module/alias/werror"
## string tools

[workspace.dependencies.strs_tools]
version = "~0.30.0"
version = "~0.31.0"
path = "module/core/strs_tools"
default-features = false

[workspace.dependencies.strs_tools_meta]
version = "~0.7.0"
version = "~0.8.0"
path = "module/core/strs_tools_meta"
default-features = false

Expand All @@ -449,7 +449,7 @@ path = "module/alias/file_tools"
default-features = false

[workspace.dependencies.pth]
version = "~0.26.0"
version = "~0.27.0"
path = "module/core/pth"
default-features = false

Expand All @@ -462,7 +462,7 @@ default-features = false
## process tools

[workspace.dependencies.process_tools]
version = "~0.16.0"
version = "~0.17.0"
path = "module/core/process_tools"
default-features = false

Expand Down Expand Up @@ -522,7 +522,7 @@ default-features = false
## ca

[workspace.dependencies.wca]
version = "~0.29.0"
version = "~0.30.0"
path = "module/move/wca"

## censor
Expand All @@ -535,7 +535,7 @@ path = "module/move/wcensor"
## willbe

[workspace.dependencies.willbe]
version = "~0.25.0"
version = "~0.26.0"
path = "module/move/willbe"


Expand Down Expand Up @@ -574,7 +574,7 @@ version = "~0.6.0"
path = "module/move/deterministic_rand"

[workspace.dependencies.crates_tools]
version = "~0.18.0"
version = "~0.19.0"
path = "module/move/crates_tools"

[workspace.dependencies.assistant]
Expand All @@ -586,7 +586,7 @@ version = "~0.2.0"
path = "module/move/llm_tools"

[workspace.dependencies.benchkit]
version = "~0.10.0"
version = "~0.11.0"
path = "module/core/benchkit"

## steps
Expand Down Expand Up @@ -770,7 +770,7 @@ version = "0.4.34"
version = "0.5.1"

[workspace.dependencies.workspace_tools]
version = "~0.3.0"
version = "~0.5.0"
path = "module/move/workspace_tools"
default-features = false

Expand Down
14 changes: 7 additions & 7 deletions module/alias/cargo_will/src/bin/cargo-will.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https://docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ doc( html_logo_url = "https: //raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https: //raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https: //docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ cfg_attr( doc, doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "readme.md" ) ) ) ]

#[ allow( unused_imports ) ]
use::willbe::*;
use ::willbe :: *;

fn main() -> Result< (), wtools::error::untyped::Error >
fn main() -> Result< (), wtools ::error ::untyped ::Error >
{
let args = std::env::args().skip( 1 ).collect();
Ok( willbe::run( args )? )
let args = std ::env ::args().skip( 1 ).collect();
Ok( willbe ::run( args )? )
}
12 changes: 6 additions & 6 deletions module/alias/cargo_will/src/bin/will.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
//! Utility to publish multi-crate and multi-workspace environments and maintain their consistency.
//!

#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https://docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ doc( html_logo_url = "https: //raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https: //raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https: //docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ cfg_attr( doc, doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "readme.md" ) ) ) ]

#[ allow( unused_imports ) ]
use::willbe::*;
use ::willbe :: *;

fn main() -> Result< (), wtools::error::untyped::Error >
fn main() -> Result< (), wtools ::error ::untyped ::Error >
{
Ok( willbe::run( std::env::args().collect() )? )
Ok( willbe ::run( std ::env ::args().collect() )? )
}
12 changes: 6 additions & 6 deletions module/alias/cargo_will/src/bin/willbe.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https://docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ doc( html_logo_url = "https: //raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https: //raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https: //docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ cfg_attr( doc, doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "readme.md" ) ) ) ]

#[ allow( unused_imports ) ]
use::willbe::*;
use ::willbe :: *;

fn main() -> Result< (), error::untyped::Error >
fn main() -> Result< (), error ::untyped ::Error >
{
Ok( willbe::run( std::env::args().collect() )? )
Ok( willbe ::run( std ::env ::args().collect() )? )
}
6 changes: 3 additions & 3 deletions module/alias/cargo_will/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![ cfg_attr( feature = "no_std", no_std ) ]
#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https://docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ doc( html_logo_url = "https: //raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc( html_favicon_url = "https: //raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
#![ doc( html_root_url = "https: //docs.rs/{{template_blank}}/latest/{{template_blank}}/" ) ]
#![ cfg_attr( doc, doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "readme.md" ) ) ) ]

#[ doc( inline ) ]
Expand Down
4 changes: 2 additions & 2 deletions module/alias/cargo_will/tests/smoke_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#[ test ]
fn local_smoke_test()
{
::test_tools::test::smoke_test::smoke_test_for_local_run();
::test_tools ::test ::smoke_test ::smoke_test_for_local_run();
}

#[ test ]
fn published_smoke_test()
{
::test_tools::test::smoke_test::smoke_test_for_published_run();
::test_tools ::test ::smoke_test ::smoke_test_for_published_run();
}
4 changes: 2 additions & 2 deletions module/alias/cargo_will/tests/willbe_tests.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#[ allow( unused_imports ) ]
use willbe as the_module;
#[ allow( unused_imports ) ]
use cargo_will::exposed::*;
use cargo_will ::exposed :: *;

pub const ASSET_PATH : &str = "../../move/willbe/tests/assets";
pub const ASSET_PATH: &str = "../../move/willbe/tests/assets";

#[ allow( unused_imports ) ]
#[ path="../../../../module/move/willbe/tests/inc/mod.rs" ]
Expand Down
14 changes: 7 additions & 7 deletions module/alias/file_tools/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#![cfg_attr(feature = "no_std", no_std)]
#![doc(html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png")]
#![doc(
#![ cfg_attr( feature = "no_std", no_std ) ]
#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
#![ doc(
html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico"
)]
#![doc(html_root_url = "https://docs.rs/file_tools/latest/file_tools/")]
) ]
#![ doc( html_root_url = "https://docs.rs/file_tools/latest/file_tools/" ) ]
#![ cfg_attr( doc, doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "readme.md" ) ) ) ]
#![ cfg_attr( not( doc ), doc = "File manipulation utilities" ) ]

/// Function description.
#[cfg(feature = "enabled")]
/// A placeholder function for the `file_tools` module.
#[ cfg( feature = "enabled" ) ]
pub fn f1() {}
10 changes: 6 additions & 4 deletions module/alias/file_tools/tests/smoke_test.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
//! Smoke testing of the package.

#[test]
fn local_smoke_test() {
#[ test ]
fn local_smoke_test()
{
println!("Local smoke test passed");
}

#[test]
fn published_smoke_test() {
#[ test ]
fn published_smoke_test()
{
println!("Published smoke test passed");
}
4 changes: 3 additions & 1 deletion module/alias/fundamental_data_type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ all-features = false

[features]
default = [
"enabled",
"derive_tools/default",
]
full = [
"derive_tools/full",
"enabled",
"derive_tools/default",
]
no_std = []
use_alloc = [ "no_std" ]
Expand Down
Loading