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:
@ -222,8 +222,8 @@ async fn new_context_state(current_file: Option<std::path::PathBuf>) -> Result<(
|
||||
if let Some(current_file) = current_file {
|
||||
settings.with_current_file(current_file);
|
||||
}
|
||||
let state = kcl_lib::ExecState::new(&settings);
|
||||
let ctx = ExecutorContext::new_with_client(settings, None, None).await?;
|
||||
let state = kcl_lib::ExecState::new(&ctx);
|
||||
Ok((ctx, state))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user