deterministic id generator per module (#5811)
* deterministic id generator per module Signed-off-by: Jess Frazelle <github@jessfraz.com> * non Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * do not remake the planes if they are alreaady made; Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * do not remake the planes if they are alreaady made; Signed-off-by: Jess Frazelle <github@jessfraz.com> * clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -15,10 +15,7 @@ mod test_examples_someFn {
 | 
			
		||||
            context_type: crate::execution::ContextType::Mock,
 | 
			
		||||
        };
 | 
			
		||||
        if let Err(e) = ctx
 | 
			
		||||
            .run(
 | 
			
		||||
                &program,
 | 
			
		||||
                &mut crate::execution::ExecState::new(&ctx.settings),
 | 
			
		||||
            )
 | 
			
		||||
            .run(&program, &mut crate::execution::ExecState::new(&ctx))
 | 
			
		||||
            .await
 | 
			
		||||
        {
 | 
			
		||||
            return Err(miette::Report::new(crate::errors::Report {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user