typos/crates
Ed Page 85082cdbb1 feat(parser): Ignore UUIDs
We might be able to make this bail our earlier and not accidentally
detect the wrong thing by checking if the hex values are lowercase.  RFC
4122 says that UUIDs must be generated lowecase, while input accepts
any case.  The main issues are risk on the "input" part and the extra
annoyance of writing a custm `is_hex_digit` function.
2021-06-29 12:11:50 -05:00
..
codespell-dict fix(ci): Don't fail codegen checks 2021-06-28 14:06:47 -05:00
misspell-dict chore: Reduce code-gen memory usage 2021-06-07 08:58:34 -05:00
typos feat(parser): Ignore UUIDs 2021-06-29 12:11:50 -05:00
typos-dict chore: Release 2021-05-21 20:41:02 -05:00
typos-vars chore: Release 2021-06-05 14:39:37 -05:00
varcon fix(ci): Don't fail codegen checks 2021-06-28 14:06:47 -05:00
varcon-core style: Address clippy 2021-06-28 13:51:06 -05:00
wikipedia-dict fix(ci): Don't fail codegen checks 2021-06-28 14:06:47 -05:00