Closed lemastero closed 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?
rackcheck-lib
rackcheck
Even more modular approach would be to have rackcheck-lib, rackcheck-doc and rackcheck like in crypto.
rackcheck-doc
This would allow building faster & smaller docker images by using rackcheck-lib.
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.
rackheck-lib
Sure I can give it a shot.
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
andrackcheck
containing both rackcheck-lib and docs like base64?Even more modular approach would be to have
rackcheck-lib
,rackcheck-doc
andrackcheck
like in crypto.This would allow building faster & smaller docker images by using
rackcheck-lib
.