FrogWithACoolHat
  • Joined on 2023-08-02
FrogWithACoolHat closed issue FrogWithACoolHat/RustXMLParseTest#8 2023-08-18 11:01:48 -04:00
Fix member struct new() implementation
FrogWithACoolHat commented on issue FrogWithACoolHat/RustXMLParseTest#11 2023-08-18 11:01:41 -04:00
Fix downcast trait

eabdd04278

FrogWithACoolHat closed issue FrogWithACoolHat/RustXMLParseTest#11 2023-08-18 11:01:41 -04:00
Fix downcast trait
FrogWithACoolHat commented on issue FrogWithACoolHat/RustXMLParseTest#8 2023-08-18 11:01:26 -04:00
Fix member struct new() implementation

Fixed with eabdd04278

FrogWithACoolHat pushed to main at FrogWithACoolHat/RustXMLParseTest 2023-08-18 11:00:55 -04:00
fa2128acc6 Merge pull request 'Patch issue 11 and 8' (#14) from blizzardfinnegan/wacp_xml_parser:main into main
eabdd04278 Patch issue 11 and 8
Compare 2 commits »
FrogWithACoolHat merged pull request FrogWithACoolHat/RustXMLParseTest#14 2023-08-18 11:00:54 -04:00
Patch issue 11 and 8
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#13 2023-08-17 10:38:51 -04:00
Add uninstantiated error species
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#12 2023-08-17 10:37:13 -04:00
Add default values
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#11 2023-08-17 10:36:28 -04:00
Fix downcast trait
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#10 2023-08-17 10:36:06 -04:00
Fix member sizes
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#9 2023-08-17 10:35:22 -04:00
Fix member types
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#8 2023-08-17 10:34:26 -04:00
Fix member struct new() implementation
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#7 2023-08-17 10:31:40 -04:00
Some members share enum names
FrogWithACoolHat opened issue FrogWithACoolHat/RustXMLParseTest#6 2023-08-17 10:31:01 -04:00
Fix write string for species with a same-name enum
FrogWithACoolHat closed issue FrogWithACoolHat/RustXMLParseTest#3 2023-08-17 10:29:32 -04:00
Implement Output
FrogWithACoolHat commented on issue FrogWithACoolHat/RustXMLParseTest#3 2023-08-17 10:29:29 -04:00
Implement Output

Closing since fd473c7ee8 fixed the majority of problems with output(). See individual issues for unresolved problems with output().

FrogWithACoolHat pushed to main at FrogWithACoolHat/RustXMLParseTest 2023-08-16 09:28:47 -04:00
c729e8a27e Changed species parse to unwrap_or_default
FrogWithACoolHat pushed to main at FrogWithACoolHat/RustXMLParseTest 2023-08-15 14:53:58 -04:00
224a1f40a3 Added downcast stuff to object write string
FrogWithACoolHat pushed to main at FrogWithACoolHat/RustXMLParseTest 2023-08-15 14:34:55 -04:00
3560c37235 Changed NativeDateTime to NaiveDateTime
FrogWithACoolHat pushed to main at FrogWithACoolHat/RustXMLParseTest 2023-08-15 14:28:23 -04:00
fd473c7ee8 Fixed multiple issues with object write string