Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO : Forward from alpha to beta #1254

Merged
merged 22 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ default-features = false
## derive

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

[workspace.dependencies.derive_tools_meta]
version = "~0.16.0"
version = "~0.17.0"
path = "module/core/derive_tools_meta"
default-features = false
features = [ "enabled" ]
Expand Down Expand Up @@ -146,19 +146,19 @@ path = "module/alias/fundamental_data_type"
default-features = false

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

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

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

Expand Down Expand Up @@ -200,7 +200,7 @@ path = "module/core/for_each"
default-features = false

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

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

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

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

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

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

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

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

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

[workspace.dependencies.proper_path_tools]
version = "~0.3.0"
version = "~0.4.0"
path = "module/core/proper_path_tools"
default-features = false


## process tools

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

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

[workspace.dependencies.wca]
version = "~0.14.0"
version = "~0.15.0"
path = "module/move/wca"


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

[workspace.dependencies.willbe]
version = "~0.8.0"
version = "~0.9.0"
path = "module/move/willbe"


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

[workspace.dependencies.crates_tools]
version = "~0.7.0"
version = "~0.8.0"
path = "module/move/crates_tools"


Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clone_dyn"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clone_dyn_meta"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_tools"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_tools_meta"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/error_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "error_tools"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/for_each/tests/inc/for_each_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ tests_impls!
macro_rules! test_with
{
(
$( $Arg : tt )*
$( $Arg:tt )*
) =>
{{
GOT += stringify!( $( $Arg )* );
Expand Down
2 changes: 1 addition & 1 deletion module/core/former/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "former"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/mod_interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_interface"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/mod_interface_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_interface_meta"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/process_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "process_tools"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/proper_path_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proper_path_tools"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/strs_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strs_tools"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/variadic_from/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "variadic_from"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/crates_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crates_tools"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/wca/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wca"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/move/willbe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "willbe"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
6 changes: 5 additions & 1 deletion module/move/willbe/src/command/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mod private
{
use crate::*;
use colored::Colorize;

use wca::{ Args, Props };
use wtools::error::Result;
Expand Down Expand Up @@ -33,7 +34,10 @@ mod private

if dry && report.packages.iter().find( |( _, p )| p.publish_required ).is_some()
{
println!( "To apply plan, call the command `will .publish {} dry:0 {}`", args_line, prop_line )
let args = if args_line.is_empty() { String::new() } else { format!(" {}", args_line) };
let prop = if prop_line.is_empty() { String::new() } else { format!(" {}", prop_line) };
let line = format!("will .publish{}{} dry:0", args, prop);
println!("To apply plan, call the command `{}`", line.blue());
// qqq : for Petro : for Bohdan : bad. should be exact command with exact parameters
}

Expand Down
6 changes: 5 additions & 1 deletion module/move/willbe/src/command/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod private

use std::collections::HashSet;
use std::path::PathBuf;
use colored::Colorize;
use wca::
{
Args,
Expand Down Expand Up @@ -110,7 +111,10 @@ mod private
{
if dry
{
print!( "You can execute the plan with 'will .test {} dry:0 {}'.", args_line.trim(), prop_line.trim() );
let args = if args_line.is_empty() { String::new() } else { format!(" {}", args_line) };
let prop = if prop_line.is_empty() { String::new() } else { format!(" {}", prop_line) };
let line = format!("will .publish{}{} dry:0", args, prop);
println!("To apply plan, call the command `{}`", line.blue());
}
else
{
Expand Down
Loading