From 025e6633beacfe7e7823ca8c837f216151caa7fa Mon Sep 17 00:00:00 2001 From: james Date: Thu, 18 Dec 2025 17:01:01 +1030 Subject: [PATCH] Optimize imports, remove println/debug statements, update type handling, and format code --- .idea/codeStyles/Project.xml | 1 - Cargo.toml | 10 +++++--- crates/core/Cargo.toml | 14 ++++------- crates/core/src/class_loader.rs | 10 +------- crates/core/src/frame.rs | 24 ++++++------------- crates/core/src/main.rs | 2 +- crates/core/src/native/jni.rs | 24 ++++++------------- crates/core/src/native/native_libraries.rs | 1 - crates/core/src/objects/object_manager.rs | 12 +++++----- crates/core/src/thread.rs | 11 ++++----- crates/core/src/vm.rs | 28 +++++++++------------- crates/roast-vm-sys/Cargo.toml | 4 ++-- crates/roast-vm-sys/src/class.rs | 6 ++--- crates/roast-vm-sys/src/misc_unsafe.rs | 6 ++--- 14 files changed, 57 insertions(+), 96 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9929897..8e33a6d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -33,7 +33,6 @@