Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/alpha' into change_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum committed May 13, 2024
2 parents 981429a + 070a33b commit e1fde20
Show file tree
Hide file tree
Showing 289 changed files with 18,061 additions and 7,055 deletions.
65 changes: 38 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ path = "module/alias/std_x"
## data_type

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

Expand All @@ -92,7 +92,7 @@ default-features = false
# path = "module/core/type_constructor_derive_pair_meta"

[workspace.dependencies.interval_adapter]
version = "~0.18.0"
version = "~0.20.0"
path = "module/core/interval_adapter"
default-features = false
features = [ "enabled" ]
Expand All @@ -104,21 +104,21 @@ default-features = false
features = [ "enabled" ]

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


## derive

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

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

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

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

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


## mem

[workspace.dependencies.mem_tools]
version = "~0.5.0"
version = "~0.6.0"
path = "module/core/mem_tools"
default-features = false


## diagnostics

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


## iter

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


## meta

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

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

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

[workspace.dependencies.former_stable]
package = "former"
version = "=0.15.0"
default-features = false

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

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

[workspace.dependencies.impls_index_meta]
version = "~0.6.0"
version = "~0.7.0"
path = "module/core/impls_index_meta"

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

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

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

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

Expand All @@ -276,12 +281,12 @@ default-features = false
## typing

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

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

Expand All @@ -291,20 +296,20 @@ path = "module/alias/instance_of"
default-features = false

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

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


## error

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

Expand All @@ -324,6 +329,7 @@ default-features = false
version = "~0.2.0"
path = "module/alias/wstring_tools"


## fs tools / path tools

[workspace.dependencies.fs_tools]
Expand All @@ -349,6 +355,11 @@ version = "~0.3.0"
path = "module/core/process_tools"
default-features = false

[workspace.dependencies.process_tools_published]
package = "process_tools"
version = "~0.2.0"
default-features = false


## test

Expand All @@ -357,7 +368,7 @@ version = "~0.4.0"
path = "module/alias/wtest"

[workspace.dependencies.test_tools]
version = "~0.8.0"
version = "~0.9.0"
path = "module/core/test_tools"

[workspace.dependencies.wtest_basic]
Expand Down Expand Up @@ -437,7 +448,7 @@ version = "~0.2.0"
path = "module/move/sqlx_query"

[workspace.dependencies.deterministic_rand]
version = "~0.4.0"
version = "~0.5.0"
path = "module/move/deterministic_rand"

[workspace.dependencies.crates_tools]
Expand Down
34 changes: 34 additions & 0 deletions module/blank/rustql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[package]
name = "rustql"
version = "0.1.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
]
license = "MIT"
readme = "Readme.md"
documentation = "https://docs.rs/rustql"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/rustql"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/rustql"
description = """
Rust query language.
"""
categories = [ "algorithms", "development-tools" ]
keywords = [ "fundamental", "general-purpose" ]

[lints]
workspace = true

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]
test_tools = { workspace = true }
22 changes: 22 additions & 0 deletions module/blank/rustql/License
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright Kostiantyn W and Out of the Box Systems (c) 2013-2024

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
33 changes: 33 additions & 0 deletions module/blank/rustql/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!-- {{# generate.module_header{} #}} -->

# Module :: rustql
[![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/ModulerustqlPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModulerustqlPush.yml) [![docs.rs](https://img.shields.io/docsrs/rustql?color=e3e8f0&logo=docs.rs)](https://docs.rs/rustql) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)

Rust query language.

<!--
### Basic use-case
```rust
use rustql::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add rustql
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example rustql_trivial
cargo run
```
-->
11 changes: 11 additions & 0 deletions module/blank/rustql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#![ 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/rustql/latest/rustql/" ) ]
#![ doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "Readme.md" ) ) ]

/// Function description.
#[ cfg( feature = "enabled" ) ]
pub fn f1()
{
}
7 changes: 7 additions & 0 deletions module/blank/rustql/tests/inc/basic_test.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#[ allow( unused_imports ) ]
use super::*;

#[ test ]
fn basic()
{
}
4 changes: 4 additions & 0 deletions module/blank/rustql/tests/inc/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#[ allow( unused_imports ) ]
use super::*;

mod basic_test;
14 changes: 14 additions & 0 deletions module/blank/rustql/tests/smoke_test.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

// #[ cfg( feature = "default" ) ]
#[ test ]
fn local_smoke_test()
{
::test_tools::smoke_test_for_local_run();
}

// #[ cfg( feature = "default" ) ]
#[ test ]
fn published_smoke_test()
{
::test_tools::smoke_test_for_published_run();
}
10 changes: 10 additions & 0 deletions module/blank/rustql/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

include!( "../../../../module/step/meta/src/module/terminal.rs" );

#[ allow( unused_imports ) ]
use rustql as the_module;
#[ allow( unused_imports ) ]
use test_tools::exposed::*;

#[ cfg( feature = "enabled" ) ]
mod inc;
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.15.0"
version = "0.16.0"
edition = "2021"
authors = [
"Kostiantyn Wandalen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion module/core/clone_dyn/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tests_impls!
#[ clone_dyn ]
trait Trait2< T1 : Copy, T2 : Copy >
where
T2 : Clone + std::fmt::Debug,
T2 : Clone + core::fmt::Debug,
{
}

Expand Down
Loading

0 comments on commit e1fde20

Please sign in to comment.