setup submodule in a separate file
#87
Open
opened 4 years ago by sorawee
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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
requirespollen/setup
, which in turns requires user'spollen.rkt
. However, user'spollen.rkt
also needs to requirepollen-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.