mbutterick / pollen-users

please use https://forums.matthewbutterick.com/c/typesetting/ instead
https://forums.matthewbutterick.com/c/typesetting/
53 stars 0 forks source link

setup submodule in a separate file #87

Open sorawee opened 3 years ago

sorawee commented 3 years ago

I see that https://pkgs.racket-lang.org/package/pollen-component currently has a failing test. I have not investigated the problem closely, but if I have to guess, it's due to how pollen-component requires pollen/setup, which in turns requires user's pollen.rkt. However, user's pollen.rkt also needs to require pollen-component to use it, causing a loading cycle.

Would it be possible to support setup submodule in a separate file to break the cycle?

(Again, this is just my guess, I have not actually tried it, so my diagnosis could be totally wrong)

otherjoel commented 3 years ago

Looks similar to https://github.com/mbutterick/pollen/issues/229

mbutterick commented 3 years ago

I think Leandro has stopped using Racket. I doubt this will be fixed.