streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Add a markdown-doctest CI for docs directory

Open harendra-kumar opened this issue 1 year ago • 1 comments

harendra-kumar avatar Jul 16 '24 01:07 harendra-kumar

The markdown-doctest executable that we have is

  1. Hacky
  2. Depends on ghcid library

Depending on the ghcid library is a roundabout way of doing things. Instead, we should use streamly-process to pipe the input to a ghci session.

Implementing this will take time. And since this is not an urgent issue, I'm pushing it to the next milestone.

adithyaov avatar Dec 04 '24 13:12 adithyaov