Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 15, 2024
1 parent 72541fe commit 7b719c7
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions module/core/former/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,42 @@ mod former_tests
#[ allow( unused_imports ) ]
use super::*;

// xxx
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
// mod container_former_common;
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
// mod container_former_vec;
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
// mod container_former_hashset;
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
// mod container_former_hashmap;
#[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
mod container_former_common;
#[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
mod container_former_vec;
#[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
mod container_former_hashset;
#[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
mod container_former_hashmap;

mod a_basic_manual;
mod a_basic;
// mod a_primitives_manual;
// mod a_primitives;
// mod a_containers_without_subformer;
// #[ cfg( not( feature = "no_std" ) ) ]
// mod a_containers_with_subformer_manual;
// #[ cfg( not( feature = "no_std" ) ) ]
// mod a_containers_with_subformer ;
//
// mod attribute_default_container;
// mod attribute_default_primitive;
// // mod attribute_perform; // xxx
// mod attribute_setter;
// mod attribute_alias;
//
// // xxx
// mod string_slice_manual;
// // mod string_slice;
// mod unsigned_primitive_types;
// mod default_user_type;
// mod user_type_no_default;
// mod user_type_no_debug;
// xxx
mod a_primitives_manual;
mod a_primitives;
// mod a_containers_without_subformer;
// xxx
#[ cfg( not( feature = "no_std" ) ) ]
mod a_containers_with_subformer_manual;
// #[ cfg( not( feature = "no_std" ) ) ]
// mod a_containers_with_subformer ;
// xxx

mod attribute_default_container;
mod attribute_default_primitive;
// mod attribute_perform; // xxx
mod attribute_setter;
mod attribute_alias;

// xxx
mod string_slice_manual;
// mod string_slice;
mod unsigned_primitive_types;
mod default_user_type;
mod user_type_no_default;
mod user_type_no_debug;

// xxx
// mod name_collision_former_hashmap_without_parameter;
// mod name_collision_former_vector_without_parameter;
// mod name_collisions;
Expand All @@ -60,9 +61,9 @@ mod former_tests
// mod subformer_basic_manual;
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
// mod subformer_basic;
//
// #[ cfg( any( not( feature = "no_std" ) ) ) ]
// mod subformer_shortcut;

#[ cfg( any( not( feature = "no_std" ) ) ) ]
mod subformer_shortcut;

// xxx : uncomment

Expand Down

0 comments on commit 7b719c7

Please sign in to comment.