fix: minor bug fixes.

This commit is contained in:
2025-03-06 12:34:40 +08:00
parent af44d604b1
commit 60ab9d6154
12 changed files with 58 additions and 25 deletions

View File

@@ -19,6 +19,9 @@ class ClassDefine:
self.is_template = is_template
self.is_empty = is_empty
# if is_empty:
# print(rpath)
def add_class_record(path: str, namespace: str, class_name: str, is_template: bool, is_empty: bool):
assert len(path) > 0 and len(class_name) > 0