Bogdanp / rackcheck

A property-based testing library for Racket.
29 stars 7 forks source link

Modular package #8

Closed lemastero closed 2 years ago

lemastero commented 2 years ago

Hi

Currently in rackcheck package depends on scribble, racket-doc etc, because it is single package.

Would it be possible to make it more modular e.g. by splitting it into rackcheck-lib and rackcheck containing both rackcheck-lib and docs like base64?

Even more modular approach would be to have rackcheck-lib, rackcheck-doc and rackcheck like in crypto.

This would allow building faster & smaller docker images by using rackcheck-lib.

Bogdanp commented 2 years ago

Yes, splitting it into rackheck-lib and rackcheck would be fine by me. Let me know if you want to do that. If not, I'll probably get to it sometime in the next couple of weeks.

lemastero commented 2 years ago

Sure I can give it a shot.