Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 657 Bytes

TODO.md

File metadata and controls

27 lines (17 loc) · 657 Bytes

TODO

Add 'period-escaping' functions for ByteStrings

The Text and String modules have utility functions for escaping periods at the start of lines, the ByteString one does not, as yet. The 'stringsearch' package will do search-and-replace on ByteStrings if we don't want to write our own impl.

easy ways of mocking and logging

  • Nice simple ergonomic way of substituting a mock server for a real one, and for logging data passing thru

more tests

  • Test that package builds cleanly from an sdist source distribution tgz.
  • Test that Haddock documentation builds cleanly

build sdist from CI

  • add Releases to GitHub