Commit Graph

6 Commits

Author SHA1 Message Date
jdb 935f1bae2f WIP documentation
- The documentation is cluttered enough as it is with the large number
  of procedures supporting vCard 3 and 4. Split common out into the
  publicly exposed bits and the private internals. This makes it obvious
  which common functionality a client can expect to have exposed on the
  main vcard module.

- Add documentation (WIP) on the vcard3 module.
2023-05-03 02:16:18 -05:00
jdb cf4c14f9f8 Makefiles: update tests to ignore the BareExcept warning.
The `unittest` library still contains a number of bare exceptions, which
now result in warnings from the compliler. Patching the standard library
to remove these warnings is outside the scope of this project, so we're
going to ignore these warnings.
2023-05-02 21:32:30 -05:00
jdb 9d030132de Better ignore pattern for test artifacts. 2023-04-23 21:55:53 -05:00
jdb 82dffc1154 Initial VCard 3.0 implementation completed. 2023-04-04 14:31:44 -05:00
jdb c322616747 WIP lexer unit tests. 2023-04-01 17:36:01 -05:00
jdb 118f7f5a45 Ignore vim swap files. 2023-04-01 16:29:09 -05:00