-
Notifications
You must be signed in to change notification settings - Fork 578
Closed
Description
Hi.
I am writing some multiple just fragments to handle some aspects of my build systems. Some of them, say A.just
and B.just
depend on another, C.just
. Essentially, I'd like to write import "A.just"
and/or import "B.just"
. When I import only one of them, it works fine: A.just is importing C.just, or B.just is importing C.just. No conflict. When I import both of them, the tasks in C.just
conflict as they are declared twice, once for each import.
Ideally, there should be some "caching" mechanism that would allow the C.just file to be detected to be the same, and thus imported only once. No ?
Metadata
Metadata
Assignees
Labels
No labels