97jaz / gregor

Date and time library for Racket
45 stars 10 forks source link

Depend on memoize-lib instead of memoize #51

Closed wilbowma closed 2 years ago

wilbowma commented 2 years ago

Memoize recently split, so gregor-lib can avoiding pulling in memoize-doc (and Scribble, and docs, etc) as a dependency.

winny- commented 2 years ago

@97jaz can confirm gregor-lib currently pulls in racket-doc as a transitive dependency.

winny- commented 2 years ago

See also https://github.com/97jaz/cldr-core/issues/2

otherjoel commented 2 years ago

@97jaz I have a couple of users who are deploying splitflap in production who are interested in this PR as well as the similar issue in 97jaz/cldr-core#2.

97jaz commented 2 years ago

My apologies for having completely overlooked this issue. Merging now.