Skip to content

Commit 4f553fa

Browse files
authored
Parser WIP-4 (njibhu#65)
* Fixing many data parsing bugs to have parity with the previous implementation * Fixing bugs in the rdata extractor (namely when fields have duplicate names) * Properly use native arrays * BigInt as replacement for the fake uint64 * Adding some basic snapshot tests to be able to have basic coverage when doing any change. * Regenerating definitions and types * GW2File and GW2Chunk implementation replacements
1 parent 1817a6e commit 4f553fa

File tree

185 files changed

+33696
-24262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+33696
-24262
lines changed

parser/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build
2+
logs*

0 commit comments

Comments
 (0)