GREATLY improve autocomplete tests + fix known autocomplete issues

This commit is contained in:
Simon Gardling
2022-04-12 10:04:14 -04:00
parent e7d30e7213
commit 2e0569fe2e
4 changed files with 149 additions and 68 deletions

View File

@@ -326,15 +326,11 @@ impl MathApp {
#[cfg(not(threading))]
tracing::info!("Threading: Disabled");
tracing::info!(
"Integration name: {} Url: {:?}",
cc.integration_info.name,
if let Some(url) = &cc.integration_info.web_info {
&url.location.url
} else {
"N/A"
}
);
tracing::info!("Integration name: {}", cc.integration_info.name);
if let Some(url) = &cc.integration_info.web_info {
tracing::info!("Url: {:?}", url);
}
tracing::info!("egui app initialized.");
Self::default() // initialize `MathApp`