Skip to content

Commit

Permalink
derive_tools : tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 14, 2024
1 parent 51daee2 commit 33ce102
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion module/core/derive_tools/examples/derive_tools_trivial.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! qqq : write proper description
//! qqq : for Petro : write proper description
fn main()
{
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/src/wtools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! Types, which are extension of std.
//!
// qqq : xxx : rid off the file
// qqq : for Petro : xxx : rid off the file

/// Internal namespace.
pub( crate ) mod private
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/tests/inc/basic_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tests_impls!
{
use the_module::*;

// xxx : qqq : make it working
// xxx : qqq : for Petro : make it working
#[ derive( From, InnerFrom, Display, FromStr, PartialEq, Debug ) ]
#[ display( "{a}-{b}" ) ]
struct Struct1
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mod inner_from_unit_test;
#[ cfg( feature = "derive_inner_from" ) ]
mod inner_from_multiple_test;

// qqq : xxx : fix
// qqq : for Petro : xxx : fix
// #[ cfg( all( feature = "type_variadic_from" ) ) ]
// mod variadic_from_manual_test;
//
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
Expand Up @@ -63,7 +63,7 @@ derive_variadic_from = []
[dependencies]
macro_tools = { workspace = true, features = [ "full" ] }
iter_tools = { workspace = true, features = [ "full" ] }
# xxx : qqq : optimize features set
# xxx : qqq : for Petro : optimize features set

[dev-dependencies]
test_tools = { workspace = true }
2 changes: 1 addition & 1 deletion module/core/derive_tools_meta/src/derive/from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn generate_from_single_field
}
}

// qqq : document, add example of generated code
// qqq : for Petro : document, add example of generated code
fn generate_from_multiple_fields_named
(
field_types : &Vec< &syn::Type >,
Expand Down
2 changes: 1 addition & 1 deletion module/core/derive_tools_meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ pub fn as_mut( input : proc_macro::TokenStream ) -> proc_macro::TokenStream
///
/// ```
// qqq : xxx : why no run/ignore? fix
// qqq : for Petro : xxx : why no run/ignore? fix

#[ cfg( feature = "enabled" ) ]
#[ cfg( feature = "derive_variadic_from" ) ]
Expand Down

0 comments on commit 33ce102

Please sign in to comment.