pollen-users
pollen-users copied to clipboard
setup submodule in a separate file
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)
Looks similar to https://github.com/mbutterick/pollen/issues/229
I think Leandro has stopped using Racket. I doubt this will be fixed.