minor warning and compilation bug fixes

This commit is contained in:
timurgordon
2025-01-07 00:41:30 -05:00
parent bc9fd08f7e
commit 7459501c8f
14 changed files with 11 additions and 246 deletions

View File

@@ -4,7 +4,6 @@ import freeflowuniverse.herolib.core.code { VFile, CustomCode, Function, Import,
import freeflowuniverse.herolib.baobab.specification {BaseObject}
import rand
import freeflowuniverse.herolib.core.texttools
import os
// generate_object_methods generates CRUD actor methods for a provided structure
pub fn generate_object_test_code(actor Struct, object BaseObject) !VFile {