Skip to content

fix: don't parse the header as a symbol#40

Open
DexrnZacAttack wants to merge 1 commit intoopen-ead:masterfrom
DexrnZacAttack:fix/dont-parse-header-as-symbol
Open

fix: don't parse the header as a symbol#40
DexrnZacAttack wants to merge 1 commit intoopen-ead:masterfrom
DexrnZacAttack:fix/dont-parse-header-as-symbol

Conversation

@DexrnZacAttack
Copy link

@DexrnZacAttack DexrnZacAttack commented Feb 24, 2026

Without this patch, attempting to run check throws:

Error: failed to construct FunctionChecker

Caused by:
    invalid digit found in string

A quick check by printing inside parse_address shows that it's attempting to parse "Address" as an address, meaning it's attempting to parse the CSV header as a symbol.


This change is Reviewable

Without this patch, attempting to run `check` throws:
```
Error: failed to construct FunctionChecker

Caused by:
    invalid digit found in string
```

A quick check by printing inside parse_address shows that it's attempting to parse "Address" as an address, meaning it's attempting to parse the CSV header as a symbol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant